factor/library/compiler/architecture.factor

13 lines
242 B
Factor
Raw Normal View History

IN: compiler-frontend
! A few things the front-end needs to know about the back-end.
2005-09-05 17:14:15 -04:00
DEFER: cell ( -- n )
#! Word size
DEFER: fixnum-imm? ( -- ? )
#! Can fixnum operations take immediate operands?
DEFER: vregs ( -- n )
#! Number of vregs