Bug 125645 - CStack Branch: Change the disabling of DFG OSR entry to be based on an option
Summary: CStack Branch: Change the disabling of DFG OSR entry to be based on an option
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 11:26 PST by Michael Saboff
Modified: 2013-12-12 11:34 PST (History)
0 users

See Also:


Attachments
Patch for landing (5.23 KB, patch)
2013-12-12 11:33 PST, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-12-12 11:26:03 PST
There is currently some #if 0 ... #endif to disable OSR entry from baseline to DFG.  These turned off sections don't fully disable OSR entry and they are inconvenient.  We should use an option to control OSR entry.
Comment 1 Michael Saboff 2013-12-12 11:33:55 PST
Created attachment 219101 [details]
Patch for landing
Comment 2 Michael Saboff 2013-12-12 11:34:26 PST
Committed r160499: <http://trac.webkit.org/changeset/160499>