diff options
Diffstat (limited to 'deps/v8/src/v8.cc')
-rw-r--r-- | deps/v8/src/v8.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/src/v8.cc b/deps/v8/src/v8.cc index 36ee221948..e4b37b180e 100644 --- a/deps/v8/src/v8.cc +++ b/deps/v8/src/v8.cc @@ -1,4 +1,4 @@ -// Copyright 2011 the V8 project authors. All rights reserved. +// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: @@ -255,9 +255,6 @@ void V8::InitializeOncePerProcess() { RuntimeProfiler::GlobalSetup(); - // Peephole optimization might interfere with deoptimization. - FLAG_peephole_optimization = !use_crankshaft_; - ElementsAccessor::InitializeOncePerProcess(); if (FLAG_stress_compaction) { |