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

Issue 27588004: Fixes a bug in runtime call stub on arm and mips. (Closed)

Created:
7 years, 2 months ago by zra
Modified:
7 years, 2 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fixes a bug in runtime call stub on arm and mips. GC was failing to visit the last argument to runtime calls because the stack frame iterator expects the same layout in the runtime call stub as with other frames. Using the stub entry macro ensures that the last argument is in the expected place. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=28803

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -13 lines) Patch
M runtime/vm/stub_code_arm.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 3 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
zra
7 years, 2 months ago (2013-10-16 23:11:57 UTC) #1
regis
LGTM!!
7 years, 2 months ago (2013-10-16 23:23:35 UTC) #2
zra
7 years, 2 months ago (2013-10-17 15:09:02 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r28803 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698