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

Issue 5626: Get rid of the local variable we use to keep the state... (Closed)

Created:
12 years, 2 months ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
bak
CC:
v8-dev
Visibility:
Public.

Description

Get rid of the local variable we use to keep the state during the execution of a finally block by just pushing the state on the execution stack instead. Committed: http://code.google.com/p/v8/source/detail?r=402

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -68 lines) Patch
M src/ast.h View 1 chunk +1 line, -10 lines 0 comments Download
M src/codegen-arm.cc View 1 chunk +9 lines, -24 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +9 lines, -25 lines 0 comments Download
M src/parser.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M src/usage-analyzer.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
12 years, 2 months ago (2008-10-01 09:29:02 UTC) #1
bak
12 years, 2 months ago (2008-10-01 10:34:04 UTC) #2
LGTM,
  Lars

Powered by Google App Engine
This is Rietveld 408576698