Bug 173514 - [JSC] Extend @argument() to accept arbitrary int32 values
Summary: [JSC] Extend @argument() to accept arbitrary int32 values
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-17 11:43 PDT by Yusuke Suzuki
Modified: 2017-06-17 11:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-06-17 11:43:27 PDT
Let's do that to optimize Function.prototype.bind! (Avoid allocating arguments).