lua-users home
lua-l archive

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


Doug Currie scribed the following on 2006-03-03 6:57 PM:
> Friday, March 3, 2006, 3:43:05 PM, Matt Campbell wrote:
> 
>> I noticed that LuaProfiler uses the clock() function for timing by
>> default.  On Windows (at least with Microsoft Visual C++), a clock is
>> one millisecond -- much less than on Linux and other Unix systems.  Does
>> this mean that function timing is significantly more distorted on 
>> Windows than on Linux, particularly for very fast functions that are
>> called many times?  If so, what can be done about this?  Thanks.
> 
> Fun with lua_tcc...
> 
<snip>

Would you mind sharing the steps you followed to build tinycc and
lua_tcc for Windows?

-- 
Dean.