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