ruby-prof v1.3.0 Release Notes

Release Date: 2020-02-22 // about 4 years ago
    • ⚡️ Update C code to use newer RTypedData API versus older RData API.
    • 🗄 Update C code to use rb_cObject versus the older, deprecated, rb_cData.
    • ⚡️ Update memory management - CallInfo's now keep alive their owning Profile instances. Fixes crashes that could happen in rare instances.