From ace29d495df89afd2e3251064de91b00da2612da Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 11 Sep 2008 18:10:41 +0200 Subject: Add various disabled debugging messages. --- MLKLLVMCompiler.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MLKLLVMCompiler.mm') 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 -- cgit v1.2.3