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

Issue 1731893003: [interpreter] Preparation for 32-bit operands. (Closed)

Created:
4 years, 10 months ago by oth
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Preparation for 32-bit operands. Extends the constant pool to deal with more slices. Adds ReadUnalignedUInt32(). BUG=v8:4280, v8:4747 LOG=N Committed: https://crrev.com/1db484f7d8b27405af489b23252b8187c51608dc Cr-Commit-Position: refs/heads/master@{#34319}

Patch Set 1 #

Patch Set 2 : Update comments, small code change. #

Patch Set 3 : Compilation fix. #

Total comments: 8

Patch Set 4 : Incorporate review comments. #

Patch Set 5 : Fix pantstastic crash failures introduced in last upload. #

Patch Set 6 : Rebase. #

Total comments: 2

Patch Set 7 : Move ReadUnalignedUInt32. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -131 lines) Patch
M src/interpreter/constant-array-builder.h View 1 2 3 3 chunks +17 lines, -10 lines 0 comments Download
M src/interpreter/constant-array-builder.cc View 1 2 3 4 4 chunks +93 lines, -71 lines 0 comments Download
M src/utils.h View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M test/unittests/interpreter/constant-array-builder-unittest.cc View 5 chunks +45 lines, -47 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
oth
Michi, could you look at the change in utils.h. Ross, could you look over the ...
4 years, 10 months ago (2016-02-25 12:19:41 UTC) #1
rmcilroy
https://codereview.chromium.org/1731893003/diff/40001/src/interpreter/constant-array-builder.cc File src/interpreter/constant-array-builder.cc (right): https://codereview.chromium.org/1731893003/diff/40001/src/interpreter/constant-array-builder.cc#newcode74 src/interpreter/constant-array-builder.cc:74: ConstantArrayBuilder::ConstantArraySlice* ConstantArrayBuilder::IndexToSlice( This seems a bit overkill to me. ...
4 years, 10 months ago (2016-02-25 13:26:06 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731893003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731893003/60001
4 years, 10 months ago (2016-02-25 15:31:37 UTC) #5
oth
Thanks, comments incorporated. https://codereview.chromium.org/1731893003/diff/40001/src/interpreter/constant-array-builder.cc File src/interpreter/constant-array-builder.cc (right): https://codereview.chromium.org/1731893003/diff/40001/src/interpreter/constant-array-builder.cc#newcode74 src/interpreter/constant-array-builder.cc:74: ConstantArrayBuilder::ConstantArraySlice* ConstantArrayBuilder::IndexToSlice( On 2016/02/25 13:26:06, rmcilroy ...
4 years, 10 months ago (2016-02-25 15:40:15 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/10645)
4 years, 10 months ago (2016-02-25 16:09:53 UTC) #8
oth
+Michi, PTAL utils.h for 32-bit unaligned read. Thanks
4 years, 10 months ago (2016-02-25 16:49:13 UTC) #10
Michael Starzinger
LGTM on utils.h, didn't look at the rest. https://codereview.chromium.org/1731893003/diff/100001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1731893003/diff/100001/src/utils.h#newcode1763 src/utils.h:1763: static ...
4 years, 10 months ago (2016-02-25 17:23:52 UTC) #11
oth
Thanks. https://codereview.chromium.org/1731893003/diff/100001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1731893003/diff/100001/src/utils.h#newcode1763 src/utils.h:1763: static inline uint32_t ReadUnalignedUInt32(const void* p) { On ...
4 years, 10 months ago (2016-02-26 09:03:10 UTC) #12
rmcilroy
Lgtm, thanks!
4 years, 10 months ago (2016-02-26 09:28:46 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731893003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731893003/120001
4 years, 10 months ago (2016-02-26 09:52:36 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-26 10:14:59 UTC) #17
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 10:16:42 UTC) #19
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1db484f7d8b27405af489b23252b8187c51608dc
Cr-Commit-Position: refs/heads/master@{#34319}

Powered by Google App Engine
This is Rietveld 408576698