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

Issue 2502293002: Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler (Closed)

Created:
4 years, 1 month ago by Jakob Kummerow
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler This is in preparation for introducing more specialized CodeStubAssembler subclasses. The state object can be handed around, while the Assembler instances are temporary-scoped. BUG=v8:5628 Original review: https://codereview.chromium.org/2498073002/ Committed: https://crrev.com/87a65911b95f35d7cbcfd7a5033e367b049b131a Cr-Commit-Position: refs/heads/master@{#41028}

Patch Set 1 : original patch #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4154 lines, -3881 lines) Patch
M src/builtins/builtins.h View 1 2 chunks +4 lines, -5 lines 0 comments Download
M src/builtins/builtins.cc View 1 4 chunks +9 lines, -8 lines 0 comments Download
M src/builtins/builtins-array.cc View 1 7 chunks +778 lines, -780 lines 0 comments Download
M src/builtins/builtins-boolean.cc View 1 1 chunk +15 lines, -11 lines 0 comments Download
M src/builtins/builtins-conversion.cc View 1 2 chunks +163 lines, -149 lines 0 comments Download
M src/builtins/builtins-date.cc View 1 2 chunks +72 lines, -39 lines 0 comments Download
M src/builtins/builtins-function.cc View 1 1 chunk +7 lines, -6 lines 0 comments Download
M src/builtins/builtins-generator.cc View 1 1 chunk +12 lines, -6 lines 0 comments Download
M src/builtins/builtins-global.cc View 1 1 chunk +53 lines, -52 lines 0 comments Download
M src/builtins/builtins-handler.cc View 1 4 chunks +64 lines, -73 lines 0 comments Download
M src/builtins/builtins-internal.cc View 1 1 chunk +48 lines, -44 lines 0 comments Download
M src/builtins/builtins-iterator.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/builtins/builtins-math.cc View 1 3 chunks +224 lines, -196 lines 0 comments Download
M src/builtins/builtins-number.cc View 1 4 chunks +835 lines, -819 lines 0 comments Download
M src/builtins/builtins-object.cc View 1 4 chunks +195 lines, -186 lines 0 comments Download
M src/builtins/builtins-regexp.cc View 1 9 chunks +192 lines, -171 lines 0 comments Download
M src/builtins/builtins-sharedarraybuffer.cc View 1 6 chunks +71 lines, -69 lines 0 comments Download
M src/builtins/builtins-string.cc View 1 8 chunks +255 lines, -232 lines 0 comments Download
M src/builtins/builtins-symbol.cc View 1 1 chunk +23 lines, -18 lines 0 comments Download
M src/builtins/builtins-typedarray.cc View 1 2 chunks +68 lines, -67 lines 0 comments Download
M src/code-stub-assembler.h View 1 1 chunk +2 lines, -11 lines 0 comments Download
M src/code-stub-assembler.cc View 1 1 chunk +0 lines, -12 lines 0 comments Download
M src/code-stubs.h View 1 18 chunks +45 lines, -111 lines 0 comments Download
M src/code-stubs.cc View 1 17 chunks +526 lines, -430 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler/code-assembler.h View 1 6 chunks +45 lines, -21 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 34 chunks +130 lines, -118 lines 0 comments Download
M src/fast-accessor-assembler.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/fast-accessor-assembler.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M src/ic/keyed-store-generic.h View 1 chunk +6 lines, -3 lines 0 comments Download
M src/ic/keyed-store-generic.cc View 1 3 chunks +20 lines, -10 lines 0 comments Download
M src/interface-descriptors.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 1 chunk +8 lines, -2 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M src/isolate.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/compiler/code-assembler-tester.h View 1 2 chunks +25 lines, -32 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/compiler/function-tester.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/compiler/test-code-assembler.cc View 1 20 chunks +64 lines, -63 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 52 chunks +116 lines, -91 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.h View 1 3 chunks +11 lines, -3 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.cc View 1 20 chunks +44 lines, -19 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Jakob Kummerow
Created Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler
4 years, 1 month ago (2016-11-16 09:35:05 UTC) #1
Michael Starzinger
LGTM (rubber-stamped, assuming its a plain reland).
4 years, 1 month ago (2016-11-16 09:48:56 UTC) #3
Igor Sheludko
lgtm
4 years, 1 month ago (2016-11-16 10:03:00 UTC) #4
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/2502293002/300001
4 years, 1 month ago (2016-11-16 10:55:20 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:300001)
4 years, 1 month ago (2016-11-16 11:48:18 UTC) #9
Michael Achenbach
A revert of this CL (patchset #2 id:300001) has been created in https://codereview.chromium.org/2507203003/ by machenbach@chromium.org. ...
4 years, 1 month ago (2016-11-17 08:24:33 UTC) #10
Michael Achenbach
On 2016/11/17 08:24:33, machenbach (OOO) wrote: > A revert of this CL (patchset #2 id:300001) ...
4 years, 1 month ago (2016-11-17 08:26:39 UTC) #11
Michael Achenbach
On 2016/11/17 08:26:39, machenbach (slow) wrote: > On 2016/11/17 08:24:33, machenbach (OOO) wrote: > > ...
4 years, 1 month ago (2016-11-17 08:52:49 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:35:58 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/87a65911b95f35d7cbcfd7a5033e367b049b131a
Cr-Commit-Position: refs/heads/master@{#41028}

Powered by Google App Engine
This is Rietveld 408576698