bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17147: [PATCH] Add versions of and/or avoiding O(n^2) argument match


From: Mark H Weaver
Subject: bug#17147: [PATCH] Add versions of and/or avoiding O(n^2) argument matching
Date: Wed, 04 Jun 2014 21:09:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

David Kastrup <address@hidden> writes:

> Fixes <http://bugs.gnu.org/17147>
>
> * module/ice-9/boot-9.scm (and, or): Add syntax rules that only do one
>   pattern matching operation per and/or rather than per argument.

Thanks, but I ended up simply changing the macros to dotted tail
patterns.  It's commit 1ea8954814d124b995f2296bc6aec92adb566bc1.

I'm closing this bug now.

      Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]