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

Issue 22831003: Pass checked values to HLoadNamedField, removing the need for extra type-check field. (Closed)

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

Description

Pass checked values to HLoadNamedField, removing the need for extra type-check field. R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16260

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -107 lines) Patch
M src/code-stubs-hydrogen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen.h View 3 chunks +8 lines, -26 lines 0 comments Download
M src/hydrogen.cc View 1 22 chunks +55 lines, -58 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen-instructions.h View 5 chunks +11 lines, -15 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 4 months ago (2013-08-12 15:38:12 UTC) #1
titzer
https://chromiumcodereview.appspot.com/22831003/diff/1/src/hydrogen-escape-analysis.cc File src/hydrogen-escape-analysis.cc (right): https://chromiumcodereview.appspot.com/22831003/diff/1/src/hydrogen-escape-analysis.cc#newcode218 src/hydrogen-escape-analysis.cc:218: ASSERT(load->object() == mapcheck); Since a load now only has ...
7 years, 4 months ago (2013-08-21 14:07:55 UTC) #2
Toon Verwaest
PTAL https://chromiumcodereview.appspot.com/22831003/diff/1/src/hydrogen-escape-analysis.cc File src/hydrogen-escape-analysis.cc (right): https://chromiumcodereview.appspot.com/22831003/diff/1/src/hydrogen-escape-analysis.cc#newcode218 src/hydrogen-escape-analysis.cc:218: ASSERT(load->object() == mapcheck); On 2013/08/21 14:07:56, titzer wrote: ...
7 years, 4 months ago (2013-08-21 14:28:43 UTC) #3
titzer
lgtm
7 years, 4 months ago (2013-08-21 14:43:44 UTC) #4
Toon Verwaest
7 years, 4 months ago (2013-08-21 14:50:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16260.

Powered by Google App Engine
This is Rietveld 408576698