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

Issue 2913783002: [builtins] Begin removing CodeFactory accessors (Closed)

Created:
3 years, 6 months ago by jgruber
Modified:
3 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[builtins] Begin removing CodeFactory accessors BUG=v8:5737 Review-Url: https://codereview.chromium.org/2913783002 Cr-Commit-Position: refs/heads/master@{#45629} Committed: https://chromium.googlesource.com/v8/v8/+/f710ba94b6e7ac5acd27fc60d8ffcb1d188700e9

Patch Set 1 #

Patch Set 2 : Remove more #

Patch Set 3 : V8_EXPORT_PRIVATE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -158 lines) Patch
M src/builtins/builtins.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/builtins/builtins-array-gen.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M src/builtins/builtins-async-generator-gen.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/builtins/builtins-async-iterator-gen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/builtins/builtins-date-gen.cc View 1 chunk +9 lines, -7 lines 0 comments Download
M src/builtins/builtins-iterator-gen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/builtins/builtins-number-gen.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/builtins/builtins-object-gen.cc View 1 2 chunks +2 lines, -6 lines 0 comments Download
M src/builtins/builtins-promise-gen.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/builtins/builtins-string-gen.cc View 1 3 chunks +6 lines, -8 lines 0 comments Download
M src/code-factory.h View 1 3 chunks +0 lines, -21 lines 0 comments Download
M src/code-factory.cc View 1 3 chunks +32 lines, -49 lines 0 comments Download
M src/code-stub-assembler.cc View 1 5 chunks +13 lines, -17 lines 0 comments Download
M src/compiler/effect-control-linearizer.cc View 3 chunks +10 lines, -6 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M src/compiler/js-intrinsic-lowering.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/s390/lithium-codegen-s390.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/interpreter/interpreter-generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter-intrinsics-generator.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-code-assembler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/compiler/instruction-selector-unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (22 generated)
jgruber
Hey, finally getting around to removing duplicate CodeFactory accessors. This is a first batch - ...
3 years, 6 months ago (2017-05-30 14:22:46 UTC) #4
Camillo Bruni
lgtm
3 years, 6 months ago (2017-05-31 08:59:22 UTC) #11
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/2913783002/40001
3 years, 6 months ago (2017-05-31 09:53:52 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/42115)
3 years, 6 months ago (2017-05-31 09:56:26 UTC) #20
jgruber
+mstarzinger for compiler/, crankshaft/, full-codegen/, interpreter/.
3 years, 6 months ago (2017-05-31 09:58:53 UTC) #22
Igor Sheludko
lgtm
3 years, 6 months ago (2017-05-31 10:00:56 UTC) #23
Jakob Kummerow
src/crankshaft/ LGTM, didn't look at the rest.
3 years, 6 months ago (2017-05-31 11:51:33 UTC) #26
Michael Starzinger
LGTM.
3 years, 6 months ago (2017-05-31 12:33:03 UTC) #27
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/2913783002/40001
3 years, 6 months ago (2017-05-31 12:36:00 UTC) #29
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 12:40:23 UTC) #32
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/f710ba94b6e7ac5acd27fc60d8ffcb1d188...

Powered by Google App Engine
This is Rietveld 408576698