Bug 177986 - [JSC] Parser should not handle ASYNC as keyword
Summary: [JSC] Parser should not handle ASYNC as keyword
Status: RESOLVED DUPLICATE of bug 176573
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-10-05 18:31 PDT by Yusuke Suzuki
Modified: 2017-10-05 19:23 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-10-05 18:31:05 PDT
It is first introduced for performance. But async is not a keyword, and this special handling complicates Parser code.
We should explore the way to keep performance while we change it to usual non-keyword.
Comment 1 Yusuke Suzuki 2017-10-05 19:23:26 PDT

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