Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Inout analysis question


  • Subject: [Frama-c-discuss] Inout analysis question
  • From: pascal.cuoq at gmail.com (Pascal Cuoq)
  • Date: Thu, 17 Feb 2011 16:59:18 +0100
  • In-reply-to: <AANLkTi=m52tL+uNt1jtXkCNR1_D0_bSYJs00RkkXSH+n@mail.gmail.com>
  • References: <4D5CE230.7080702@atosorigin.com> <AANLkTi=m52tL+uNt1jtXkCNR1_D0_bSYJs00RkkXSH+n@mail.gmail.com>

> The operational inputs analysis could
> omit S_taille[0] but it does not realize that it can.
> The imprecision is in the handling of function calls. I will see if the
> analysis' precision can be improved on your example.

The next release will include an improvement of
operational inputs to omit S_taille[0] on both examples.

Pascal