emacs-devel
[Top][All Lists]
Advanced

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

Re: Potential GC-related problems in compose_chars_in_text


From: Stefan Monnier
Subject: Re: Potential GC-related problems in compose_chars_in_text
Date: Fri, 16 Sep 2005 11:39:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     Isn't it better to avoid using something like "offset++" as
>     an argument of a macro even if we know that it's currently
>     safe.
> I see no danger in it--most of our macros are safe, and we keep them
> that way.

Actually, it often happens that things like ENABLE_CHECKING add assert
statements in the macro expansion which causes the args to be used more
than once.


        Stefan




reply via email to

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