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

Issue 145073006: A64: Fix CallApiFunctionAndReturn. (Closed)

Created:
6 years, 10 months ago by ulan
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

A64: Fix CallApiFunctionAndReturn. TEST=cctest/test-api/FunctionTemplateWithProfiler R=jochen@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19257

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -12 lines) Patch
M src/a64/macro-assembler-a64.cc View 2 chunks +6 lines, -12 lines 3 comments Download

Messages

Total messages: 6 (0 generated)
ulan
PTAL https://codereview.chromium.org/145073006/diff/1/src/a64/macro-assembler-a64.cc File src/a64/macro-assembler-a64.cc (right): https://codereview.chromium.org/145073006/diff/1/src/a64/macro-assembler-a64.cc#newcode1350 src/a64/macro-assembler-a64.cc:1350: Mov(x3, Operand(thunk_ref)); I took this from the ARM ...
6 years, 10 months ago (2014-02-10 20:21:23 UTC) #1
jochen (gone - plz use gerrit)
lgtm
6 years, 10 months ago (2014-02-10 20:40:17 UTC) #2
ulan
Committed patchset #1 manually as r19257 (tree was closed).
6 years, 10 months ago (2014-02-11 08:36:01 UTC) #3
jbramley
https://codereview.chromium.org/145073006/diff/1/src/a64/macro-assembler-a64.cc File src/a64/macro-assembler-a64.cc (right): https://codereview.chromium.org/145073006/diff/1/src/a64/macro-assembler-a64.cc#newcode1350 src/a64/macro-assembler-a64.cc:1350: Mov(x3, Operand(thunk_ref)); On 2014/02/10 20:21:23, ulan wrote: > I ...
6 years, 10 months ago (2014-02-11 10:45:25 UTC) #4
ulan
[+Dan] Dan is planning to clean-up this code after we merge to the bleeding_edge. > ...
6 years, 10 months ago (2014-02-11 14:56:36 UTC) #5
dcarney
6 years, 10 months ago (2014-02-11 15:19:29 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/145073006/diff/1/src/a64/macro-assembler-a64.cc
File src/a64/macro-assembler-a64.cc (right):

https://codereview.chromium.org/145073006/diff/1/src/a64/macro-assembler-a64....
src/a64/macro-assembler-a64.cc:1350: Mov(x3, Operand(thunk_ref));
the profiler is almost always disabled
after cleanup, the code to enable profiling will be deferred to the end of this
function on most architectures

Powered by Google App Engine
This is Rietveld 408576698