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

Issue 9174023: Split NumberDictionary into a randomly seeded and an unseeded (Closed)

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

Description

Split NumberDictionary into a randomly seeded and an unseeded version. We don't want to randomize the stub cache. Committed: http://code.google.com/p/v8/source/detail?r=10402

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -228 lines) Patch
M src/arm/macro-assembler-arm.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/elements.cc View 6 chunks +10 lines, -9 lines 0 comments Download
M src/factory.h View 2 chunks +12 lines, -3 lines 0 comments Download
M src/factory.cc View 2 chunks +26 lines, -6 lines 0 comments Download
M src/heap.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/heap.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/objects.h View 6 chunks +54 lines, -17 lines 0 comments Download
M src/objects.cc View 39 chunks +152 lines, -89 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 5 chunks +16 lines, -18 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/runtime.cc View 12 chunks +31 lines, -26 lines 0 comments Download
M src/stub-cache.cc View 10 chunks +21 lines, -14 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Mads Ager (chromium)
8 years, 11 months ago (2012-01-16 08:36:42 UTC) #1
lgtm

Powered by Google App Engine
This is Rietveld 408576698