summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.mm')
-rw-r--r--MLKLLVMCompiler.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm
index 5428927..84fc6af 100644
--- a/MLKLLVMCompiler.mm
+++ b/MLKLLVMCompiler.mm
@@ -195,7 +195,9 @@ static Constant
lambdaForm = i->runFunction (function)->PointerVal;
#endif
- //NSLog (@"Closure built.");
+ //NSLog (@"Function: %p / %p", function, execution_engine->getPointerToFunction (function));
+ //NSLog (@"Executed: %p", fn);
+ //NSLog (@"Closure built: %p", lambdaForm);
return lambdaForm;
}
@@ -231,7 +233,6 @@ static Constant
NSArray *subforms = [form subforms];
unsigned int i;
- //NSLog (@"Marking %@.", form);
for (i = 0; i < [subforms count]; i++)
{
MLKForm *subform = [subforms objectAtIndex:i];
@@ -252,7 +253,6 @@ static Constant
}
}
}
- //NSLog (@"%@ marked.", form);
}
+(Value *) insertSelectorLookup:(NSString *)name