Bug 122652 - COLLECT_ON_EVERY_ALLOCATION causes assertion failures
Summary: COLLECT_ON_EVERY_ALLOCATION causes assertion failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 09:53 PDT by Mark Hahnenberg
Modified: 2013-10-14 14:39 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.38 KB, patch)
2013-10-14 14:07 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2013-10-11 09:53:44 PDT
Due to the addition of the GC deferral mechanism, COLLECT_ON_EVERY_ALLOCATION can cause us to force collection even when we've deferred collection.
Comment 1 Mark Hahnenberg 2013-10-11 09:54:51 PDT
(In reply to comment #0)
> Due to the addition of the GC deferral mechanism, COLLECT_ON_EVERY_ALLOCATION can cause us to force collection even when we've deferred collection.

Kind of an odd way to phrase it, but you get the idea.
Comment 2 Mark Hahnenberg 2013-10-14 14:07:04 PDT
Created attachment 214186 [details]
Patch
Comment 3 WebKit Commit Bot 2013-10-14 14:39:38 PDT
Comment on attachment 214186 [details]
Patch

Clearing flags on attachment: 214186

Committed r157422: <http://trac.webkit.org/changeset/157422>
Comment 4 WebKit Commit Bot 2013-10-14 14:39:40 PDT
All reviewed patches have been landed.  Closing bug.