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

Issue 9083001: Use a random seed for the string hash algorithm.

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

Description

Use a random seed for the string hash algorithm.

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -61 lines) Patch
M src/flag-definitions.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +14 lines, -4 lines 0 comments Download
M src/isolate.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/isolate.cc View 2 chunks +12 lines, -1 line 0 comments Download
M src/objects.h View 3 chunks +6 lines, -3 lines 0 comments Download
M src/objects.cc View 14 chunks +51 lines, -27 lines 0 comments Download
M src/objects-inl.h View 3 chunks +10 lines, -7 lines 0 comments Download
M src/profile-generator.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +14 lines, -4 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-optimized.js View 2 chunks +7 lines, -5 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-optimized-double.js View 1 chunk +6 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698