http://llvm.org/bugs/show_bug.cgi?id=4149

           Summary: JIT fails when requiring exact size
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


When JITMemoryManager.SizeRequired is set to true, recent revisions hit the
assert in X86InstrInfo::sizeOfImm.

The SizeRequired flag is very useful when using a custom JITMemoryManager
implementation (e.g. to compile functions eagerly instead of lazily).
Unfortunately this feature was broken in revision 68645. For reproducing this
it should suffice to set SizeRequired to true in the constructor of
JITMemoryManager, and then run the Fibonacci sample.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to