factor/library/compiler/architecture.factor

13 lines
241 B
Factor

IN: compiler-backend
! A few things the front-end needs to know about the back-end.
DEFER: cell ( -- n )
#! Word size
DEFER: fixnum-imm? ( -- ? )
#! Can fixnum operations take immediate operands?
DEFER: vregs ( -- n )
#! Number of vregs