compiler.tree: renaming is hard. cleanup -> cleanup-tree
parent
16094d283b
commit
fa2bf33659
|
@ -479,7 +479,7 @@ cell-bits 32 = [
|
||||||
|
|
||||||
[ ] [
|
[ ] [
|
||||||
[ { null } declare [ 1 ] [ 2 ] if ]
|
[ { null } declare [ 1 ] [ 2 ] if ]
|
||||||
build-tree normalize propagate cleanup check-nodes
|
build-tree normalize propagate cleanup-tree check-nodes
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ t ] [
|
[ t ] [
|
||||||
|
|
|
@ -15,7 +15,7 @@ IN: compiler.tree.dead-code.tests
|
||||||
analyze-recursive
|
analyze-recursive
|
||||||
normalize
|
normalize
|
||||||
propagate
|
propagate
|
||||||
cleanup
|
cleanup-tree
|
||||||
escape-analysis
|
escape-analysis
|
||||||
unbox-tuples
|
unbox-tuples
|
||||||
compute-def-use
|
compute-def-use
|
||||||
|
@ -67,7 +67,7 @@ IN: compiler.tree.dead-code.tests
|
||||||
analyze-recursive
|
analyze-recursive
|
||||||
normalize
|
normalize
|
||||||
propagate
|
propagate
|
||||||
cleanup
|
cleanup-tree
|
||||||
escape-analysis
|
escape-analysis
|
||||||
unbox-tuples
|
unbox-tuples
|
||||||
compute-def-use
|
compute-def-use
|
||||||
|
|
|
@ -20,7 +20,7 @@ IN: compiler.tree.def-use.tests
|
||||||
analyze-recursive
|
analyze-recursive
|
||||||
normalize
|
normalize
|
||||||
propagate
|
propagate
|
||||||
cleanup
|
cleanup-tree
|
||||||
compute-def-use
|
compute-def-use
|
||||||
check-nodes ;
|
check-nodes ;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ compiler.tree.propagation compiler.tree.cleanup ;
|
||||||
IN: compiler.tree.escape-analysis.check.tests
|
IN: compiler.tree.escape-analysis.check.tests
|
||||||
|
|
||||||
: test-checker ( quot -- ? )
|
: test-checker ( quot -- ? )
|
||||||
build-tree normalize propagate cleanup run-escape-analysis? ;
|
build-tree normalize propagate cleanup-tree run-escape-analysis? ;
|
||||||
|
|
||||||
[ t ] [
|
[ t ] [
|
||||||
[ { complex } declare [ real>> ] [ imaginary>> ] bi ]
|
[ { complex } declare [ real>> ] [ imaginary>> ] bi ]
|
||||||
|
|
|
@ -34,7 +34,7 @@ M: node count-unboxed-allocations* drop ;
|
||||||
analyze-recursive
|
analyze-recursive
|
||||||
normalize
|
normalize
|
||||||
propagate
|
propagate
|
||||||
cleanup
|
cleanup-tree
|
||||||
escape-analysis
|
escape-analysis
|
||||||
dup check-nodes
|
dup check-nodes
|
||||||
compute-def-use
|
compute-def-use
|
||||||
|
|
|
@ -13,7 +13,7 @@ IN: compiler.tree.tuple-unboxing.tests
|
||||||
analyze-recursive
|
analyze-recursive
|
||||||
normalize
|
normalize
|
||||||
propagate
|
propagate
|
||||||
cleanup
|
cleanup-tree
|
||||||
escape-analysis
|
escape-analysis
|
||||||
unbox-tuples
|
unbox-tuples
|
||||||
check-nodes ;
|
check-nodes ;
|
||||||
|
|
Loading…
Reference in New Issue