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

Issue 1488303008: Unify InvokeBuiltin implementations across architectures. (Closed)

Created:
5 years ago by Michael Starzinger
Modified:
5 years ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_issue-cr-565046
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Unify InvokeBuiltin implementations across architectures. This makes the implementations of MacroAssembler::InvokeBuiltin go through the InvokeFunctionCode helper on all architectures. This helper knows how to correctly set up all registers (i.e. argument count and the new target value). R=bmeurer@chromium.org Committed: https://crrev.com/35b47d89f64872265290d344278a834fff1626ef Cr-Commit-Position: refs/heads/master@{#32646}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -70 lines) Patch
M src/arm/macro-assembler-arm.cc View 1 chunk +3 lines, -12 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +3 lines, -13 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +3 lines, -12 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 chunk +3 lines, -12 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +3 lines, -12 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 chunk +1 line, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 9 (4 generated)
Michael Starzinger
Note that on some architectures this adds one instruction to InvokeBuiltin sequence, which initializes the ...
5 years ago (2015-12-04 15:12:08 UTC) #1
Benedikt Meurer
Nice, I like it. LGTM. I hope that long-term we can eliminate this mechanism completely ...
5 years ago (2015-12-07 04:45:53 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1488303008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488303008/1
5 years ago (2015-12-07 09:25:06 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-07 09:26:19 UTC) #7
commit-bot: I haz the power
5 years ago (2015-12-07 09:27:13 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/35b47d89f64872265290d344278a834fff1626ef
Cr-Commit-Position: refs/heads/master@{#32646}

Powered by Google App Engine
This is Rietveld 408576698