[LLVMdev] JIT and anonymous procs

Jonathan S. Shapiro shap at eros-os.com
Wed Mar 26 06:06:29 PDT 2008


The Kaleidoscope tutorial has us "interpreting" top-level expressions by
generating a one-shot anonymous procedure and executing that. Once the
expressions have been executed, these procedures will never be called
again.

How can the associated storage for this anonymous procedure be
reclaimed?


shap




More information about the llvm-dev mailing list