Re: Compilation issue in ‘i18n.c’

2009-09-23 Thread Mike Gran
> From: Ludovic Courtès > > Hello Guilers! > > I get this today: > > --8<---cut here---start->8--- > i18n.c: In function ‘scm_string_locale_downcase’: > i18n.c:1093: error: dereferencing pointer ‘c_downstr.217’ does break > strict-aliasing rules > i18n.c:109

Re: a note on garbage collection

2009-09-23 Thread Ludovic Courtès
Hello, "Nelson H. F. Beebe" writes: > There is newly-published paper that suggests there may be a better > alternative: > > Precise Garbage Collection for C > Jon Rafkind, Adam Wick, John Regehr & Matthew Flatt > http://www.cs.utah.edu/~regehr/papers/ismm15-rafkind.pdf Thanks

Compilation issue in ‘i18n.c’

2009-09-23 Thread Ludovic Courtès
Hello Guilers! I get this today: --8<---cut here---start->8--- i18n.c: In function ‘scm_string_locale_downcase’: i18n.c:1093: error: dereferencing pointer ‘c_downstr.217’ does break strict-aliasing rules i18n.c:1097: error: dereferencing pointer ‘c_downstr.217

Re: removing unused variables?

2009-09-23 Thread Ludovic Courtès
Hi Andy, Andy Wingo writes: > On Mon 21 Sep 2009 11:08, l...@gnu.org (Ludovic Courtès) writes: >> I can revert the offending parts, which are all ‘pmatch’ invocations. >> Would that be OK with you? > > That would be great. Done. > Thanks! (And apologies if I sounded grumpy. Perhaps I had mail

Re: trace examples broken in master

2009-09-23 Thread Neil Jerram
Julian Graham writes: > Argh, yes, that was it. Thanks! I'll clean up my environment. Phew. Otherwise I was out of ideas... Neil

Re: [guile-devel] a note on garbage collection

2009-09-23 Thread Neil Jerram
"Nelson H. F. Beebe" writes: > This list has recently carried discussion of garbage collection, and > version 1.9.3 includes the Boehm-Demers-Weiser garbage collector. > > There is newly-published paper that suggests there may be a better > alternative: > > Precise Garbage Collection for C

[guile-devel] a note on garbage collection

2009-09-23 Thread Nelson H. F. Beebe
This list has recently carried discussion of garbage collection, and version 1.9.3 includes the Boehm-Demers-Weiser garbage collector. There is newly-published paper that suggests there may be a better alternative: Precise Garbage Collection for C Jon Rafkind, Adam Wick, John Rege