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

Issue 239203003: Handlify CodeCache. (Closed)

Created:
6 years, 8 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 8 months ago
Reviewers:
ulan, Yang
CC:
v8-dev, Igor Sheludko
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : CR feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -75 lines) Patch
M src/factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/objects.h View 1 6 chunks +15 lines, -5 lines 0 comments Download
M src/objects.cc View 1 6 chunks +75 lines, -70 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Dmitry Lomov (no reviews)
PTAL
6 years, 8 months ago (2014-04-15 14:26:27 UTC) #1
Yang
LGTM. Adding Igor to CC to prevent him from redoing this. https://codereview.chromium.org/239203003/diff/1/src/objects.cc File src/objects.cc (right): ...
6 years, 8 months ago (2014-04-15 14:33:08 UTC) #2
Dmitry Lomov (no reviews)
feedback addressed, landing https://codereview.chromium.org/239203003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/239203003/diff/1/src/objects.cc#newcode7526 src/objects.cc:7526: Handle<Object> CodeCache::Update( On 2014/04/15 14:33:09, Yang ...
6 years, 8 months ago (2014-04-15 14:49:34 UTC) #3
ulan
https://codereview.chromium.org/239203003/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/239203003/diff/20001/src/objects.cc#newcode7280 src/objects.cc:7280: Isolate* isolate = map->GetIsolate(); Note that map->code_cache is cleared ...
6 years, 8 months ago (2014-04-15 15:17:19 UTC) #4
Dmitry Lomov (no reviews)
Committed patchset #2 manually as r20801 (presubmit successful).
6 years, 8 months ago (2014-04-16 12:11:04 UTC) #5
Dmitry Lomov (no reviews)
6 years, 8 months ago (2014-04-16 12:12:24 UTC) #6
Message was sent while issue was closed.
On 2014/04/15 15:17:19, ulan wrote:
> https://codereview.chromium.org/239203003/diff/20001/src/objects.cc
> File src/objects.cc (right):
> 
>
https://codereview.chromium.org/239203003/diff/20001/src/objects.cc#newcode7280
> src/objects.cc:7280: Isolate* isolate = map->GetIsolate();
> Note that map->code_cache is cleared on GC.
> 
> Could you add HandleScope here to bound the life-time code_cache?

Sorry, missed your comment, will do a separate CL for that.

Powered by Google App Engine
This is Rietveld 408576698