From 1dc0cdf8416eb0e98017d1f833ac1e9e6077fda5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 2 Sep 2008 00:08:31 +0200 Subject: LLVM compiler: Allocate all variables that are free in some lambda form on the heap. --- MLKLLVMCompiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKLLVMCompiler.h') diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h index d398f0f..cdcda0d 100644 --- a/MLKLLVMCompiler.h +++ b/MLKLLVMCompiler.h @@ -45,6 +45,8 @@ using namespace llvm; +(void) processTopLevelForm:(id)object inMode:(enum MLKProcessingMode)mode; ++(void) markVariablesForHeapAllocationInForm:(MLKForm *)form; + #ifdef __cplusplus +(Value *) processForm:(MLKForm *)form; -- cgit v1.2.3