summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-11 18:10:41 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-11 18:10:41 +0200
commitace29d495df89afd2e3251064de91b00da2612da (patch)
treec84b9849ac8f6a78bc3b8149533e7edbf12f3a82 /MLKLLVMCompiler.mm
parent07aea7334f5e82002bcbd86edb5cd811be57d441 (diff)
Add various disabled debugging messages.
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 9e51112..443bde9 100644
--- a/MLKLLVMCompiler.mm
+++ b/MLKLLVMCompiler.mm
@@ -178,7 +178,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;
}
@@ -214,7 +216,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];
@@ -235,7 +236,6 @@ static Constant
}
}
}
- //NSLog (@"%@ marked.", form);
}
+(Value *) insertSelectorLookup:(NSString *)name