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

Unified Diff: src/register-configuration.h

Issue 1405673003: provides a mechanism for optimizing compilers to select the different Register configuration. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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: src/register-configuration.h
diff --git a/src/register-configuration.h b/src/register-configuration.h
index f12bc7c07c6dfb4beb79477f5a88ce16502b4c71..9d1c76f137c93502fb63ce122379c6c425ccc9d3 100644
--- a/src/register-configuration.h
+++ b/src/register-configuration.h
@@ -20,6 +20,8 @@ class RegisterConfiguration {
static const RegisterConfiguration* ArchDefault();
danno 2015/10/16 08:47:02 I would prefer to have a single ArchDefault call t
+ static const RegisterConfiguration* ArchDefaultForTurbo();
+
RegisterConfiguration(int num_general_registers, int num_double_registers,
int num_allocatable_general_registers,
int num_allocatable_double_registers,

Powered by Google App Engine
This is Rietveld 408576698