-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 631 |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
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.