diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-03 07:57:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-03 07:57:26 -0800 |
commit | d6e7978be1b7f3c4ab81db87b6f15f3f26ac25ab (patch) | |
tree | 23ee309dc90bc26eb89be2fe40580d78dfe3ddee /lisplib.c | |
parent | bae56aea71113c94afecd085d54209feb6a85937 (diff) | |
download | txr-d6e7978be1b7f3c4ab81db87b6f15f3f26ac25ab.tar.gz txr-d6e7978be1b7f3c4ab81db87b6f15f3f26ac25ab.tar.bz2 txr-d6e7978be1b7f3c4ab81db87b6f15f3f26ac25ab.zip |
lib: remove unnecessary load-time forms.
Because of the previous optimization, some load-time forms
that appear in the library are unnecessary.
* share/txr/stdlib/optimize.tl (basic-blocks
merge-jump-thunks): Remove load-time around functional
combinators.
* share/txr/stdlib/socket.tl (sys:in6addr-condensed-text):
Remove one load-time that is now unnecessary, and one around
an op which was unnecessary even at the time it was written,
since the lambda is lifted without it.
Diffstat (limited to 'lisplib.c')
0 files changed, 0 insertions, 0 deletions