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] How to run a plug-in many times


  • Subject: [Frama-c-discuss] How to run a plug-in many times
  • From: jcdemay at rennes.supelec.fr (Jonathan-Christofer Demay)
  • Date: Mon, 13 Jul 2009 08:27:01 +0200

Hi,

I would like to run a plug-in many times (with different parameters) and
flush the memory used by the plugin between each run.

For example, running the value analysis plug-in several times with
different slevels while freeing the memory used by the previous
execution before running a new one.

Regards.