2007-10-29 01:12:27 -04:00
|
|
|
void set_quot_xt(F_QUOTATION *quot, F_COMPILED *code);
|
2007-10-03 16:56:49 -04:00
|
|
|
void jit_compile(F_QUOTATION *quot);
|
|
|
|
F_FASTCALL CELL primitive_jit_compile(CELL tagged, F_STACK_FRAME *stack);
|
2007-09-20 18:09:08 -04:00
|
|
|
XT quot_offset_to_pc(F_QUOTATION *quot, F_FIXNUM offset);
|
2007-10-03 16:56:49 -04:00
|
|
|
void uncurry(CELL obj);
|
2007-10-02 17:53:05 -04:00
|
|
|
DECLARE_PRIMITIVE(curry);
|
|
|
|
DECLARE_PRIMITIVE(array_to_quotation);
|
|
|
|
DECLARE_PRIMITIVE(quotation_xt);
|
|
|
|
DECLARE_PRIMITIVE(uncurry);
|
2007-10-09 02:08:20 -04:00
|
|
|
DECLARE_PRIMITIVE(strip_compiled_quotations);
|