Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Issue 24360019: Speed up ArrayBuffer/typed array/DataView properties. (Closed)

Created:
7 years, 3 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 2 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Speed up ArrayBuffer/typed array/DataView properties. Optimizes byteLength, byteOffset, buffer and other properties on ArrayBuffer, typed arrays and DataView into simple field loads. Some unification with the way Array.length and String.length are treated. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16930

Patch Set 1 #

Patch Set 2 : After self-review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -60 lines) Patch
M src/accessors.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/accessors.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/hydrogen.h View 1 4 chunks +29 lines, -15 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +7 lines, -26 lines 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M src/ic.cc View 1 1 chunk +10 lines, -11 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Dmitry Lomov (no reviews)
PTAL
7 years, 3 months ago (2013-09-24 15:22:48 UTC) #1
Toon Verwaest
lgtm with nit. I like this change. https://codereview.chromium.org/24360019/diff/2/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/24360019/diff/2/src/ic.cc#newcode1351 src/ic.cc:1351: { Remove ...
7 years, 3 months ago (2013-09-24 15:37:38 UTC) #2
Dmitry Lomov (no reviews)
7 years, 2 months ago (2013-09-25 08:19:47 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r16930 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698