lua-users home
lua-l archive

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


On Mon, Sep 25, 2006 at 12:52:14AM -0500, Rici Lake wrote:
> By the way, I don't think MS VC aligns doubles to doublewords by 
> default, otherwise Glenn wouldn't have that problem. (Unless the fact 
> that it's in a union somehow defeats the default, which would be really 
> wierd.) That page you pointed to helpfully says that it depends on the 

I use both; I'm testing performance with gcc.

(Currently trying to find a way to get -fomit-frame-pointer when
compiling Lua as part of my larger Automake project, without turning
it on for everything, and grumbling about the mess that Lua 5.1 became
by dumping lua.c and other non-library source files right in src ...)

-- 
Glenn Maynard