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

Issue 7285032: Fix an issue with optimization of functions inside catch. (Closed)

Created:
9 years, 5 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix an issue with optimization of functions inside catch. When optimizing a function defined inside a catch, we did not count the catch context as part of the context chain. R=vegorov@chromium.org BUG=1521 TEST=regress-1521 Committed: http://code.google.com/p/v8/source/detail?r=8518

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -34 lines) Patch
M src/scopes.h View 3 chunks +9 lines, -1 line 0 comments Download
M src/scopes.cc View 11 chunks +64 lines, -33 lines 0 comments Download
A test/mjsunit/regress/regress-1521.js View 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 5 months ago (2011-07-01 13:40:32 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 5 months ago (2011-07-01 13:51:07 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698