Skip to content
Snippets Groups Projects
  • David Bühler's avatar
    038f4ef3
    [Eva] Fixes a convergence issue on allocated memory. · 038f4ef3
    David Bühler authored
    On some loops allocating memory, the size of the allocated base can be
    increased at each iteration without widening, thus preventing the convergence
    of the analysis.
    In lmap, when the widening has no effect, we widen the size of such allocated
    bases to avoid such issues.
    038f4ef3
    History
    [Eva] Fixes a convergence issue on allocated memory.
    David Bühler authored
    On some loops allocating memory, the size of the allocated base can be
    increased at each iteration without widening, thus preventing the convergence
    of the analysis.
    In lmap, when the widening has no effect, we widen the size of such allocated
    bases to avoid such issues.