lua-users home
lua-l archive

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


>From my experience gcc (and therefore I assume mingw?) produces far less
efficient code than MSVC, or better still, Intel's compiler.  I'd prefer to
see this used.

> There is a VS 7 solution file that will build this for you on the wiki
> that I contributed.

Which gets us to another problem.  VC6 and VC7 (VS.NET) are not that
compatible.  They use different runtimes (msvcrt DLLs), and so their heaps
are incompatible.

Is Lua 'heap-safe'?  ie, is all memory allocated by lua freed by lua, and no
external memory used ever freed by Lua?  If so, this may not matter.


Love, Light and Peace,
- Peter Loveday
Director of Development, eyeon Software