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
There is now only one location remaining where the fictional MEMORY_OVERFLOW exception is used: MSize. Therefore, I think we can employ the {:axiom} feature of Dafny to eliminate its use here. We should also configure Memory to use EvmState.Array<u8> rather than an unbounded array.
The text was updated successfully, but these errors were encountered:
(see also #378 and #513)
There is now only one location remaining where the fictional
MEMORY_OVERFLOW
exception is used:MSize
. Therefore, I think we can employ the{:axiom}
feature of Dafny to eliminate its use here. We should also configureMemory
to useEvmState.Array<u8>
rather than an unbounded array.The text was updated successfully, but these errors were encountered: