factor/vm/quotations.h

7 lines
306 B
C
Raw Normal View History

2007-10-29 01:12:27 -04:00
void set_quot_xt(F_QUOTATION *quot, F_COMPILED *code);
2008-01-09 01:33:40 -05:00
void jit_compile(CELL quot, bool relocate);
F_FASTCALL CELL primitive_jit_compile(CELL quot, F_STACK_FRAME *stack);
2007-12-30 16:54:01 -05:00
F_FIXNUM quot_code_offset_to_scan(CELL quot, F_FIXNUM offset);
2007-10-02 17:53:05 -04:00
DECLARE_PRIMITIVE(array_to_quotation);
DECLARE_PRIMITIVE(quotation_xt);