Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apd: use gcassert to check that tmp big.Ints don't escape, add to CI
This commit adds `gcassert:noescape` directives to bigint.go to verify that the temporary big.Int values that are intended to be stack allocated do not escape to the heap. The commit then adds `gcassert` to CI.
- Loading branch information