2005-09-04 19:24:24 -04:00
|
|
|
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
|
|
|
|
|
2005-09-04 19:24:24 -04:00
|
|
|
DEFER: fixnum-imm? ( -- ? )
|
|
|
|
#! Can fixnum operations take immediate operands?
|
|
|
|
|
|
|
|
DEFER: vregs ( -- n )
|
|
|
|
#! Number of vregs
|