factor/library/compiler/architecture.factor

11 lines
229 B
Factor

IN: compiler
! A few things the front-end needs to know about the back-end.
DEFER: fixnum-imm? ( -- ? )
#! Can fixnum operations take immediate operands?
DEFER: vregs ( -- regs )
DEFER: compile-c-call ( library function -- )