mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Flush symbol tables in jit.dump on trace flush.
This commit is contained in:
parent
ef087aa678
commit
2e85af8836
@ -564,6 +564,7 @@ local function dump_trace(what, tr, func, pc, otr, oex)
|
||||
end
|
||||
if dumpmode.H then out:write("</pre>\n\n") else out:write("\n") end
|
||||
else
|
||||
if what == "flush" then symtab, nexitsym = {}, 0 end
|
||||
out:write("---- TRACE ", what, "\n\n")
|
||||
end
|
||||
out:flush()
|
||||
|
Loading…
Reference in New Issue
Block a user