Skip to content

-enable-correct-eh-support very slow #1003

@llvmbot

Description

@llvmbot
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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions