[LLVMbugs] [Bug 127] Bytecode reading is really slow for large programs
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Wed Nov 19 11:13:45 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=127
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Summary|Kimwitu++ takes forever to |Bytecode reading is really
|disassemble |slow for large programs
------- Additional Comments From sabre at nondot.org 2003-11-19 13:13 -------
Here's another patch that chops the time to run kimwitu++ in the JIT effectively
in half again:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031117/009646.html
There are other minor improvements that can be made, but I think a 4x
improvement in bytecode loading speed is enough for now. Note that these
changes should significantly reduce the time to link LLVM programs as well.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list