1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 23:50:18 +02:00
guile/module/language/tree-il
Ludovic Courtès 2c7b7e0f21 cse: Fix out-of-bounds access to the database.
Fixes <http://bugs.gnu.org/12883>.

* module/language/tree-il/cse.scm (cse)[find-dominating-lexical]: Fix
  computation of the last argument passed to `unroll'.
  Patch by Stefan Israelsson Tampe <stefan.itampe@gmail.com>.
* test-suite/tests/cse.test ("cse")["http://bugs.gnu.org/12883"]: New
  test.
2012-11-21 23:51:16 +01:00
..
analyze.scm fix arity check for applicable structs 2012-05-21 18:06:34 +02:00
canonicalize.scm tree-il: fix `canonicalize!' for prompts 2012-03-02 16:47:39 +01:00
compile-glil.scm fix values miscompilation in push context with RA 2012-01-25 10:37:25 +01:00
cse.scm cse: Fix out-of-bounds access to the database. 2012-11-21 23:51:16 +01:00
debug.scm add tree-il verifier 2011-10-07 11:05:43 +02:00
effects.scm fix bugs in effects analysis of "effect+exception-free-primitives" 2012-07-05 20:34:28 +02:00
fix-letrec.scm fix-letrec uses effects.scm for effects analysis 2012-07-05 20:40:56 +02:00
inline.scm separate peval and a new canonicalization pass into their own modules 2011-09-28 19:39:39 +02:00
optimize.scm enable cse 2012-04-23 21:52:24 +02:00
peval.scm simplify one kind of degenerate prompt 2012-07-05 20:39:16 +02:00
primitives.scm Simplify calls to 'eqv?' when one argument is an immediate constant. 2012-10-08 11:56:10 -04:00
spec.scm remove `version' field from <language> 2010-05-02 11:19:13 +02:00