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 10083046: Fix issue 2621: (Closed)

Created:
8 years, 8 months ago by Ivan Posva
Modified:
8 years, 8 months ago
Reviewers:
srdjan, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Bill Hesse
Visibility:
Public.

Description

Fix issue 2621: - Properly restore long_jump_base when returning early. Committed: https://code.google.com/p/dart/source/detail?r=6693

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Ivan Posva
We should consider making LongJump a scope to avoid issues like these, but I remember ...
8 years, 8 months ago (2012-04-18 15:07:15 UTC) #1
srdjan
https://chromiumcodereview.appspot.com/10083046/diff/1/vm/compiler.cc File vm/compiler.cc (right): https://chromiumcodereview.appspot.com/10083046/diff/1/vm/compiler.cc#newcode140 vm/compiler.cc:140: isolate->set_long_jump_base(base); Thanks for fixing this, and sorry about introducing ...
8 years, 8 months ago (2012-04-18 15:43:47 UTC) #2
siva
8 years, 8 months ago (2012-04-18 18:59:33 UTC) #3
LGTM

I agree with Srdjan that the whole Longjump stuff could be moved after the check
for unoptimized code.

Powered by Google App Engine
This is Rietveld 408576698