emacs-devel
[Top][All Lists]
Advanced

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

Re: Preview: portable dumper


From: Paul Eggert
Subject: Re: Preview: portable dumper
Date: Tue, 20 Feb 2018 09:28:07 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/20/2018 09:19 AM, Daniel Colascione wrote:
Do you get an assertion failure if you enable assertion checking? If we're seeing this kind of problem from the compiler expectation alone, I'll definitely revert that change.

In my experience, eassume (and 'assume') shouldn't be used for complicated expressions, as GCC is too-easily confused by them. eassume should be used only for expressions where the assumption really does help the compiler, either by generating significantly-better code or by pacifying a false alarm.




reply via email to

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