RESOLVED FIXED 123219
Put all uses of LLVM intrinsics behind a single Option
https://bugs.webkit.org/show_bug.cgi?id=123219
Summary Put all uses of LLVM intrinsics behind a single Option
Filip Pizlo
Reported 2013-10-23 13:49:26 PDT
It turns out that the code can't handle turning on IC-with-patchpoint while leaving OSR-with-stackmap off. And I don't think it would be worthwhile to fix that bug since in the long run, we just want to always use the intrinsics. So, we should unify these different options into one.
Attachments
the patch (4.65 KB, patch)
2013-10-23 13:50 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-10-23 13:50:07 PDT
Created attachment 214992 [details] the patch
Mark Hahnenberg
Comment 2 2013-10-23 13:53:27 PDT
Comment on attachment 214992 [details] the patch r=me
Filip Pizlo
Comment 3 2013-10-23 13:56:39 PDT
Note You need to log in before you can comment on or make changes to this bug.