mirror of https://github.com/lukechilds/node.git
Browse Source
V8 3.15 has new API functions that let you specify the Isolate. V8 and node.js generally spend 0.5-3.5% of the time in pthread_getspecific(), looking up the current Isolate. Avoid that overhead by making "our" isolate global so we can pass it around. The change to the new API is introduced in follow-up commits.v0.9.6-release
Ben Noordhuis
12 years ago
2 changed files with 9 additions and 7 deletions
Loading…
Reference in new issue