|
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