lua-users home
lua-l archive

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


There was a subtle bug in the profiling code I sent earlier. As the
profiler was still working when dump was called, it could change table T
while the table was being traversed, with weird results.

The corrected code is in

  http://lua-users.org/wiki/ProfilingLuaCode

-- Roberto