mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
parent
f9025ecc91
commit
3620d9930d
1 changed files with 1 additions and 3 deletions
|
|
@ -93,9 +93,7 @@ func BenchmarkJumpdestOpAnalysis(bench *testing.B) {
|
|||
bits := make(bitvec, len(code)/8+1+4)
|
||||
b.ResetTimer()
|
||||
for i := 0; i < b.N; i++ {
|
||||
for j := range bits {
|
||||
bits[j] = 0
|
||||
}
|
||||
clear(bits)
|
||||
codeBitmapInternal(code, bits)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue