Bug 133698

Summary: Prediction propagator should make sure everyone knows that a variable that is in an argument position where other versions of that variable are not MachineInts cannot possibly be flushed as Int52
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 2014-06-10 14:12:24 PDT
Patch forthcoming.

This is hilariously related to an ancient bug, although that one only causes a recompilation storm and not a compiler crash: https://bugs.webkit.org/show_bug.cgi?id=109511

<rdar://problem/17127906>
Comment 1 Filip Pizlo 2014-06-10 14:15:14 PDT
Created attachment 232814 [details]
the patch
Comment 2 Geoffrey Garen 2014-06-10 14:23:49 PDT
Comment on attachment 232814 [details]
the patch

r=me
Comment 3 Mark Hahnenberg 2014-06-10 14:26:33 PDT
Comment on attachment 232814 [details]
the patch

r=me too
Comment 4 Filip Pizlo 2014-06-10 18:54:49 PDT
Landed in http://trac.webkit.org/changeset/169787