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

Issue 10081009: Add PushAddress(ExternalReference) for X64. (Closed)

Created:
8 years, 8 months ago by Michael Starzinger
Modified:
8 years, 8 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add PushAddress(ExternalReference) for X64. R=erik.corry@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=11329

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment by Erik Corry. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -6 lines) Patch
M src/x64/macro-assembler-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
8 years, 8 months ago (2012-04-13 15:06:19 UTC) #1
Erik Corry
Lgtm https://chromiumcodereview.appspot.com/10081009/diff/1/src/x64/macro-assembler-x64.cc File src/x64/macro-assembler-x64.cc (right): https://chromiumcodereview.appspot.com/10081009/diff/1/src/x64/macro-assembler-x64.cc#newcode160 src/x64/macro-assembler-x64.cc:160: push(kScratchRegister); If we are emitting debug code we ...
8 years, 8 months ago (2012-04-14 08:37:04 UTC) #2
Michael Starzinger
8 years, 8 months ago (2012-04-16 10:53:55 UTC) #3
Added new patch set. Rebased. Landed.

https://chromiumcodereview.appspot.com/10081009/diff/1/src/x64/macro-assemble...
File src/x64/macro-assembler-x64.cc (right):

https://chromiumcodereview.appspot.com/10081009/diff/1/src/x64/macro-assemble...
src/x64/macro-assembler-x64.cc:160: push(kScratchRegister);
On 2012/04/14 08:37:04, Erik Corry wrote:
> If we are emitting debug code we should zap the scratch reg if we don't use it

Done.

Powered by Google App Engine
This is Rietveld 408576698