Bug 129435

Summary: Octane/closure thrashes between flattening dictionaries during global object initialization in a global eval
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: REOPENED ---    
Severity: Normal CC: barraclough, commit-queue, ggaren, mark.lam, mhahnenberg, mmirman, msaboff, nrotem, oliver, ossy, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 129490, 129699    
Bug Blocks:    
Attachments:
Description Flags
the patch oliver: review+

Description Filip Pizlo 2014-02-27 09:42:01 PST
If the global object is already a dictionary even before we start adding things, then we should leave it that way.
Comment 1 Filip Pizlo 2014-02-27 09:44:17 PST
Created attachment 225386 [details]
the patch
Comment 2 Filip Pizlo 2014-02-27 10:29:08 PST
Landed in http://trac.webkit.org/changeset/164812
Comment 3 Csaba Osztrogonác 2014-02-28 08:59:46 PST
(In reply to comment #2)
> Landed in http://trac.webkit.org/changeset/164812

It caused regression on 32 bit platforms, see https://bugs.webkit.org/show_bug.cgi?id=129490 for details.
Comment 4 WebKit Commit Bot 2014-03-04 13:22:41 PST
Re-opened since this is blocked by bug 129699