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

Side by Side Diff: runtime/vm/symbols.h

Issue 695483003: Remove saving/restoring of the context at function entry. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/scopes.cc ('k') | tests/language/vm/closure_memory_retention_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_SYMBOLS_H_ 5 #ifndef VM_SYMBOLS_H_
6 #define VM_SYMBOLS_H_ 6 #define VM_SYMBOLS_H_
7 7
8 #include "vm/object.h" 8 #include "vm/object.h"
9 #include "vm/snapshot_ids.h" 9 #include "vm/snapshot_ids.h"
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 V(Map, "Map") \ 52 V(Map, "Map") \
53 V(MapLiteralFactory, "Map._fromLiteral") \ 53 V(MapLiteralFactory, "Map._fromLiteral") \
54 V(ImmutableMap, "ImmutableMap") \ 54 V(ImmutableMap, "ImmutableMap") \
55 V(ImmutableMapConstructor, "ImmutableMap._create") \ 55 V(ImmutableMapConstructor, "ImmutableMap._create") \
56 V(StringBase, "_StringBase") \ 56 V(StringBase, "_StringBase") \
57 V(Interpolate, "_interpolate") \ 57 V(Interpolate, "_interpolate") \
58 V(InterpolateSingle, "_interpolateSingle") \ 58 V(InterpolateSingle, "_interpolateSingle") \
59 V(GetIterator, "iterator") \ 59 V(GetIterator, "iterator") \
60 V(NoSuchMethod, "noSuchMethod") \ 60 V(NoSuchMethod, "noSuchMethod") \
61 V(CurrentContextVar, ":current_context_var") \ 61 V(CurrentContextVar, ":current_context_var") \
62 V(SavedEntryContextVar, ":saved_entry_context_var") \
63 V(SavedTryContextVar, ":saved_try_context_var") \ 62 V(SavedTryContextVar, ":saved_try_context_var") \
64 V(ExceptionParameter, ":exception") \ 63 V(ExceptionParameter, ":exception") \
65 V(StackTraceParameter, ":stack_trace") \ 64 V(StackTraceParameter, ":stack_trace") \
66 V(ExceptionVar, ":exception_var") \ 65 V(ExceptionVar, ":exception_var") \
67 V(StackTraceVar, ":stack_trace_var") \ 66 V(StackTraceVar, ":stack_trace_var") \
68 V(ListLiteralElement, "list literal element") \ 67 V(ListLiteralElement, "list literal element") \
69 V(ForInIter, ":for-in-iter") \ 68 V(ForInIter, ":for-in-iter") \
70 V(Library, "library") \ 69 V(Library, "library") \
71 V(LoadLibrary, "loadLibrary") \ 70 V(LoadLibrary, "loadLibrary") \
72 V(_LibraryPrefix, "_LibraryPrefix") \ 71 V(_LibraryPrefix, "_LibraryPrefix") \
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 friend class SnapshotReader; 516 friend class SnapshotReader;
518 friend class SnapshotWriter; 517 friend class SnapshotWriter;
519 friend class ApiMessageReader; 518 friend class ApiMessageReader;
520 519
521 DISALLOW_COPY_AND_ASSIGN(Symbols); 520 DISALLOW_COPY_AND_ASSIGN(Symbols);
522 }; 521 };
523 522
524 } // namespace dart 523 } // namespace dart
525 524
526 #endif // VM_SYMBOLS_H_ 525 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/scopes.cc ('k') | tests/language/vm/closure_memory_retention_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698