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

Issue 2600183004: [turbofan] Remove virtual methods from CodeAssembler. (Closed)

Created:
3 years, 11 months ago by Igor Sheludko
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Remove virtual methods from CodeAssembler. ... and add explicit CallPrologue/CallEpilogue callbacks to CodeAssemblerState instead. This will allow IntepreterAssembler to use any other helper assembler. TBR=rmcilroy@chromium.org BUG= Review-Url: https://codereview.chromium.org/2600183004 Cr-Commit-Position: refs/heads/master@{#41973} Committed: https://chromium.googlesource.com/v8/v8/+/d083833499e2be9518d226d75ee6183ad3adc67b

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -16 lines) Patch
M src/compiler/code-assembler.h View 4 chunks +13 lines, -5 lines 0 comments Download
M src/compiler/code-assembler.cc View 2 chunks +26 lines, -7 lines 2 comments Download
M src/interpreter/interpreter-assembler.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (10 generated)
Igor Sheludko
PTAL https://codereview.chromium.org/2600183004/diff/1/src/compiler/code-assembler.cc File src/compiler/code-assembler.cc (left): https://codereview.chromium.org/2600183004/diff/1/src/compiler/code-assembler.cc#oldcode453 src/compiler/code-assembler.cc:453: CallPrologue(); Drive-by fix.
3 years, 11 months ago (2016-12-28 15:22:38 UTC) #4
epertoso
lgtm
3 years, 11 months ago (2016-12-28 15:29:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2600183004/1
3 years, 11 months ago (2016-12-28 15:33:47 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/d083833499e2be9518d226d75ee6183ad3adc67b
3 years, 11 months ago (2016-12-28 15:47:40 UTC) #12
mvstanton
W00t! Thanks Igor!
3 years, 11 months ago (2016-12-29 08:02:57 UTC) #14
rmcilroy
3 years, 11 months ago (2017-01-03 09:37:51 UTC) #16
Message was sent while issue was closed.
LGTM, thanks.

https://codereview.chromium.org/2600183004/diff/1/src/compiler/code-assembler.cc
File src/compiler/code-assembler.cc (left):

https://codereview.chromium.org/2600183004/diff/1/src/compiler/code-assembler...
src/compiler/code-assembler.cc:453: CallPrologue();
On 2016/12/28 15:22:38, Igor Sheludko wrote:
> Drive-by fix.

Thanks!

Powered by Google App Engine
This is Rietveld 408576698