Bug 153313

Summary: Move32 should have an Imm, Tmp form
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 150279    
Attachments:
Description Flags
the patch mark.lam: review+

Description Filip Pizlo 2016-01-21 11:57:49 PST
This enables some useful optimizations, like constant propagation in fixObviousSpills().
Comment 1 Filip Pizlo 2016-01-21 11:59:32 PST
Created attachment 269479 [details]
the patch
Comment 2 Mark Lam 2016-01-21 12:01:14 PST
Comment on attachment 269479 [details]
the patch

r=me
Comment 3 Filip Pizlo 2016-01-21 12:18:05 PST
Landed and broke the world in http://trac.webkit.org/changeset/195418.  Fixed the world in http://trac.webkit.org/changeset/195419.