This will give us coverage for when we run the full LLVM optimization pipeline. Running that full pipeline shouldn't break anything. It's good for us to know that there is no such thing as an LLVM optimization phase that breaks our assumptions.
Created attachment 223783 [details] the patch
Comment on attachment 223783 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=223783&action=review > Tools/Scripts/run-jsc-stress-tests:582 > +def runFTLNoSimpleOpt > + run("ftl-no-simple-opt", "--enableConcurrentJIT=false", "--llvmSimpleOpt=false", *FTL_OPTIONS) if $enableFTL > +end I don’t see runFTLNoSimpleOpt referenced anywhere else. Is this intentional?
(In reply to comment #2) > (From update of attachment 223783 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=223783&action=review > > > Tools/Scripts/run-jsc-stress-tests:582 > > +def runFTLNoSimpleOpt > > + run("ftl-no-simple-opt", "--enableConcurrentJIT=false", "--llvmSimpleOpt=false", *FTL_OPTIONS) if $enableFTL > > +end > > I don’t see runFTLNoSimpleOpt referenced anywhere else. Is this intentional? Yes.
Comment on attachment 223783 [details] the patch r=me
Landed in http://trac.webkit.org/changeset/163852