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

Issue 574843002: Fix x64 patching of asllocation stub: the pool pointer must be set-up before patching jump is execu… (Closed)

Created:
6 years, 3 months ago by srdjan
Modified:
6 years, 3 months ago
Reviewers:
zra, koda
CC:
reviews_dartlang.org, vm-dev_dartlang.org, koda
Visibility:
Public.

Description

Fix x64 patching of asllocation stub: the pool pointer must be set-up before patching jump is executed. R=koda@google.com, zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=40358

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -27 lines) Patch
M runtime/tests/vm/dart/byte_array_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/compiler_test.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/stub_code.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 2 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
srdjan
6 years, 3 months ago (2014-09-16 20:19:39 UTC) #2
zra
https://codereview.chromium.org/574843002/diff/1/runtime/vm/stub_code_x64.cc File runtime/vm/stub_code_x64.cc (right): https://codereview.chromium.org/574843002/diff/1/runtime/vm/stub_code_x64.cc#newcode1094 runtime/vm/stub_code_x64.cc:1094: *entry_patch_offset = assembler->CodeSize(); Since this is a delicate bit ...
6 years, 3 months ago (2014-09-16 20:55:59 UTC) #3
srdjan
https://codereview.chromium.org/574843002/diff/1/runtime/vm/stub_code_x64.cc File runtime/vm/stub_code_x64.cc (right): https://codereview.chromium.org/574843002/diff/1/runtime/vm/stub_code_x64.cc#newcode1094 runtime/vm/stub_code_x64.cc:1094: *entry_patch_offset = assembler->CodeSize(); On 2014/09/16 20:55:58, zra wrote: > ...
6 years, 3 months ago (2014-09-16 21:54:50 UTC) #4
koda
lgtm https://codereview.chromium.org/574843002/diff/20001/runtime/vm/stub_code.cc File runtime/vm/stub_code.cc (right): https://codereview.chromium.org/574843002/diff/20001/runtime/vm/stub_code.cc#newcode121 runtime/vm/stub_code.cc:121: uword patch_code_offset = 0;; Stray semicolon.
6 years, 3 months ago (2014-09-16 22:01:30 UTC) #6
zra
https://codereview.chromium.org/574843002/diff/40001/runtime/vm/stub_code_x64.cc File runtime/vm/stub_code_x64.cc (right): https://codereview.chromium.org/574843002/diff/40001/runtime/vm/stub_code_x64.cc#newcode1077 runtime/vm/stub_code_x64.cc:1077: __ SetupPP(new_pp, new_pc); Looking at this more closely, I ...
6 years, 3 months ago (2014-09-16 22:18:02 UTC) #7
srdjan
https://codereview.chromium.org/574843002/diff/40001/runtime/vm/stub_code_x64.cc File runtime/vm/stub_code_x64.cc (right): https://codereview.chromium.org/574843002/diff/40001/runtime/vm/stub_code_x64.cc#newcode1077 runtime/vm/stub_code_x64.cc:1077: __ SetupPP(new_pp, new_pc); On 2014/09/16 22:18:01, zra wrote: > ...
6 years, 3 months ago (2014-09-16 22:42:43 UTC) #8
zra
lgtm
6 years, 3 months ago (2014-09-16 22:50:59 UTC) #9
srdjan
6 years, 3 months ago (2014-09-16 23:14:59 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r40358 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698