nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 100 forks source link

src: fix performance regression #239

Closed mmarchini closed 5 years ago

mmarchini commented 6 years ago

Performance overhead was huge when we had a huge amount of contexts. Two improvements were necessary to reduce the overhead:

Fixes: https://github.com/nodejs/llnode/issues/238

mmarchini commented 5 years ago

cc @cjihrig @joyeecheung @Drieger

mmarchini commented 5 years ago

Landed in 388605f