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

Issue 104793003: Fix polymorphic inlined calls with migrating prototypes (Closed)

Created:
7 years ago by Jakob Kummerow
Modified:
7 years ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Fix polymorphic inlined calls with migrating prototypes LOG=Y R=verwaest@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=18307

Patch Set 1 #

Patch Set 2 : yak shaving #

Total comments: 2

Patch Set 3 : fixed inefficient recursion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -289 lines) Patch
M src/ast.h View 1 12 chunks +11 lines, -14 lines 0 comments Download
M src/ast.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 2 chunks +26 lines, -13 lines 0 comments Download
M src/type-info.h View 1 3 chunks +3 lines, -22 lines 0 comments Download
M src/type-info.cc View 1 15 chunks +67 lines, -221 lines 0 comments Download
M src/typing.cc View 1 5 chunks +2 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-calls-with-migrating-prototypes.js View 1 chunk +17 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jakob Kummerow
PTAL. We'll have to backmerge this to all branches we still care about.
7 years ago (2013-12-09 13:03:36 UTC) #1
Toon Verwaest
Nice long-overdue cleanup! Just one comment. https://codereview.chromium.org/104793003/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/104793003/diff/20001/src/objects.cc#newcode3891 src/objects.cc:3891: Handle<Map> new_map = ...
7 years ago (2013-12-09 16:32:58 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/104793003/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/104793003/diff/20001/src/objects.cc#newcode3891 src/objects.cc:3891: Handle<Map> new_map = Map::CurrentMapForDeprecated(original_map); On 2013/12/09 16:32:59, Toon Verwaest ...
7 years ago (2013-12-10 11:06:22 UTC) #3
Toon Verwaest
LGTM. May be nice to make the Internal method protected though.
7 years ago (2013-12-10 11:14:39 UTC) #4
Jakob Kummerow
On 2013/12/10 11:14:39, Toon Verwaest wrote: > May be nice to make the Internal method ...
7 years ago (2013-12-10 12:00:11 UTC) #5
Jakob Kummerow
7 years ago (2013-12-12 14:57:12 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r18307.

Powered by Google App Engine
This is Rietveld 408576698