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] Postdominators


  • Subject: [Frama-c-discuss] Postdominators
  • From: hollas at informatik.htw-dresden.de (Boris Hollas)
  • Date: Tue, 24 Apr 2012 09:14:11 +0200

Hello,

I want to compute postdominators, which in principle can be done by
computing dominators in the reversed CFG. Therefore, I want to modify a
copy of the module Dominators, using the Dataflow.Backwards functor and
customizing its parameter instead of Dataflow.Forwards. Is this the
right approach?

Also, there's an undocumented Postdominators plugin in
src/postdominators/. Is this meant to be used by plugin developers?
-- 
Best regards,
Boris