Bug 132590 - Optimize GetByVal when subscript is a rope string.
Summary: Optimize GetByVal when subscript is a rope string.
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:
Depends on:
Blocks:
 
Reported: 2014-05-05 17:16 PDT by Andreas Kling
Modified: 2014-05-06 11:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.05 KB, patch)
2014-05-05 17:17 PDT, Andreas Kling
fpizlo: 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-05-05 17:16:35 PDT
PutByVal was easy. This should also be easy.
Comment 1 Andreas Kling 2014-05-05 17:17:22 PDT
Created attachment 230870 [details]
Patch
Comment 2 Andreas Kling 2014-05-05 17:58:13 PDT
Committed r168335: <http://trac.webkit.org/changeset/168335>
Comment 3 Csaba Osztrogonác 2014-05-06 11:31:22 PDT
(In reply to comment #2)
> Committed r168335: <http://trac.webkit.org/changeset/168335>

It made DoYouEvenBench/Full.html performance test 
flakey fail everywhere. Could you possibly check it?