[LLVMbugs] [Bug 631] NEW: -enable-correct-eh-support very slow
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Sep 26 03:03:46 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=631
Summary: -enable-correct-eh-support very slow
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: llc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: eric at vanrietpaap.nl
Enabling this options makes the exectable a couple of times slower for PyPy.
Currently it works best to use llc -march=c ... and then compile the c file with
gcc. The odd thing is that this c file also contains setjmp/longjmp. Seems gcc
(3.3.6) knows how to optimize this a lot better.
------- 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