Skip to content

2.0.0

Compare
Choose a tag to compare
@bwrrp bwrrp released this 06 Sep 12:18

This release includes some breaking changes in the interest of greatly reducing the number of allocations:

  • Removed the head property of returned traces. Use record instructions if you need to know which path was taken through the program.
  • Made allocation of the records array lazy. If no records are recorded for a trace, records will now be null instead of an empty array.