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

Issue 136333011: MIPS: Specialize FixedTypedArray<> set and get functions to solve unaligned double access. (Closed)

Created:
6 years, 10 months ago by kilvadyb
Modified:
6 years, 10 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Specialize FixedTypedArray<> set and get functions to solve unaligned double access. BUG= TEST=test-api/FixedFloat64Array

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed nit #

Total comments: 2

Patch Set 3 : small fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M src/objects.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kilvadyb
6 years, 10 months ago (2014-01-30 14:37:58 UTC) #1
Dmitry Lomov (no reviews)
Just a small comment https://codereview.chromium.org/136333011/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/136333011/diff/1/src/objects-inl.h#newcode3684 src/objects-inl.h:3684: this, FixedTypedArray<Float64ArrayTraits>::SizeFor(index)); I am not ...
6 years, 10 months ago (2014-01-30 16:55:21 UTC) #2
kilvadyb
https://codereview.chromium.org/136333011/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/136333011/diff/1/src/objects-inl.h#newcode3684 src/objects-inl.h:3684: this, FixedTypedArray<Float64ArrayTraits>::SizeFor(index)); On 2014/01/30 16:55:22, Dmitry Lomov (chromium) wrote: ...
6 years, 10 months ago (2014-01-30 18:27:04 UTC) #3
Dmitry Lomov (no reviews)
A small nit https://codereview.chromium.org/136333011/diff/20001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/136333011/diff/20001/src/objects.h#newcode4903 src/objects.h:4903: return SizeFor(index); Please express them the ...
6 years, 10 months ago (2014-01-30 18:34:03 UTC) #4
Dmitry Lomov (no reviews)
On 2014/01/30 18:34:03, Dmitry Lomov (chromium) wrote: > A small nit > > https://codereview.chromium.org/136333011/diff/20001/src/objects.h > ...
6 years, 10 months ago (2014-01-30 18:34:42 UTC) #5
kilvadyb
https://codereview.chromium.org/136333011/diff/20001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/136333011/diff/20001/src/objects.h#newcode4903 src/objects.h:4903: return SizeFor(index); On 2014/01/30 18:34:03, Dmitry Lomov (chromium) wrote: ...
6 years, 10 months ago (2014-01-30 19:24:52 UTC) #6
Dmitry Lomov (no reviews)
lgtm
6 years, 10 months ago (2014-01-30 19:26:34 UTC) #7
Paul Lind
6 years, 10 months ago (2014-01-30 20:06:57 UTC) #8
Committed as r18965.

Powered by Google App Engine
This is Rietveld 408576698