Shopify / ruby_memcheck

Use Valgrind memcheck on your native gem without going crazy
MIT License
236 stars 12 forks source link

Automatically detect Ruby native extensions #22

Closed peterzhu2118 closed 1 year ago

peterzhu2118 commented 1 year ago

$LOADED_FEATURES is now automatically communicated from the spawned process back into the main ruby_memcheck process which allows ruby_memcheck to automatically detect which binaries are native extensions and allow ruby_memcheck to work for multiple native extensions.