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

Issue 2469001: - Begin removing [static] qualifier from methods in StubCache.... (Closed)

Created:
10 years, 6 months ago by zarko
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

- Begin removing [static] qualifier from methods in StubCache. - Move construction of StubCache to top of Isolate::Init. - Mark StubCache as forbidden to copy/assign. Committed: http://code.google.com/p/v8/source/detail?r=4772

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -138 lines) Patch
M src/ic.cc View 1 16 chunks +114 lines, -52 lines 0 comments Download
M src/isolate.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/stub-cache.h View 1 3 chunks +86 lines, -84 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zarko
10 years, 6 months ago (2010-06-01 13:42:28 UTC) #1
Vitaly Repeshko
10 years, 6 months ago (2010-06-01 15:35:44 UTC) #2
LGTM.

http://codereview.chromium.org/2469001/diff/1/2
File src/ic.cc (right):

http://codereview.chromium.org/2469001/diff/1/2#newcode845
src/ic.cc:845: code
=Isolate::Current()->stub_cache()->ComputeKeyedLoadStringLength(
nit: Missing space after '='.

http://codereview.chromium.org/2469001/diff/1/3
File src/isolate.cc (right):

http://codereview.chromium.org/2469001/diff/1/3#newcode82
src/isolate.cc:82: stub_cache_ = new StubCache();
Should be below DisallowAllocationFailure.

Powered by Google App Engine
This is Rietveld 408576698