You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route ModExp precompile in certain conditions (#8868)
Route ModExp precompile when base and modulus are even. This is to take advantage that Java and native are better in certain conditions, so they are routed appropriately to take advantage of each ones performance.
Copy file name to clipboardExpand all lines: evm/src/main/java/org/hyperledger/besu/evm/precompile/BigIntegerModularExponentiationPrecompiledContract.java
+31-11Lines changed: 31 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -116,22 +116,33 @@ public PrecompileContractResult computePrecompile(
0 commit comments