Re: limits for (export ...)
() Ian Price () Sun, 30 Oct 2011 00:09:21 +0100 Anyone got any hints on where I should be looking? See ‘process-connection-type’ (info "(elisp) Asynchronous Processes").
bdwgc
Where do I get bdwgc? ariel
Re: bdwgc
>From: Ariel Rios > >Where do I get bdwgc? > It is best to get it from your distro, but, if you want to build from source you can find it at http://www.hpl.hp.com/personal/Hans_Boehm/gc/ The current version is gc-7.2alpha6.tar.gz. and the bleeding edge is at https://github.com/ivmai/bdwgc/ -Mike
Re: bdwgc
On 31 Oct 2011, at 22:24, Ariel Rios wrote: > Where do I get bdwgc? Try the latest here, which is gc-7.2alpha6.tar.gz: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ Hans