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] Using results of one plugin in another plugin
- Subject: [Frama-c-discuss] Using results of one plugin in another plugin
- From: Julien.Signoles at cea.fr (Julien Signoles)
- Date: Wed, 15 Feb 2012 14:55:48 +0100
- In-reply-to: <1329309175.2133.25.camel@iti27.informatik.htw-dresden.de>
- References: <1329287305.2039.50.camel@iti27.informatik.htw-dresden.de> <4F3B8BF7.1000108@cea.fr> <1329309175.2133.25.camel@iti27.informatik.htw-dresden.de>
On 02/15/2012 01:32 PM, Boris Hollas wrote: > On Wed, 2012-02-15 at 11:41 +0100, Julien Signoles wrote: >> in multi-projects mode. You can try to call the following function >> before computing the AST of the initial project (and thus at least >> before calling File.create_project_from_visitor). >> >> let prepare_jessie () = >> Kernel.SimplifyCfg.on (); >> Kernel.KeepSwitch.on (); >> Kernel.Constfold.on (); >> Kernel.PreprocessAnnot.on (); >> Cabs2cil.setDoTransformWhile (); >> Cabs2cil.setDoAlternateConditional () >> >> Jessie is happy now in simple cases, but I provide no guarantee that it >> is enough in all situations... > > I tried it on a complicated source file and it works. > > Jens Gerlach suggested in private mail to use option -then. I tried > -then -jessie -jessie-atp=gui after calling my plugin, but it didn't > work as I expected. Since you implement a visitor by copy which returns a new project, you should use option -then-on on this new project. However, calling the function "prepare_jessie" before computing the initial AST is still required in order to not fall into your previous crash. Roughly speaking, the option -then-on is the command line counterpart of the Frama-C function Project.on which is often better to use than Project.set_current. Hope this helps, Julien
- Follow-Ups:
- [Frama-c-discuss] Using results of one plugin in another plugin
- From: hollas at informatik.htw-dresden.de (Boris Hollas)
- [Frama-c-discuss] Using results of one plugin in another plugin
- References:
- [Frama-c-discuss] Using results of one plugin in another plugin
- From: hollas at informatik.htw-dresden.de (Boris Hollas)
- [Frama-c-discuss] Using results of one plugin in another plugin
- From: Julien.Signoles at cea.fr (Julien Signoles)
- [Frama-c-discuss] Using results of one plugin in another plugin
- From: hollas at informatik.htw-dresden.de (Boris Hollas)
- [Frama-c-discuss] Using results of one plugin in another plugin
- Prev by Date: [Frama-c-discuss] How to get the "VALID" results with dynamically calling wp?
- Next by Date: [Frama-c-discuss] New plugin werror + list of external plugins in the wiki
- Previous by thread: [Frama-c-discuss] Using results of one plugin in another plugin
- Next by thread: [Frama-c-discuss] Using results of one plugin in another plugin
- Index(es):