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

Issue 9372023: Handle CALLBACKS transitions in NormalizeProperties, CopyInsert and RemoveTransitions. (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Handle CALLBACKS transitions in NormalizeProperties, CopyInsert and RemoveTransitions.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -14 lines) Patch
M src/objects.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/objects.cc View 5 chunks +50 lines, -14 lines 0 comments Download
M src/property.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Michael Starzinger
8 years, 10 months ago (2012-02-13 09:55:47 UTC) #1
This change spreads the fact that CALLBACKs may contain transitions all over the
place. I think it would make more sense to let CopyFrom() do the
transition-dropping. I wouldn't even rename that function, just add a comment
explaining that it will drop all transitions while copying.

It makes no sense to have a CopyFrom() which does not drop transitions, because
that will destroy the tree-property of our transition tree in almost all cases.

And it also makes a separate GetDescriptorWithoutTransitions() obsolete.

Powered by Google App Engine
This is Rietveld 408576698