[LLVMbugs] [Bug 475] NEW: jit should lazily compile functions refered by globals

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Dec 4 16:56:44 PST 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=475

           Summary: jit should lazily compile functions refered by globals
           Product: libraries
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Target-Independent JIT
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: alkis at cs.uiuc.edu


This happens for example when we have vtables for OO languages. The vtables 
have function pointers to member functions and the jit eagerly compiles them. 
It should instead emit stubs for them and compile them when called.



------- 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