Bug 126587 - FTL OSR entry should only check input variable types after it has set up OSR exit availability of those OSR entry values
Summary: FTL OSR entry should only check input variable types after it has set up OSR ...
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: 112840
  Show dependency treegraph
 
Reported: 2014-01-07 12:08 PST by Filip Pizlo
Modified: 2014-01-07 12:49 PST (History)
7 users (show)

See Also:


Attachments
the patch (7.49 KB, patch)
2014-01-07 12:11 PST, Filip Pizlo
ggaren: 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 2014-01-07 12:08:27 PST
There's nothing more hilarious than OSR exiting during OSR entry.  Patch forthcoming.
Comment 1 Filip Pizlo 2014-01-07 12:11:32 PST
Created attachment 220538 [details]
the patch
Comment 2 Filip Pizlo 2014-01-07 12:13:04 PST
Landed on branch in http://trac.webkit.org/changeset/161445
Comment 3 Geoffrey Garen 2014-01-07 12:45:30 PST
Comment on attachment 220538 [details]
the patch

r=me