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

Issue 1266033003: Add box slow path allocation stub to static calls target table (Closed)

Created:
5 years, 4 months ago by Cutch
Modified:
5 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add box slow path allocation stub to static calls target table - Fixes a crash when tracing double allocation in optimized code. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/59f50474c28214cd5bcdb13928fb9cbcdbc4500a

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M runtime/vm/intermediate_language_arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +1 line, -0 lines 1 comment Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Cutch
5 years, 4 months ago (2015-08-03 19:57:15 UTC) #2
rmacnak
lgtm Florian's refactoring of the assembler to take a code instead of external label might ...
5 years, 4 months ago (2015-08-03 20:15:16 UTC) #3
Cutch
On 2015/08/03 20:15:16, rmacnak wrote: > lgtm > > Florian's refactoring of the assembler to ...
5 years, 4 months ago (2015-08-03 20:19:32 UTC) #4
Cutch
Committed patchset #1 (id:1) manually as 59f50474c28214cd5bcdb13928fb9cbcdbc4500a (presubmit successful).
5 years, 4 months ago (2015-08-03 20:20:02 UTC) #5
Florian Schneider
On 2015/08/03 20:19:32, Cutch wrote: > On 2015/08/03 20:15:16, rmacnak wrote: > > lgtm > ...
5 years, 4 months ago (2015-08-04 08:25:36 UTC) #6
Cutch
On 2015/08/04 08:25:36, Florian Schneider wrote: > On 2015/08/03 20:19:32, Cutch wrote: > > On ...
5 years, 4 months ago (2015-08-04 17:46:20 UTC) #7
Florian Schneider
5 years, 4 months ago (2015-08-05 08:43:40 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/1266033003/diff/1/runtime/vm/intermediate_lan...
File runtime/vm/intermediate_language_ia32.cc (right):

https://codereview.chromium.org/1266033003/diff/1/runtime/vm/intermediate_lan...
runtime/vm/intermediate_language_ia32.cc:2135: locs());
Shouldn't this call to the array allocation stub also be added?

Powered by Google App Engine
This is Rietveld 408576698