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

Issue 328353002: Add non-miss slow path to LoadIC_Normal. (Closed)

Created:
6 years, 6 months ago by Jakob Kummerow
Modified:
6 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Add non-miss slow path to LoadIC_Normal. This avoids endless IC patching cycles between "normal" and "nonexistent" handlers when objects having and not having the property are seen alternatingly R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21816

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -12 lines) Patch
M src/arm/ic-arm.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/arm64/ic-arm64.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/x87/ic-x87.cc View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL.
6 years, 6 months ago (2014-06-12 15:24:16 UTC) #1
Yang
On 2014/06/12 15:24:16, Jakob wrote: > PTAL. LGTM. Maybe a test case, maybe not.
6 years, 6 months ago (2014-06-12 15:26:41 UTC) #2
Jakob Kummerow
On 2014/06/12 15:26:41, Yang wrote: > Maybe a test case, maybe not. Testcase is in ...
6 years, 6 months ago (2014-06-12 16:36:54 UTC) #3
Jakob Kummerow
6 years, 6 months ago (2014-06-12 16:39:01 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r21816 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698