Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As an optimization, we don't zero the scratch stack every single time and simply set its length to zero. This commit ensures that we don't try to read these garbage values while hashing because then the hash for two stacktraces that are equivalent will be different reducing the space in the hashmap where they are inserted.
- Loading branch information