lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Will LuaJIT work when Lua's exception mechanism is redefined to use C++? Or
does the stack switching confuse the C++ exception mechanism?

I know this is a likely issue with Apple's Objective-C/Cocoa runtime unless
one hacks in to swap private globals appropriately. Most C++ runtimes don't
even expose that information.

Mark