Bug 118751 - fourthTier: don't GC when shutting down the VM
Summary: fourthTier: don't GC when shutting down the VM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 14:57 PDT by Filip Pizlo
Modified: 2013-07-16 15:07 PDT (History)
7 users (show)

See Also:


Attachments
the patch (1.91 KB, patch)
2013-07-16 14:58 PDT, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-07-16 14:57:59 PDT
It's still happening that we have some pending GC when entering into ~VM.  We should just flat-out disallow it.
Comment 1 Filip Pizlo 2013-07-16 14:58:38 PDT
Created attachment 206815 [details]
the patch
Comment 2 Mark Hahnenberg 2013-07-16 14:59:46 PDT
Comment on attachment 206815 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-07-16 15:07:16 PDT
Landed in http://trac.webkit.org/changeset/152744