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

Unified Diff: src/isolate.cc

Issue 258993002: Simplified CPU/CpuFeatures a bit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 8f5b968c5d98ee0437456af0eb22c96b8b13388b..9071c0229a940e49659e5f233175b9dbd471cf12 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -1808,7 +1808,7 @@ bool Isolate::Init(Deserializer* des) {
use_crankshaft_ = FLAG_crankshaft
&& !Serializer::enabled()
- && CPU::SupportsCrankshaft();
+ && CpuFeatures::SupportsCrankshaft();
if (function_entry_hook() != NULL) {
// When function entry hooking is in effect, we have to create the code
« src/arm/assembler-arm.cc ('K') | « src/ia32/cpu-ia32.cc ('k') | src/mips/assembler-mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698