summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-02 00:08:31 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-02 00:08:31 +0200
commit1dc0cdf8416eb0e98017d1f833ac1e9e6077fda5 (patch)
treead827d1f158ea6ff343874bb1b1d28be0a604df5 /MLKLLVMCompiler.h
parentb6b6fb9e55e46a631deb99a47a705af648da6e31 (diff)
LLVM compiler: Allocate all variables that are free in some lambda form on the heap.
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h2
1 files changed, 2 insertions, 0 deletions
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;