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

Issue 115017: X64: Changed hash computations to only use lower 32 bits of pointers. (Closed)

Created:
11 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Dean McNamee
CC:
v8-dev
Visibility:
Public.

Description

X64: Changed hash computations to only use lower 32 bits of pointers.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M src/stub-cache.h View 1 chunk +6 lines, -2 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Quick review.
11 years, 7 months ago (2009-05-06 08:22:26 UTC) #1
Dean McNamee
11 years, 7 months ago (2009-05-06 08:29:17 UTC) #2
Kinda sketchy, but if you think it's ok, OK.

http://codereview.chromium.org/115017/diff/1/2
File src/stub-cache.h (right):

http://codereview.chromium.org/115017/diff/1/2#newcode206
Line 206: uint32_t map_lowbits =
lowbits makes it sounds differnt than low32, specially since on a 32-bit
platform they're not low, they're the full pointer.

Powered by Google App Engine
This is Rietveld 408576698