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

Issue 13529017: Remove unnecessary explicity prototype check. (Closed)

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

Description

Remove unnecessary explicity prototype check. The prototype is implicitly checked through a map check of the holder. This is either checked in CheckPrototypes, or as part of the IC. Committed: https://code.google.com/p/v8/source/detail?r=14155

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -32 lines) Patch
M src/arm/stub-cache-arm.cc View 2 chunks +1 line, -8 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +1 line, -8 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +1 line, -8 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
7 years, 8 months ago (2013-04-05 15:14:04 UTC) #1
danno
lgtm
7 years, 8 months ago (2013-04-05 15:16:59 UTC) #2
Toon Verwaest
7 years, 8 months ago (2013-04-05 15:17:55 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r14155 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698