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

Issue 23691056: Handle non-JSObject heap objects using slow-path IC stub guarded by the map. (Closed)

Created:
7 years, 3 months ago by Toon Verwaest
Modified:
7 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Handle non-JSObject heap objects using slow-path IC stub guarded by the map. BUG=chromium:280632 R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16689

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -101 lines) Patch
M src/builtins.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 chunks +9 lines, -1 line 0 comments Download
M src/ic.h View 7 chunks +11 lines, -8 lines 0 comments Download
M src/ic.cc View 4 chunks +21 lines, -27 lines 0 comments Download
M src/objects.h View 1 3 chunks +11 lines, -4 lines 0 comments Download
M src/objects.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M src/stub-cache.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 27 chunks +49 lines, -49 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 3 months ago (2013-09-12 09:28:55 UTC) #1
Michael Starzinger
LGTM if comments are addressed. For the record: I still don't like the idea of ...
7 years, 3 months ago (2013-09-12 14:28:48 UTC) #2
Toon Verwaest
Addressed comments https://chromiumcodereview.appspot.com/23691056/diff/5001/src/objects.h File src/objects.h (right): https://chromiumcodereview.appspot.com/23691056/diff/5001/src/objects.h#newcode1793 src/objects.h:1793: static void UpdateMapCodeCache(Handle<HeapObject> object, On 2013/09/12 14:28:48, ...
7 years, 3 months ago (2013-09-12 14:58:23 UTC) #3
Toon Verwaest
7 years, 3 months ago (2013-09-12 16:13:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r16689 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698