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

Issue 9463012: Fix the negative lookup stub to handle deleted entries in a (Closed)

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

Description

Fix the negative lookup stub to handle deleted entries in a dictionary. This fixes http://code.google.com/p/v8/issues/detail?id=1964 "Closure-uri benchmark is sensitive to hash seed". Committed: https://code.google.com/p/v8/source/detail?r=10848

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -4 lines) Patch
M src/arm/code-stubs-arm.cc View 3 chunks +10 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 3 chunks +9 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Michael Starzinger
8 years, 10 months ago (2012-02-27 14:46:36 UTC) #1
LGTM. Is there some way to have a regression test for that?

Powered by Google App Engine
This is Rietveld 408576698