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

Issue 1696363002: Use a better hash function in IdentityMap. (Closed)

Created:
4 years, 10 months ago by rmcilroy
Modified:
4 years, 10 months ago
Reviewers:
titzer
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

Use a better hash function in IdentityMap. Reduces time for ConstantArrayBuilderTest.AllocateAllEntries from 21000ms to 106ms in debug mode. BUG=v8:4280 LOG=N Committed: https://crrev.com/c68f7194c2b27a9960bb2ab213cb0feb0a3d5341 Cr-Commit-Position: refs/heads/master@{#34038}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -8 lines) Patch
M src/identity-map.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/identity-map.cc View 2 chunks +2 lines, -3 lines 2 comments Download
M test/unittests/interpreter/constant-array-builder-unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1696363002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1696363002/1
4 years, 10 months ago (2016-02-16 12:57:58 UTC) #2
rmcilroy
We use identity map for SMIs to, so the assumption that previous xoring approach didn't ...
4 years, 10 months ago (2016-02-16 12:58:53 UTC) #4
titzer
https://codereview.chromium.org/1696363002/diff/1/src/identity-map.cc File src/identity-map.cc (left): https://codereview.chromium.org/1696363002/diff/1/src/identity-map.cc#oldcode45 src/identity-map.cc:45: // Xor some of the upper bits, since the ...
4 years, 10 months ago (2016-02-16 13:02:27 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-16 13:17:32 UTC) #7
rmcilroy
https://codereview.chromium.org/1696363002/diff/1/src/identity-map.cc File src/identity-map.cc (left): https://codereview.chromium.org/1696363002/diff/1/src/identity-map.cc#oldcode45 src/identity-map.cc:45: // Xor some of the upper bits, since the ...
4 years, 10 months ago (2016-02-16 14:00:55 UTC) #8
titzer
On 2016/02/16 14:00:55, rmcilroy wrote: > https://codereview.chromium.org/1696363002/diff/1/src/identity-map.cc > File src/identity-map.cc (left): > > https://codereview.chromium.org/1696363002/diff/1/src/identity-map.cc#oldcode45 > ...
4 years, 10 months ago (2016-02-16 14:04:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1696363002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1696363002/1
4 years, 10 months ago (2016-02-16 14:07:37 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-16 14:08:49 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 14:09:11 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c68f7194c2b27a9960bb2ab213cb0feb0a3d5341
Cr-Commit-Position: refs/heads/master@{#34038}

Powered by Google App Engine
This is Rietveld 408576698