From 45d4101687d128088608d257dff54fa84a074bcf Mon Sep 17 00:00:00 2001 From: Allan Blanchard Date: Tue, 6 Jul 2021 17:30:30 +0200 Subject: [PATCH] Fix title style event Vanadium --- _events/framac-23.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_events/framac-23.0.md b/_events/framac-23.0.md index 40162db1..33250cf8 100644 --- a/_events/framac-23.0.md +++ b/_events/framac-23.0.md @@ -10,28 +10,28 @@ Frama-C 23.0 (Vanadium) is out. Download it [here](/fc-versions/vanadium.html). Main changes with respect to Frama-C 22 (Titanium) include: -###### Kernel +#### Kernel - New `admit` annotations (which already accepted `assert` and `check`) to express hypotheses to be admitted but not verified by Frama-C - Set default machdep to `x86_64`; allow setting machdep via environment variable `FRAMAC_MACHDEP` -###### AORAI +#### AORAI - New option for tracking the last N states of the automaton. Easier analysis of instrumented code with Eva -###### E-ACSL +#### E-ACSL - Add runtime support for Windows - Add support for loop variant - Add support for multiple binders in guarded quantifications -###### EVA +#### EVA - Partial support for recursion: new option `-eva-unroll-recursive-calls` to precisely analyze the n first recursive calls, before using the function specification to interpret the remaining calls - Improved automatic widening thresholds - Improved automatic loop unroll -###### WP +#### WP - New internal WP engine, fixing many issues related to control flow graph and local variable scoping. Support for stmt contracts has been removed. Support for looping gotos has been removed. Altough unsound, the legacy engine is still accessible via `-wp-legacy` option - Bump Why3 version to 1.4.0 -- GitLab