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

Issue 8451010: Fix issue 5564152 (VM crash): stack at exit of method was incorrect. Smi equality with Mint was c... (Closed)

Created:
9 years, 1 month ago by srdjan
Modified:
9 years, 1 month ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue 5564152 (VM crash): stack at exit of method was incorrect. Smi equality with Mint was calling operator ==, the result was pushed instead of evaluated to either push a boolean object or to jump to a label. Committed: https://code.google.com/p/dart/source/detail?r=1167

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M runtime/vm/object.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
9 years, 1 month ago (2011-11-03 21:25:04 UTC) #1
hausner
9 years, 1 month ago (2011-11-03 21:35:18 UTC) #2
lgtm.

Powered by Google App Engine
This is Rietveld 408576698