Bug 123219

Summary: Put all uses of LLVM intrinsics behind a single Option
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: atrick, barraclough, ggaren, mark.lam, mhahnenberg, msaboff, nrotem, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 122318    
Attachments:
Description Flags
the patch mhahnenberg: review+

Description Filip Pizlo 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.
Comment 1 Filip Pizlo 2013-10-23 13:50:07 PDT
Created attachment 214992 [details]
the patch
Comment 2 Mark Hahnenberg 2013-10-23 13:53:27 PDT
Comment on attachment 214992 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-10-23 13:56:39 PDT
Landed in http://trac.webkit.org/changeset/157883