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

Issue 22213002: Replace LoadNamedFieldPolymorphic with explicit branches. (Closed)

Created:
7 years, 4 months ago by Toon Verwaest
Modified:
7 years, 4 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Replace LoadNamedFieldPolymorphic with explicit branches. R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16133

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Addressed comment #

Patch Set 3 : Fix polymorphic load in effect context, add test #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -622 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +0 lines, -85 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 2 chunks +112 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +0 lines, -40 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +0 lines, -153 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +0 lines, -103 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +0 lines, -16 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +0 lines, -105 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +0 lines, -17 lines 0 comments Download
A + test/mjsunit/load_poly_effect.js View 1 2 1 chunk +14 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 4 months ago (2013-08-05 17:49:55 UTC) #1
ulan
https://chromiumcodereview.appspot.com/22213002/diff/11001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/22213002/diff/11001/src/hydrogen.cc#newcode4658 src/hydrogen.cc:4658: NoObservableSideEffectsScope no_side_effects(this); Shouldn't this be in its own scope ...
7 years, 4 months ago (2013-08-06 13:36:24 UTC) #2
Toon Verwaest
Addressed comment. https://chromiumcodereview.appspot.com/22213002/diff/11001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/22213002/diff/11001/src/hydrogen.cc#newcode4720 src/hydrogen.cc:4720: HInstruction* load = BuildLoadNamedGeneric(object, name, expr); Scary ...
7 years, 4 months ago (2013-08-06 14:03:44 UTC) #3
ulan
LGTM
7 years, 4 months ago (2013-08-09 14:00:13 UTC) #4
Toon Verwaest
7 years, 4 months ago (2013-08-09 14:04:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r16133 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698