Haiyang-Sun / nodeprof.js

Instrumentation framework for Node.js compliant to ECMAScript 2020 based on GraalVM.
Apache License 2.0
52 stars 22 forks source link

WIP: Try moving boundary away from adapter invocation #91

Open alexjordan opened 3 years ago

alexjordan commented 3 years ago

There may be some optimization potential when frequent invocations of eg. J$.iidToLocation can be inlined. Should be tested/profiled.