> 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
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
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
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
Julian Graham writes:
> Argh, yes, that was it. Thanks! I'll clean up my environment.
Phew. Otherwise I was out of ideas...
Neil
"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
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