compiler.tree.propagation: fix tests for bit? inlining.
parent
7dfe023854
commit
16abe47b03
|
@ -967,8 +967,8 @@ M: tuple-with-read-only-slot clone
|
||||||
[ 1 ] [ [ 4 <reversed> [ nth-unsafe ] [ ] unless ] final-info length ] unit-test
|
[ 1 ] [ [ 4 <reversed> [ nth-unsafe ] [ ] unless ] final-info length ] unit-test
|
||||||
|
|
||||||
! Optimization on bit?
|
! Optimization on bit?
|
||||||
[ t ] [ [ 3 bit? ] { bit? fixnum-bit? } inlined? ] unit-test
|
[ t ] [ [ 3 bit? ] { bit? } inlined? ] unit-test
|
||||||
[ f ] [ [ 500 bit? ] { bit? fixnum-bit? } inlined? ] unit-test
|
[ f ] [ [ 500 bit? ] { bit? } inlined? ] unit-test
|
||||||
|
|
||||||
[ t ] [ [ { 1 } intersect ] { intersect } inlined? ] unit-test
|
[ t ] [ [ { 1 } intersect ] { intersect } inlined? ] unit-test
|
||||||
[ f ] [ [ { 1 } swap intersect ] { intersect } inlined? ] unit-test ! We could do this
|
[ f ] [ [ { 1 } swap intersect ] { intersect } inlined? ] unit-test ! We could do this
|
||||||
|
|
Loading…
Reference in New Issue