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

Issue 9721004: Use a local variable to save/restore the context on entry/exit, instead of (Closed)

Created:
8 years, 9 months ago by regis
Modified:
8 years, 9 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use a local variable to save/restore the context on entry/exit, instead of explicitly pushing/popping. Committed: https://code.google.com/p/dart/source/detail?r=5649

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -52 lines) Patch
M runtime/vm/code_generator_ia32.cc View 1 2 4 chunks +21 lines, -26 lines 0 comments Download
M runtime/vm/code_generator_x64.cc View 1 2 4 chunks +21 lines, -26 lines 0 comments Download
M runtime/vm/parser.h View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
regis
8 years, 9 months ago (2012-03-16 23:30:53 UTC) #1
srdjan
8 years, 9 months ago (2012-03-16 23:36:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698