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

Unified Diff: vm/pages.cc

Issue 10052027: Add fast paths for Smi values in the dart embedding api. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 months 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 side-by-side diff with in-line comments
Download patch
« vm/handles.h ('K') | « vm/handles.h ('k') | vm/raw_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/pages.cc
===================================================================
--- vm/pages.cc (revision 6440)
+++ vm/pages.cc (working copy)
@@ -262,7 +262,7 @@
ASSERT(!sweeping_);
sweeping_ = true;
Isolate* isolate = Isolate::Current();
- NoHandleScope no_handles(isolate);
+ NOHANDLESCOPE(isolate);
if (FLAG_verify_before_gc) {
OS::PrintErr("Verifying before MarkSweep... ");
« vm/handles.h ('K') | « vm/handles.h ('k') | vm/raw_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698