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

Issue 142973005: Unify calling to GenerateFastApiCallBody before stubbing it (Closed)

Created:
6 years, 11 months ago by dcarney
Modified:
6 years, 11 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Unify calling to GenerateFastApiCallBody before stubbing it R=verwaest@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=18714

Patch Set 1 #

Total comments: 4

Patch Set 2 : remove MoveHolder #

Total comments: 1

Patch Set 3 : ia32 #

Patch Set 4 : arm #

Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -505 lines) Patch
M src/arm/stub-cache-arm.cc View 1 2 3 9 chunks +155 lines, -125 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 13 chunks +111 lines, -171 lines 0 comments Download
M src/stub-cache.h View 1 2 chunks +13 lines, -18 lines 0 comments Download
M src/stub-cache.cc View 1 1 chunk +35 lines, -10 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 11 chunks +114 lines, -181 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
Nice cleanup! lgtm https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc File src/x64/stub-cache-x64.cc (right): https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc#newcode417 src/x64/stub-cache-x64.cc:417: Handle<Map> Handle<Map> prototype_map( JSObject::cast(current_map->prototype())->map()); https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc#newcode426 src/x64/stub-cache-x64.cc:426: ...
6 years, 11 months ago (2014-01-20 19:11:09 UTC) #1
dcarney
https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc File src/x64/stub-cache-x64.cc (right): https://codereview.chromium.org/142973005/diff/1/src/x64/stub-cache-x64.cc#newcode703 src/x64/stub-cache-x64.cc:703: api_receiver, Handle<JSObject>(lookup->holder())); On 2014/01/20 19:11:09, Toon Verwaest wrote: > ...
6 years, 11 months ago (2014-01-20 20:23:55 UTC) #2
Toon Verwaest
lgtm. Just remove the debug print. https://codereview.chromium.org/142973005/diff/90002/src/x64/stub-cache-x64.cc File src/x64/stub-cache-x64.cc (right): https://codereview.chromium.org/142973005/diff/90002/src/x64/stub-cache-x64.cc#newcode427 src/x64/stub-cache-x64.cc:427: fprintf(stderr, "%s %p ...
6 years, 11 months ago (2014-01-21 11:30:59 UTC) #3
dcarney
6 years, 11 months ago (2014-01-21 15:07:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r18714 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698