factor/library/test/compiler/optimizer.factor

16 lines
327 B
Factor
Raw Normal View History

2004-12-05 21:17:09 -05:00
IN: scratchpad
USE: test
USE: compiler
USE: inference
USE: words
USE: math
USE: combinators
: foo 1 2 3 ;
[ [ ] ] [ \ foo word-parameter dataflow kill-set ] unit-test
[ [ [ + ] [ - ] ] ] [ [ 3 4 1 2 > [ + ] [ - ] ifte ] dataflow kill-set ] unit-test
[ [ [ 1 ] [ 2 ] ] ] [ [ [ 1 ] [ 2 ] ifte ] dataflow kill-set ] unit-test