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

Issue 1089953004: VM: Fix potential bug in x64 inline cache stub. (Closed)

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

Description

VM: Fix potential bug in x64 inline cache stub. A frame entered with EnterStubFrame, must be left with LeaveStubFrame. It did not cause a crash since the inline cache stubs don't load a new pool pointer, but leave PP unchanged and use the callers pp. I checked other platforms - they already use LeaveStubFrame in the right places. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=45345

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/vm/stub_code_x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
5 years, 8 months ago (2015-04-22 11:33:16 UTC) #2
Vyacheslav Egorov (Google)
LGTM
5 years, 8 months ago (2015-04-22 11:34:24 UTC) #3
Florian Schneider
5 years, 8 months ago (2015-04-22 13:11:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r45345 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698