Bug 123817

Summary: Remove FTL::LowerDFGToLLVM::compileJSConstant()
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, nrotem, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 112840    
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 2013-11-05 12:48:04 PST
We don't call this method anymore, because constants are handled in the edge lowering at the point of use.
Comment 1 Filip Pizlo 2013-11-05 12:48:46 PST
Created attachment 216060 [details]
the patch
Comment 2 Geoffrey Garen 2013-11-05 12:52:33 PST
Comment on attachment 216060 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-11-05 13:01:39 PST
Landed in http://trac.webkit.org/changeset/158686