Bug 121513 - Don't GC while OSR compiling
Summary: Don't GC while OSR compiling
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-09-17 13:23 PDT by Filip Pizlo
Modified: 2013-09-17 13:55 PDT (History)
7 users (show)

See Also:


Attachments
the patch (2.00 KB, patch)
2013-09-17 13:24 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-09-17 13:23:36 PDT
We don't have a sensible stack while OSRing.  So don't even try to GC.
Comment 1 Filip Pizlo 2013-09-17 13:24:30 PDT
Created attachment 211933 [details]
the patch
Comment 2 Mark Hahnenberg 2013-09-17 13:25:02 PDT
Comment on attachment 211933 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-09-17 13:55:59 PDT
Landed in http://trac.webkit.org/changeset/155995