--- layout: fc_discuss_archives title: Message 10 from Frama-C-discuss on July 2009 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] How to run a plug-in many times



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.