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

Issue 23615012: Properly filter types using the initial map from HAllocate. (Closed)

Created:
7 years, 3 months ago by Toon Verwaest
Modified:
7 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Properly filter types using the initial map from HAllocate. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16572

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -50 lines) Patch
M src/ast.h View 1 2 chunks +8 lines, -6 lines 0 comments Download
M src/ast.cc View 1 2 chunks +9 lines, -11 lines 2 comments Download
M src/hydrogen.cc View 1 6 chunks +40 lines, -33 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Toon Verwaest
PTAL
7 years, 3 months ago (2013-09-05 18:16:17 UTC) #1
Michael Starzinger
LGTM with comments. https://codereview.chromium.org/23615012/diff/1/src/ast.h File src/ast.h (right): https://codereview.chromium.org/23615012/diff/1/src/ast.h#newcode291 src/ast.h:291: void FilterForPossibleTransitions(Map* root_map, Zone* zone) { ...
7 years, 3 months ago (2013-09-05 20:07:22 UTC) #2
Toon Verwaest
Addressed comments, PTAL again. https://chromiumcodereview.appspot.com/23615012/diff/1/src/ast.h File src/ast.h (right): https://chromiumcodereview.appspot.com/23615012/diff/1/src/ast.h#newcode291 src/ast.h:291: void FilterForPossibleTransitions(Map* root_map, Zone* zone) ...
7 years, 3 months ago (2013-09-06 09:23:12 UTC) #3
Michael Starzinger
Still LGTM. https://codereview.chromium.org/23615012/diff/7001/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/23615012/diff/7001/src/ast.cc#newcode655 src/ast.cc:655: holder_ = GetPrototypeForPrimitiveCheck(check_type_, oracle->isolate()); Does it hold ...
7 years, 3 months ago (2013-09-06 09:34:40 UTC) #4
Toon Verwaest
https://codereview.chromium.org/23615012/diff/7001/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/23615012/diff/7001/src/ast.cc#newcode655 src/ast.cc:655: holder_ = GetPrototypeForPrimitiveCheck(check_type_, oracle->isolate()); The receiver_types_ are Clear()ed right ...
7 years, 3 months ago (2013-09-06 11:24:28 UTC) #5
Toon Verwaest
7 years, 3 months ago (2013-09-06 11:32:57 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r16572 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698