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
We use trace events in the miden-lib's main.masm file to get the cycle count data, which is used for benchmarking.
It turned out that we still need to use additional push.* drop instructions to make them work.
We should investigate how can we get rig of these additional push.* drop instructions.
The text was updated successfully, but these errors were encountered:
We use
trace
events in themiden-lib
'smain.masm
file to get the cycle count data, which is used for benchmarking.It turned out that we still need to use additional
push.* drop
instructions to make them work.We should investigate how can we get rig of these additional
push.* drop
instructions.The text was updated successfully, but these errors were encountered: