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] About the slicing plugin. (slicing speed on slicing zones)
- Subject: [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- From: anne.pacalet at free.fr (Anne Pacalet)
- Date: Mon, 23 Sep 2013 08:27:45 +0200
- In-reply-to: <CAA1cxujgEnSnU+JjRGrHVBmN_PNZO8gJAwMBbu5aJt1mBMnpJA@mail.gmail.com>
- References: <CAA1cxujgEnSnU+JjRGrHVBmN_PNZO8gJAwMBbu5aJt1mBMnpJA@mail.gmail.com>
Hi, Le 23/09/2013 04:31, David Yang a ?crit : > Firstly, I select zones (Locations.Zone.t) related to a function by > using : Db.Slicing.select_func_zone > Then, I apply the slicing request by using: > !Db.Slicing.Request.apply_all prj ~propagate_to_callers:false; > > But this is very slow, even the function is less than 20 source lines of > code. The slicing computation needs the PDG, which needs the value analysis results. I think that if you didn't compute the value analysis before, the slicing plug-in run it for you, but because this computation is application wide, it can take some time, whatever slicing request you want. Maybe you would prefer to first run the value analysis, and save the results, before trying to computes slices ? Hope this helps. Best regards, Anne.
- Follow-Ups:
- [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- From: abiao.yang at gmail.com (David Yang)
- [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- References:
- [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- From: abiao.yang at gmail.com (David Yang)
- [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- Prev by Date: [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- Next by Date: [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- Previous by thread: [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- Next by thread: [Frama-c-discuss] About the slicing plugin. (slicing speed on slicing zones)
- Index(es):