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

Issue 9085021: Alter the second hash used in StoreBuffer::Compact. (Closed)

Created:
8 years, 11 months ago by Vyacheslav Egorov (Chromium)
Modified:
8 years, 11 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Alter the second hash used in StoreBuffer::Compact. hash2 >> (kHashMapLengthLog2 * 2) was always zero because hash2 was masked with (kHashMapLength - 1). R=erik.corry@gmail.com Committed: http://code.google.com/p/v8/source/detail?r=10336

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/store-buffer.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
8 years, 11 months ago (2012-01-04 20:06:27 UTC) #1
Erik Corry
8 years, 11 months ago (2012-01-05 09:20:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698