[LLVMbugs] [Bug 135] NEW: Interpreter & JIT should lazily initialize global variables
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Wed Nov 19 13:03:26 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=135
Summary: Interpreter & JIT should lazily initialize global
variables
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Generic Execution Engine Support
AssignedTo: sabre at nondot.org
ReportedBy: sabre at nondot.org
LLVM tablegen takes 4.5 seconds to start and stop (without doing any work), 2.7s
of this is spent initializing 4.2MB of global variables which it is presumably
not using.
This is kinda pointless methinks.
-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