Status: New
Owner: ----

New issue 1426 by [email protected]: [EasyFix] TryCatch constructor performance issue
http://code.google.com/p/v8/issues/detail?id=1426

TryCatch constructor ask for current isolate at least 3 times, simple function reordering can give significant performance boost. It would be even better to have a constructor that takes an isolate instance as an argument. The isolate could be cached for destructor too.

Currently TryCatch constructor spends about 75% of time in i::internal::Thread::GetThreadLocal function.

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

Reply via email to