Bug 85020 - Allocating WeakImpl should not trigger GC, as that makes the world very tricksy.
Summary: Allocating WeakImpl should not trigger GC, as that makes the world very tricksy.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 17:44 PDT by Oliver Hunt
Modified: 2012-04-26 17:50 PDT (History)
0 users

See Also:


Attachments
Patch (2.28 KB, patch)
2012-04-26 17:46 PDT, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2012-04-26 17:44:13 PDT
Allocating WeakImpl should not trigger GC, as that makes the world very tricksy.
Comment 1 Oliver Hunt 2012-04-26 17:46:28 PDT
Created attachment 139107 [details]
Patch
Comment 2 Oliver Hunt 2012-04-26 17:50:54 PDT
Committed r115391: <http://trac.webkit.org/changeset/115391>