Open andyzhang2023 opened 2 months ago
Reuse the big.Int objects on the "hot path", to decrease the GC pressure. The key functions are:
It's notable that the function effectiveGasTipValue() might not be a "hot path" anymore after the "reheap optimization".
effectiveGasTipValue()
Description
Reuse the big.Int objects on the "hot path", to decrease the GC pressure. The key functions are:
It's notable that the function
effectiveGasTipValue()
might not be a "hot path" anymore after the "reheap optimization".