Bug 138702 - Generate put_by_id for bracket assignment with constant string subscript.
Summary: Generate put_by_id for bracket assignment 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-13 11:09 PST by Andreas Kling
Modified: 2014-11-13 11:18 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.04 KB, patch)
2014-11-13 11:10 PST, Andreas Kling
ggaren: 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-13 11:09:35 PST
Turn o["f"]=x into o.f=x at bytecode generation time.
Comment 1 Andreas Kling 2014-11-13 11:10:21 PST
Created attachment 241492 [details]
Patch
Comment 2 Geoffrey Garen 2014-11-13 11:13:48 PST
Comment on attachment 241492 [details]
Patch

r=me
Comment 3 Andreas Kling 2014-11-13 11:18:45 PST
Committed r176079: <http://trac.webkit.org/changeset/176079>