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

Unified Diff: vm/code_generator_arm.h

Issue 9721006: Second set of changes for implementation of stack map support. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « vm/code_generator.cc ('k') | vm/code_generator_ia32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_generator_arm.h
===================================================================
--- vm/code_generator_arm.h (revision 5572)
+++ vm/code_generator_arm.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -36,6 +36,9 @@
// Add pc descriptors to code.
void FinalizePcDescriptors(const Code& code) { UNIMPLEMENTED(); }
+ // Add stack maps to code.
+ void FinalizeStackmaps(const Code& code) { UNIMPLEMENTED(); }
+
// Add local variable descriptors to code.
void FinalizeVarDescriptors(const Code& code) { UNIMPLEMENTED(); }
« no previous file with comments | « vm/code_generator.cc ('k') | vm/code_generator_ia32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698