factor/library/compiler/architecture.factor

11 lines
229 B
Factor
Raw Normal View History

IN: compiler
! A few things the front-end needs to know about the back-end.
DEFER: fixnum-imm? ( -- ? )
#! Can fixnum operations take immediate operands?
2005-12-04 22:06:12 -05:00
DEFER: vregs ( -- regs )
2005-10-21 03:42:38 -04:00
2005-12-24 16:08:15 -05:00
DEFER: compile-c-call ( library function -- )