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

Issue 9269004: Fix keyed lookup cache to have 2 entried per bucket instead (Closed)

Created:
8 years, 11 months ago by Erik Corry
Modified:
8 years, 11 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix keyed lookup cache to have 2 entried per bucket instead of one in order to reduce collisions. Committed: https://code.google.com/p/v8/source/detail?r=10458

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -13 lines) Patch
M src/arm/ic-arm.cc View 1 2 2 chunks +25 lines, -1 line 0 comments Download
M src/heap.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/heap.cc View 2 chunks +14 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 3 chunks +25 lines, -2 lines 0 comments Download
M src/mips/ic-mips.cc View 1 2 2 chunks +25 lines, -4 lines 0 comments Download
M src/x64/ic-x64.cc View 1 1 chunk +24 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Erik Corry
8 years, 11 months ago (2012-01-20 09:26:03 UTC) #1
Erik Corry
8 years, 11 months ago (2012-01-20 10:40:48 UTC) #2
Michael Starzinger
8 years, 11 months ago (2012-01-20 13:12:45 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698