lua-users home
lua-l archive

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


on 9/15/05 6:59 AM, Mike Pall at mikelu-0509@mike.de wrote:

> The next version
> of LuaJIT is able to inline many of the C functions from the
> standard library. I've already added the math.* functions and
> this gives another nice boost (e.g. math.abs() is 6 times faster).

Do you do anything to detect whether people have replaced these functions?

Doing so on the math functions would be perverse, but Lua allows it.

Mark