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

Issue 15737003: Handle holes in smi-untag from LoadKeyed requiring hole handling. (Closed)

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

Description

Handle holes in smi-untag from LoadKeyed requiring hole handling. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14756

Patch Set 1 #

Total comments: 1

Patch Set 2 : Respect hole-mode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -6 lines) Patch
M src/arm/lithium-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +19 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +10 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +10 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 7 months ago (2013-05-22 13:04:23 UTC) #1
Jakob Kummerow
https://chromiumcodereview.appspot.com/15737003/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://chromiumcodereview.appspot.com/15737003/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode5036 src/ia32/lithium-codegen-ia32.cc:5036: if (load->UsesMustHandleHole()) { As discussed offline, I think you ...
7 years, 7 months ago (2013-05-22 14:06:07 UTC) #2
Jakob Kummerow
lgtm
7 years, 7 months ago (2013-05-22 16:14:43 UTC) #3
Toon Verwaest
7 years, 7 months ago (2013-05-22 16:32:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r14756 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698