Get rid of the local variable we use to keep the state
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 1 Oct 2008 10:57:37 +0000 (10:57 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 1 Oct 2008 10:57:37 +0000 (10:57 +0000)
commit68103cee8eef44ac47d6f939bc173a42402473a9
tree29172692410ea5c107722787ab230af0ee7abc90
parent22d604e5bfeda63de9e96ab6d8f9d64a811737e2
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.
Review URL: http://codereview.chromium.org/5626

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@402 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.h
src/codegen-arm.cc
src/codegen-ia32.cc
src/parser.cc
src/usage-analyzer.cc