Bug 128883 - DFG::prepareOSREntry should be nice to the stack
Summary: DFG::prepareOSREntry should be nice to the stack
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: 130539
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-15 21:34 PST by Filip Pizlo
Modified: 2014-03-21 09:47 PDT (History)
10 users (show)

See Also:


Attachments
work in progress (5.70 KB, patch)
2014-02-15 21:34 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (14.25 KB, patch)
2014-02-16 14:54 PST, Filip Pizlo
oliver: 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-02-15 21:34:01 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2014-02-15 21:34:35 PST
Created attachment 224315 [details]
work in progress
Comment 2 Filip Pizlo 2014-02-16 14:54:54 PST
Created attachment 224324 [details]
the patch
Comment 3 Filip Pizlo 2014-02-16 22:20:08 PST
Landed in http://trac.webkit.org/changeset/164205
Comment 4 David Kilzer (:ddkilzer) 2014-02-17 07:08:25 PST
Comment on attachment 224324 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=224324&action=review

> Source/JavaScriptCore/dfg/DFGOSREntry.h:70
> +// Returns a pointer to a data buffer that the OSR entry thunk will recognize and
> +// parse. If this returns null, it means 

Unfinished comment.