compiler.cfg.debugger: add ssa. word to print IR before representation selection runs
parent
0fbf454b18
commit
5236f327ba
|
@ -74,8 +74,9 @@ M: insn insn. tuple>array but-last [ bl ] [ pprint ] interleave nl ;
|
||||||
: mrs. ( mrs -- )
|
: mrs. ( mrs -- )
|
||||||
[ nl ] [ mr. ] interleave ;
|
[ nl ] [ mr. ] interleave ;
|
||||||
|
|
||||||
: flat. ( quot -- ) test-flat mrs. ; inline
|
: ssa. ( quot -- ) test-ssa mrs. ;
|
||||||
: regs. ( quot -- ) test-regs mrs. ; inline
|
: flat. ( quot -- ) test-flat mrs. ;
|
||||||
|
: regs. ( quot -- ) test-regs mrs. ;
|
||||||
|
|
||||||
! Prettyprinting
|
! Prettyprinting
|
||||||
: pprint-loc ( loc word -- ) <block pprint-word n>> pprint* block> ;
|
: pprint-loc ( loc word -- ) <block pprint-word n>> pprint* block> ;
|
||||||
|
|
Loading…
Reference in New Issue