mirror of https://github.com/lukechilds/node.git
Browse Source
Commit 636ca7c
adds an optimization that casts strong Persistent<T>
handles directly to Local<T> handles to avoid the overhead of creating
new HandleScope-rooted Local<T> handles all the time.
One gotcha that I missed is that it's no longer legal to reference the
Local<T> after calling Persistent<T>::Dispose(). This commit addresses
that.
v0.11.5-release
4 changed files with 11 additions and 5 deletions
Loading…
Reference in new issue