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

Issue 2081703002: Use zig-zag encoding in the source position table. (Closed)

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

Description

Use zig-zag encoding in the source position table. R=vogelheim@chromium.org Committed: https://crrev.com/679372852865ced10e4d8ccd756596c8d76fc015 Cr-Commit-Position: refs/heads/master@{#37170}

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 3

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -49 lines) Patch
M src/interpreter/source-position-table.cc View 1 2 2 chunks +30 lines, -41 lines 0 comments Download
M test/unittests/interpreter/source-position-table-unittest.cc View 1 chunk +11 lines, -8 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
Yang
4 years, 6 months ago (2016-06-20 13:05:50 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2081703002/1
4 years, 6 months ago (2016-06-20 13:06:08 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/9042)
4 years, 6 months ago (2016-06-20 13:09:59 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2081703002/20001
4 years, 6 months ago (2016-06-20 14:54:19 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 15:21:38 UTC) #9
rmcilroy
Drive-by: Is this smaller size for typical code than the current approach? I thought we ...
4 years, 6 months ago (2016-06-20 16:13:24 UTC) #10
Yang
On 2016/06/20 16:13:24, rmcilroy wrote: > Drive-by: Is this smaller size for typical code than ...
4 years, 6 months ago (2016-06-20 17:01:17 UTC) #11
vogelheim
lgtm https://codereview.chromium.org/2081703002/diff/20001/src/interpreter/source-position-table.cc File src/interpreter/source-position-table.cc (right): https://codereview.chromium.org/2081703002/diff/20001/src/interpreter/source-position-table.cc#newcode53 src/interpreter/source-position-table.cc:53: value = ((value << 1) ^ (value >> ...
4 years, 6 months ago (2016-06-21 14:11:12 UTC) #12
Yang
https://codereview.chromium.org/2081703002/diff/20001/src/interpreter/source-position-table.cc File src/interpreter/source-position-table.cc (right): https://codereview.chromium.org/2081703002/diff/20001/src/interpreter/source-position-table.cc#newcode53 src/interpreter/source-position-table.cc:53: value = ((value << 1) ^ (value >> kShift)); ...
4 years, 6 months ago (2016-06-21 15:11:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2081703002/40001
4 years, 6 months ago (2016-06-21 15:11:25 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/17675)
4 years, 6 months ago (2016-06-21 15:14:55 UTC) #18
Yang
Ross, I still need an owner's review. Please take a look.
4 years, 6 months ago (2016-06-22 06:23:07 UTC) #20
rmcilroy
Lgtm, thanks for the explanation (weirdly I didn't get any emails until your last reply).
4 years, 6 months ago (2016-06-22 08:22:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2081703002/40001
4 years, 6 months ago (2016-06-22 09:04:02 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-22 09:06:26 UTC) #24
commit-bot: I haz the power
4 years, 6 months ago (2016-06-22 09:07:04 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/679372852865ced10e4d8ccd756596c8d76fc015
Cr-Commit-Position: refs/heads/master@{#37170}

Powered by Google App Engine
This is Rietveld 408576698