Bug 138663 - Generate get_by_id for bracket access with constant string subscript.
Summary: Generate get_by_id for bracket access with constant string subscript.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2014-11-12 12:09 PST by Andreas Kling
Modified: 2014-11-12 13:13 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.62 KB, patch)
2014-11-12 12:09 PST, Andreas Kling
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-11-12 12:09:06 PST
Turn o["f"] into o.f at bytecode generation time.
Comment 1 Andreas Kling 2014-11-12 12:09:45 PST
Created attachment 241436 [details]
Patch
Comment 2 Michael Saboff 2014-11-12 12:11:45 PST
Comment on attachment 241436 [details]
Patch

r=me
Comment 3 Andreas Kling 2014-11-12 13:13:13 PST
Committed r176035: <http://trac.webkit.org/changeset/176035>