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

Issue 9705004: Do not chain the current context on entry in non-closure functions, but (Closed)

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

Description

Do not chain the current context on entry in non-closure functions, but save and restore it on the stack instead, and chain a null context (issue 1613). Committed: https://code.google.com/p/dart/source/detail?r=5446

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -7 lines) Patch
M runtime/vm/code_generator_ia32.cc View 4 chunks +38 lines, -3 lines 0 comments Download
M runtime/vm/code_generator_x64.cc View 4 chunks +38 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
regis
A solution involving a new hidden local variable instead of saving/restoring directly on/from the stack ...
8 years, 9 months ago (2012-03-13 23:35:40 UTC) #1
srdjan
8 years, 9 months ago (2012-03-13 23:42:34 UTC) #2
LGTM
(It seems that the new compiler has not implemented enough of contexts to
require a change as well)

Powered by Google App Engine
This is Rietveld 408576698