10 lines
		
	
	
		
			369 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			10 lines
		
	
	
		
			369 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
void set_quot_xt(F_QUOTATION *quot, F_COMPILED *code);
 | 
						|
void jit_compile(CELL quot);
 | 
						|
F_FASTCALL CELL primitive_jit_compile(CELL quot, F_STACK_FRAME *stack);
 | 
						|
F_FIXNUM quot_code_offset_to_scan(CELL quot, F_FIXNUM offset);
 | 
						|
void uncurry(CELL obj);
 | 
						|
DECLARE_PRIMITIVE(curry);
 | 
						|
DECLARE_PRIMITIVE(array_to_quotation);
 | 
						|
DECLARE_PRIMITIVE(quotation_xt);
 | 
						|
DECLARE_PRIMITIVE(uncurry);
 |