2010-05-02 18:48:41 -04:00
|
|
|
USING: compiler.cfg.debugger compiler.cfg compiler.cfg.linearization
|
2014-11-07 13:02:14 -05:00
|
|
|
compiler.cfg.utilities kernel accessors sequences sets tools.test namespaces ;
|
2010-05-02 18:48:41 -04:00
|
|
|
IN: compiler.cfg.linearization.tests
|
2009-09-22 04:19:23 -04:00
|
|
|
|
|
|
|
V{ } 0 test-bb
|
|
|
|
|
|
|
|
V{ } 1 test-bb
|
|
|
|
|
|
|
|
V{ } 2 test-bb
|
|
|
|
|
|
|
|
0 { 1 1 } edges
|
|
|
|
1 2 edge
|
|
|
|
|
2015-04-13 17:22:41 -04:00
|
|
|
{ { 0 1 2 } } [
|
|
|
|
0 get block>cfg linearization-order [ number>> ] map
|
|
|
|
] unit-test
|