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

Issue 1496503002: [runtime] [proxy] removing JSFunctionProxy and related code. (Closed)

Created:
5 years ago by Camillo Bruni
Modified:
5 years ago
CC:
neis, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[runtime] [proxy] removing JSFunctionProxy and related code. BUG=v8:1543 LOG=N Committed: https://crrev.com/747f455b074751040cc8ac0ede83f3880ccc488b Cr-Commit-Position: refs/heads/master@{#32616}

Patch Set 1 #

Patch Set 2 : fixing wrong comparisons #

Patch Set 3 : merging #

Patch Set 4 : do compare properly #

Patch Set 5 : doh #

Total comments: 29

Patch Set 6 : addressing nits #

Patch Set 7 : merging master #

Patch Set 8 : fixing wrong range check under x64 #

Patch Set 9 : merging with master #

Patch Set 10 : fixing merge artifacts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -382 lines) Patch
M include/v8.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 1 2 3 4 5 6 3 chunks +5 lines, -9 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 5 6 3 chunks +4 lines, -8 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 4 5 6 1 chunk +3 lines, -4 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 4 5 6 1 chunk +2 lines, -4 lines 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M src/factory.h View 1 2 3 4 5 6 1 chunk +0 lines, -7 lines 0 comments Download
M src/factory.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -24 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -12 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -13 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -11 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -10 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -10 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -12 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -11 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 4 5 6 3 chunks +7 lines, -11 lines 0 comments Download
M src/heap/objects-visiting.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 5 6 3 chunks +5 lines, -9 lines 0 comments Download
M src/js/proxy.js View 1 2 3 4 5 6 7 8 2 chunks +1 line, -22 lines 0 comments Download
M src/js/v8natives.js View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 5 6 3 chunks +5 lines, -9 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 3 4 5 6 3 chunks +4 lines, -8 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 8 6 chunks +4 lines, -37 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 4 chunks +3 lines, -11 lines 0 comments Download
M src/objects-body-descriptors-inl.h View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 5 6 2 chunks +0 lines, -12 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 6 7 8 9 4 chunks +1 line, -10 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -16 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -8 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -5 lines 0 comments Download
M src/runtime/runtime-interpreter.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/runtime/runtime-proxy.cc View 1 2 3 4 5 6 7 8 4 chunks +0 lines, -38 lines 0 comments Download
M src/types.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 5 6 3 chunks +4 lines, -8 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 2 3 4 5 3 chunks +4 lines, -8 lines 0 comments Download
M test/mjsunit/harmony/proxies-for.js View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -3 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 56 (27 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/20001
5 years ago (2015-12-02 12:47:06 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/10862) v8_mac_rel on ...
5 years ago (2015-12-02 12:48:08 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/40001
5 years ago (2015-12-02 13:04:08 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/10865)
5 years ago (2015-12-02 13:17:11 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/60001
5 years ago (2015-12-02 14:54:38 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/9436)
5 years ago (2015-12-02 15:16:51 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/80001
5 years ago (2015-12-02 17:17:57 UTC) #14
Camillo Bruni
PTAL
5 years ago (2015-12-02 17:36:00 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-02 17:40:02 UTC) #18
Toon Verwaest
https://codereview.chromium.org/1496503002/diff/80001/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): https://codereview.chromium.org/1496503002/diff/80001/src/arm/builtins-arm.cc#newcode1700 src/arm/builtins-arm.cc:1700: __ b(&non_smi); you probably wanted to remove this b(&non_smi), ...
5 years ago (2015-12-03 11:48:42 UTC) #20
Camillo Bruni
PTAL, as discussed offline, le -> eq change is not necessary. addressed all other comments. ...
5 years ago (2015-12-03 12:18:26 UTC) #21
Toon Verwaest
lgtm
5 years ago (2015-12-03 14:32:20 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/100001
5 years ago (2015-12-03 14:59:19 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/7334)
5 years ago (2015-12-03 15:01:03 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/120001
5 years ago (2015-12-03 16:06:20 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/140001
5 years ago (2015-12-03 16:14:44 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-03 17:41:06 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/140001
5 years ago (2015-12-03 18:23:50 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/8516)
5 years ago (2015-12-03 19:39:33 UTC) #37
Camillo Bruni
hpayer please heap. mstarzinger please compile.
5 years ago (2015-12-04 08:44:12 UTC) #39
Hannes Payer (out of office)
heap lgtm
5 years ago (2015-12-04 08:48:16 UTC) #40
Michael Starzinger
LGTM on "compiler", didn't look at the rest.
5 years ago (2015-12-04 12:23:07 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/140001
5 years ago (2015-12-04 12:40:25 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/8542)
5 years ago (2015-12-04 12:42:19 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/160001
5 years ago (2015-12-04 13:06:02 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/10755)
5 years ago (2015-12-04 13:11:26 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496503002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496503002/180001
5 years ago (2015-12-04 13:21:33 UTC) #53
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years ago (2015-12-04 13:49:15 UTC) #54
commit-bot: I haz the power
5 years ago (2015-12-04 13:49:31 UTC) #56
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/747f455b074751040cc8ac0ede83f3880ccc488b
Cr-Commit-Position: refs/heads/master@{#32616}

Powered by Google App Engine
This is Rietveld 408576698