Bug 148396 - jsc-tailcall: We can't assert that registers are flushed when making a tail call
Summary: jsc-tailcall: We can't assert that registers are flushed when making a tail call
Status: RESOLVED DUPLICATE of bug 148663
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basile Clement
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 14:35 PDT by Basile Clement
Modified: 2015-08-31 18:10 PDT (History)
0 users

See Also:


Attachments
Patch (2.69 KB, patch)
2015-08-24 14:37 PDT, Basile Clement
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Basile Clement 2015-08-24 14:35:06 PDT
jsc-tailcall: We can't assert that registers are flushed when making a tail call
Comment 1 Basile Clement 2015-08-24 14:37:59 PDT
Created attachment 259775 [details]
Patch
Comment 2 Michael Saboff 2015-08-24 14:39:57 PDT
Comment on attachment 259775 [details]
Patch

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

r=me

> Source/JavaScriptCore/ChangeLog:12
> +        cases - even though those node are dead nodes that will not actually

node => nodes
Comment 3 Basile Clement 2015-08-24 14:42:04 PDT
Committed r188883 <http://trac.webkit.org/changeset/188883> with the ChangeLog fix.
Comment 4 Basile Clement 2015-08-31 18:10:24 PDT

*** This bug has been marked as a duplicate of bug 148663 ***