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

Unified Diff: src/full-codegen.h

Issue 11275184: First draft of the sh4 port Base URL: http://github.com/v8/v8.git@master
Patch Set: Use GYP and fixe some typos Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/frames-inl.h ('k') | src/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen.h
diff --git a/src/full-codegen.h b/src/full-codegen.h
index 89b51f9582b2a3520af96155f3817ca12831ac91..897c7c9b437cf1f1bc460386e8b4bcba902437f3 100644
--- a/src/full-codegen.h
+++ b/src/full-codegen.h
@@ -127,6 +127,9 @@ class FullCodeGenerator: public AstVisitor {
static const int kBackEdgeDistanceUnit = 142;
#elif V8_TARGET_ARCH_MIPS
static const int kBackEdgeDistanceUnit = 142;
+#elif V8_TARGET_ARCH_SH4
+ // v8 for sh4 does not support cranckshaft for the moment.
+ static const int kBackEdgeDistanceUnit = 142;
#else
#error Unsupported target architecture.
#endif
« no previous file with comments | « src/frames-inl.h ('k') | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698