[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Standard Windows DLL: (was ANN: wxLua 5.0.2 released.)
- From: "Peter Loveday" <peter@...>
- Date: Tue, 2 Mar 2004 10:28:06 +1030
>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