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

Unified Diff: runtime/vm/constants_x64.h

Issue 180243013: Stop creating dummy call frames when calling out to C functions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: runtime/vm/constants_x64.h
diff --git a/runtime/vm/constants_x64.h b/runtime/vm/constants_x64.h
index 6839b677d8c8016d874d9d681cd0efa0be0d6314..896297c9544febbc7c2de754765b34ae5b35e9ec 100644
--- a/runtime/vm/constants_x64.h
+++ b/runtime/vm/constants_x64.h
@@ -85,6 +85,7 @@ enum RexBits {
// Register aliases.
const Register TMP = R11; // Used as scratch register by the assembler.
+const Register CALLEE_SAVED = R13; // Alias for a callee saved register.
regis 2014/02/26 23:53:12 ditto
Cutch 2014/02/27 15:52:37 Done.
const Register CTX = R14; // Caches current context in generated code.
// Caches object pool pointer in generated code.
const Register PP = R15;

Powered by Google App Engine
This is Rietveld 408576698