lua-users home
lua-l archive

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


On Mon, Oct 16, 2006 at 11:31:28AM -0700, Sam Roberts wrote:
> Can't the C++ code catch all exceptions, and re-raise with lua_error()?

The problem is that C++ exceptions bloat executables too much to be
practical to leave enabled in many cases.  The use of a 150k library
requiring enabling an option that would bloat my binary by over 1MB
means it's effectively a 1.15MB library.

-- 
Glenn Maynard