[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] irc + libffi
From: |
felix winkelmann |
Subject: |
[Chicken-users] irc + libffi |
Date: |
Wed, 12 Jan 2005 11:03:34 +0100 |
Hello!
The irc egg has been slightly improved: debug output is more useful,
and various filters can be set. Also, automatic handling of PING
messages is provided. Thanks to Vesa Kaihlavirta for his help.
Also: the darcs repository now has preliminary support for using
libffi (http://freshmeat.net/redir/libffi/17361/url_homepage/libffi)
to overcome the 126-argument limit: C_apply uses this facility
to portably construct function calls with more than 126 arguments
(currently with an arbitrary limit of 1000). To use it, install
libffi and configure chicken with
$ ./configure --enable-libffi
I have only tested this minimally, and some performance
tweaking could be made. Anybody interested in giving it a try
can pull the current version from the darcs repository.
cheers,
felix
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-users] irc + libffi,
felix winkelmann <=