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

Issue 224723017: Fix bug in closure call stub. (Closed)

Created:
6 years, 8 months ago by Florian Schneider
Modified:
6 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bug in closure call stub. Since closure calls and method calls both use the same lazy-compile stub, we need a GC-safe value in the IC data register also at closure calls. TBR=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=34777

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M runtime/vm/stub_code_arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
TBR
6 years, 8 months ago (2014-04-07 11:38:31 UTC) #1
Florian Schneider
Committed patchset #1 manually as r34777 (presubmit successful).
6 years, 8 months ago (2014-04-07 11:47:18 UTC) #2
srdjan
6 years, 8 months ago (2014-04-07 15:42:58 UTC) #3
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698