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

Issue 1875583003: Separate CodeAssembler and CodeStubAssembler (Closed)

Created:
4 years, 8 months ago by danno
Modified:
4 years, 8 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Separate CodeAssembler and CodeStubAssembler This separation is needed to make two goals possible simultaneously: * is should be possible to offer V8 components a simple, clean interface to TurboFan's low-level code generation that doesn't expose details about the TF. * it should be possible to easily create new CodeAssembler "macros" that don't require a review from an OWNER of the compiler directory. Committed: https://crrev.com/973fc5b9b0a15c1a1f1fd3e3748258400c1b8349 Cr-Commit-Position: refs/heads/master@{#35576}

Patch Set 1 #

Patch Set 2 : Remove unnecessary diff #

Patch Set 3 : Add comments #

Patch Set 4 : Merge with ToT #

Patch Set 5 : Fix gn build #

Total comments: 10

Patch Set 6 : Rebase #

Patch Set 7 : Fix gn build #

Patch Set 8 : Fix gn build. Again. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1737 lines, -3455 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download
M src/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M src/builtins.h View 1 2 3 4 5 5 chunks +13 lines, -23 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 16 chunks +41 lines, -53 lines 0 comments Download
A src/code-stub-assembler.h View 1 2 3 4 5 1 chunk +187 lines, -0 lines 0 comments Download
A + src/code-stub-assembler.cc View 1 2 3 4 5 20 chunks +165 lines, -956 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 7 chunks +9 lines, -12 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 31 chunks +81 lines, -107 lines 0 comments Download
A src/compiler/code-assembler.h View 1 2 3 4 5 1 chunk +406 lines, -0 lines 0 comments Download
A src/compiler/code-assembler.cc View 1 2 3 4 5 1 chunk +814 lines, -0 lines 0 comments Download
D src/compiler/code-stub-assembler.h View 1 2 3 4 5 1 chunk +0 lines, -516 lines 0 comments Download
D src/compiler/code-stub-assembler.cc View 1 2 3 4 5 1 chunk +0 lines, -1770 lines 0 comments Download
M src/fast-accessor-assembler.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/fast-accessor-assembler.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
danno
As discussed last week. PTAL.
4 years, 8 months ago (2016-04-11 13:16:50 UTC) #3
Benedikt Meurer
LGTM from my side modulo the Smi stuff and a nit. https://codereview.chromium.org/1875583003/diff/80001/src/compiler/code-assembler.h File src/compiler/code-assembler.h (left): ...
4 years, 8 months ago (2016-04-11 18:12:09 UTC) #4
Michael Starzinger
LGTM. Just a coupla nits. https://codereview.chromium.org/1875583003/diff/80001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1875583003/diff/80001/BUILD.gn#newcode787 BUILD.gn:787: "src/compiler/code-stub-assembler.cc", nit: These two ...
4 years, 8 months ago (2016-04-14 09:04:23 UTC) #5
danno
Feedback addressed, I'll land this shortly. https://codereview.chromium.org/1875583003/diff/80001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1875583003/diff/80001/BUILD.gn#newcode787 BUILD.gn:787: "src/compiler/code-stub-assembler.cc", On 2016/04/14 ...
4 years, 8 months ago (2016-04-18 11:00:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1875583003/100002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1875583003/100002
4 years, 8 months ago (2016-04-18 11:55:06 UTC) #9
commit-bot: I haz the power
Committed patchset #8 (id:100002)
4 years, 8 months ago (2016-04-18 11:57:11 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 11:58:12 UTC) #13
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/973fc5b9b0a15c1a1f1fd3e3748258400c1b8349
Cr-Commit-Position: refs/heads/master@{#35576}

Powered by Google App Engine
This is Rietveld 408576698