Bug 147634 - jsc-tailcall: We should abortWithReason() if we ever return from a tail call
Summary: jsc-tailcall: We should abortWithReason() if we ever return from a tail call
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basile Clement
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-04 11:07 PDT by Basile Clement
Modified: 2015-08-04 11:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.60 KB, patch)
2015-08-04 11:11 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-04 11:07:36 PDT
...
Comment 1 Basile Clement 2015-08-04 11:11:03 PDT
Created attachment 258185 [details]
Patch
Comment 2 Michael Saboff 2015-08-04 11:21:18 PDT
Comment on attachment 258185 [details]
Patch

r=me
Comment 3 Basile Clement 2015-08-04 11:30:59 PDT
Committed r187868 <http://trac.webkit.org/changeset/187868>.