0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Jit>>once: fails on exception #77

Open 0x7CFE opened 9 years ago

0x7CFE commented 9 years ago

Current implementation works only if JIT method returns control in a usual way. If block return is emitted or exception is thrown, native method function is not disposed properly.

Need to add exception handler and cleanup logic in invokeBlock.