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

Issue 258163003: Do not make objects in optimized code weak if collecting maps is disabled. (Closed)

Created:
6 years, 7 months ago by ulan
Modified:
6 years, 7 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Visibility:
Public.

Description

Do not make objects in optimized code weak if collecting maps is disabled. When collecting maps is disabled we do not clear non-live references. BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21044

Patch Set 1 #

Total comments: 2

Patch Set 2 : Extract comment check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/objects-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
ulan
PTAL
6 years, 7 months ago (2014-04-29 12:18:35 UTC) #1
Igor Sheludko
lgtm with a nit: https://codereview.chromium.org/258163003/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/258163003/diff/1/src/objects-inl.h#newcode4810 src/objects-inl.h:4810: bool Code::IsWeakObjectInOptimizedCode(Object* object) { Probably ...
6 years, 7 months ago (2014-04-29 12:22:56 UTC) #2
ulan
https://codereview.chromium.org/258163003/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/258163003/diff/1/src/objects-inl.h#newcode4810 src/objects-inl.h:4810: bool Code::IsWeakObjectInOptimizedCode(Object* object) { On 2014/04/29 12:22:56, Igor Sheludko ...
6 years, 7 months ago (2014-04-29 12:26:16 UTC) #3
Igor Sheludko
lgtm
6 years, 7 months ago (2014-04-29 12:31:08 UTC) #4
ulan
6 years, 7 months ago (2014-04-29 12:32:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r21044 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698