compiler.cfg.builder.blocks: return the slots, they are absolutely
needed for bootstraplocals-and-roots
parent
f906f1c282
commit
4a472d7882
|
@ -4,6 +4,8 @@ USING: accessors arrays compiler.cfg compiler.cfg.instructions
|
||||||
compiler.cfg.stacks compiler.cfg.stacks.local compiler.cfg.utilities
|
compiler.cfg.stacks compiler.cfg.stacks.local compiler.cfg.utilities
|
||||||
kernel make math namespaces sequences ;
|
kernel make math namespaces sequences ;
|
||||||
IN: compiler.cfg.builder.blocks
|
IN: compiler.cfg.builder.blocks
|
||||||
|
SLOT: in-d
|
||||||
|
SLOT: out-d
|
||||||
|
|
||||||
: set-basic-block ( basic-block -- )
|
: set-basic-block ( basic-block -- )
|
||||||
dup begin-local-analysis instructions>> building set ;
|
dup begin-local-analysis instructions>> building set ;
|
||||||
|
|
Loading…
Reference in New Issue