SOMns icon indicating copy to clipboard operation
SOMns copied to clipboard

Try to avoid use of custom Truffle instrumentation node traversal support

Open smarr opened this issue 7 years ago • 0 comments

Currently, we still use a custom patch to Truffle to find nodes for instrumentation: https://github.com/smarr/truffle/commit/f792c4de7605e993098064c6690f2f6abce68c15. Specifically, the DyM tool uses EventContext#findParentEventNode and EventContext#findChildEventNodes.

We may be able to avoid them by using APIs related to: https://github.com/oracle/graal/commit/e525df66cba9061c06d797eea855f0e17d4dfe91

smarr avatar Oct 17 '18 17:10 smarr