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

Issue 2862032: [Isolates] Move more statics (part IV) (Closed)

Created:
10 years, 5 months ago by zarko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] Move more statics (part IV) stub-cache*.cc, stub-cache.h, (serialize.cc) -> key_reference/value_reference moved into StubCache -> primary_/secondary_ became instance members of StubCache spaces.cc/spaces.h -> comments_statistics string-stream.cc -> debug_object_cache -> current_security_token regexp-macro-assembler.cc -> canonicalize * is word_character_map[] used as a constant? scopes.cc * note about Allocator (it might benefit from taking an isolate pointer) Committed: http://code.google.com/p/v8/source/detail?r=4979

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -108 lines) Patch
M src/arm/stub-cache-arm.cc View 1 4 chunks +7 lines, -5 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 4 chunks +7 lines, -5 lines 0 comments Download
M src/isolate.h View 1 4 chunks +25 lines, -1 line 0 comments Download
M src/regexp-macro-assembler.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M src/scopes.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 3 chunks +9 lines, -5 lines 0 comments Download
M src/spaces.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/spaces.cc View 1 6 chunks +24 lines, -31 lines 0 comments Download
M src/string-stream.cc View 1 6 chunks +20 lines, -14 lines 0 comments Download
M src/stub-cache.h View 1 5 chunks +39 lines, -34 lines 0 comments Download
M src/stub-cache.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 5 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zarko
Thanks Luke
10 years, 5 months ago (2010-06-28 17:30:56 UTC) #1
Vitaly Repeshko
10 years, 5 months ago (2010-06-29 17:20:57 UTC) #2
LGTM

http://codereview.chromium.org/2862032/diff/1/5
File src/regexp-macro-assembler.cc (right):

http://codereview.chromium.org/2862032/diff/1/5#newcode188
src/regexp-macro-assembler.cc:188: // TODO(isolates): Verify that this is used
as a constant.
It's only used in load operations. Please add "const" and consider the todo
done.

http://codereview.chromium.org/2862032/diff/1/9
File src/spaces.h (right):

http://codereview.chromium.org/2862032/diff/1/9#newcode2216
src/spaces.h:2216: // must be small, since an iteration is used for lookup
nit: "Must" and full stop at the end.

Powered by Google App Engine
This is Rietveld 408576698