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

Issue 7105016: Ensure strings are never externalized as a side-effect of doing a GC. (Closed)

Created:
9 years, 6 months ago by sandholm
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Ensure strings are never externalized as a side-effect of doing a GC.

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/api.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/heap.h View 2 chunks +4 lines, -0 lines 4 comments Download
M src/heap.cc View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
sandholm
9 years, 6 months ago (2011-06-01 10:48:35 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM with comments addressed http://codereview.chromium.org/7105016/diff/1/src/heap.h File src/heap.h (right): http://codereview.chromium.org/7105016/diff/1/src/heap.h#newcode1057 src/heap.h:1057: inline int gc_post_process_count() { return ...
9 years, 6 months ago (2011-06-01 11:12:35 UTC) #2
sandholm
http://codereview.chromium.org/7105016/diff/1/src/heap.h File src/heap.h (right): http://codereview.chromium.org/7105016/diff/1/src/heap.h#newcode1057 src/heap.h:1057: inline int gc_post_process_count() { return gc_post_process_count_; } On 2011/06/01 ...
9 years, 6 months ago (2011-06-01 11:39:34 UTC) #3
Vitaly Repeshko
9 years, 6 months ago (2011-06-01 13:12:27 UTC) #4
LGTM with Slava's comments.

Powered by Google App Engine
This is Rietveld 408576698