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

Issue 2912063002: Revert of [arm] Share constant pool entries in snapshot. (Closed)

Created:
3 years, 6 months ago by Michael Starzinger
Modified:
3 years, 6 months ago
CC:
Hannes Payer (out of office), rmcilroy, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of [arm] Share constant pool entries in snapshot. (patchset #3 id:40001 of https://codereview.chromium.org/2869683004/ ) Reason for revert: Breaks OSR in full-codegen because the constant pool entry being patched is shared accross different OSR points. This is tracked by: https://bugs.chromium.org/p/chromium/issues/detail?id=725743 Original issue's description: > [arm] Share constant pool entries in snapshot. > > This patch also adds sharing of code target entries, which requires > sharing the RelocInfo for those entries as well. The disassembler > is also modified in order to print comments for the RelocInfo that > is now shared. > > This improves the snapshot size for arm by about 4%. > > BUG= > > Review-Url: https://codereview.chromium.org/2869683004 > Cr-Commit-Position: refs/heads/master@{#45497} > Committed: https://chromium.googlesource.com/v8/v8/+/c15b3ffc773ef7b14655b59b1ce1437de903fdc0 TBR=bmeurer@chromium.org,hpayer@chromium.org,jarin@chromium.org,mvstanton@chromium.org,rmcilroy@chromium.org,clemensh@chromium.org,georgia.kouveli@arm.com # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -230 lines) Patch
M src/arm/assembler-arm.h View 2 chunks +4 lines, -6 lines 0 comments Download
M src/arm/assembler-arm.cc View 11 chunks +53 lines, -78 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/builtins/setup-builtins-internal.cc View 4 chunks +0 lines, -12 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/disassembler.cc View 2 chunks +90 lines, -115 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/interpreter/setup-interpreter-internal.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/v8heapconst.py View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Michael Starzinger
Created Revert of [arm] Share constant pool entries in snapshot.
3 years, 6 months ago (2017-05-30 10:47:40 UTC) #2
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/2912063002/1
3 years, 6 months ago (2017-05-30 10:47:43 UTC) #3
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/22582) v8_linux64_gcc_compile_dbg on master.tryserver.v8 (JOB_FAILED, ...
3 years, 6 months ago (2017-05-30 10:48:53 UTC) #5
Clemens Hammacher
Is this still relevant, or can it be closed?
3 years, 6 months ago (2017-06-11 10:13:30 UTC) #6
Michael Starzinger
3 years, 6 months ago (2017-06-12 08:15:42 UTC) #7
On 2017/06/11 10:13:30, Clemens Hammacher wrote:
> Is this still relevant, or can it be closed?

Nope, no longer relevant. Can be closed.

Powered by Google App Engine
This is Rietveld 408576698