Skip to content

interpreter: Fix overflows and reentrancy in statistics calculation

Matthew Pickering requested to merge wip/interp-stats-fixes into master
  1. Use unsigned long for counter, as they can easily overflow if you are running a long benchmark.
  2. Make interp_shutdown reentrant by copying the command frequency table into an array.

Fixes #25756 (closed)

Merge request reports

Loading