diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-25 07:26:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-25 07:26:09 -0700 |
commit | cf1ecfc1cb104ce29174c748e7a8567cd93ac8bb (patch) | |
tree | e3ec7d67d4c584e250192bd4093b39db7505507d /lib.c | |
parent | 7fe16da96f86fe39f3524c91226916975d112c9f (diff) | |
download | txr-cf1ecfc1cb104ce29174c748e7a8567cd93ac8bb.tar.gz txr-cf1ecfc1cb104ce29174c748e7a8567cd93ac8bb.tar.bz2 txr-cf1ecfc1cb104ce29174c748e7a8567cd93ac8bb.zip |
compiler: new jump skid optimization case.
ifq tN t0 label0 ifq tN t0 label1
... ...
label0: --> ...
if tN label2
label1: label1:
... ...
* share/txr/stdlib/optimize.tl (basic-blocks
thread-jumps-block): Implement case. There are there are 56
"hits" for this in the standard library.
Diffstat (limited to 'lib.c')
0 files changed, 0 insertions, 0 deletions