mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
* module/language/tree-il/inline.scm (boolean-value): Add a case for applications of primitives, and move the memq/memv->bool code here. (inline!): We were inlining (memq 'a '(a b c)) => #t, and not the list tail, which was an embarrassing bug. Fixed by moving this code to the boolean-value function. Thanks to Mark Harig for the report. |
||
---|---|---|
.. | ||
analyze.scm | ||
compile-glil.scm | ||
fix-letrec.scm | ||
inline.scm | ||
optimize.scm | ||
primitives.scm | ||
spec.scm |