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
As @jklmnn observed on #767, proofs of the Reset_Dependent_Fields procedure still dominate the running time of gnatprove (on SPDM at least), and eat up a lot of memory. I will try to improve that on this ticket.
My current idea is to replace the large case statement by a loop over all record fields, similar to what I did in the postcondition of the procedure.
The text was updated successfully, but these errors were encountered:
As @jklmnn observed on #767, proofs of the
Reset_Dependent_Fields
procedure still dominate the running time of gnatprove (on SPDM at least), and eat up a lot of memory. I will try to improve that on this ticket.My current idea is to replace the large case statement by a loop over all record fields, similar to what I did in the postcondition of the procedure.
The text was updated successfully, but these errors were encountered: