[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C++, pcall, and yield
- From: Mark Hamburg <mhamburg@...>
- Date: Mon, 17 Apr 2006 13:34:19 -0700
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