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 22980003: Make HToFastProperties GC safe. (Closed)

Created:
7 years, 4 months ago by Jakob Kummerow
Modified:
7 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Make HToFastProperties GC safe. The runtime call can cause a GC, so the instruction must have proper flags set. R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16173

Patch Set 1 #

Patch Set 2 : undo kChangesMaps change #

Total comments: 1

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M src/hydrogen-instructions.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
PTAL.
7 years, 4 months ago (2013-08-13 16:20:13 UTC) #1
Michael Starzinger
LGTM with a comment. https://codereview.chromium.org/22980003/diff/3001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/22980003/diff/3001/src/hydrogen-instructions.h#newcode6553 src/hydrogen-instructions.h:6553: SetFlag(kChangesNewSpacePromotion); This should be s/SetFlag/SetGVNFlag/ ...
7 years, 4 months ago (2013-08-13 16:21:52 UTC) #2
Jakob Kummerow
7 years, 4 months ago (2013-08-13 16:27:01 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r16173.

Powered by Google App Engine
This is Rietveld 408576698