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

Issue 2809012: Change hash computation for transcendental cache to use arithmetic... (Closed)

Created:
10 years, 6 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Change hash computation for transcendental cache to use arithmetic shifts. Leads to fewer collisions. Committed: http://code.google.com/p/v8/source/detail?r=4872

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M src/arm/codegen-arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 6 months ago (2010-06-16 08:15:02 UTC) #1
Erik Corry
10 years, 6 months ago (2010-06-16 08:28:29 UTC) #2
LGTM (now that Lasse has convinced me on the whiteboard that the 32 bit and 64
bit algorithms are still the same).

Powered by Google App Engine
This is Rietveld 408576698