Reviewers: Vitaly,

Message:
I was running the profiler on a version that makes Isolate::Current() expensive and simply replaced Isolate::Current() with HeapObject->GetIsolate(), and also
passing isolate as argument into Handle constructor.

Description:
[Isolates] Cleaning some hotspots using SunSpider profiles.

Please review this at http://codereview.chromium.org/3770015/show

Affected files:
  M src/contexts.cc
  M src/factory.cc
  M src/handles.cc
  M src/jsregexp.h
  M src/jsregexp.cc
  M src/objects-inl.h
  M src/objects.cc
  M src/parser.cc
  M src/runtime.cc
  M src/scopeinfo.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to