 Chromium Code Reviews
 Chromium Code Reviews Issue 9873023:
  Fix performance regressions due to lazy initialization.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 9873023:
  Fix performance regressions due to lazy initialization.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/v8.cc | 
| diff --git a/src/v8.cc b/src/v8.cc | 
| index 65d95bf54f2a4e19fa8b56121a75ab2054822448..39d3a276aed37ba82738683f66fb27cbc845132b 100644 | 
| --- a/src/v8.cc | 
| +++ b/src/v8.cc | 
| @@ -258,6 +258,8 @@ void V8::InitializeOncePerProcessImpl() { | 
| use_crankshaft_ = false; | 
| } | 
| + OS::PostSetUp(); | 
| + | 
| RuntimeProfiler::GlobalSetup(); | 
| ElementsAccessor::InitializeOncePerProcess(); |