[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: inlinable functions instead of macros
From: |
Stefan Monnier |
Subject: |
Re: inlinable functions instead of macros |
Date: |
Tue, 21 Aug 2012 13:50:10 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Could some please check our inlinable functions and move any easserts in
them to a macro (i.e. rename the function, replace the old name with
a macro that does the assert and calls the inlinable function)?
If someone wants to *additionally* provide a patch to use glibc's
`backtrace' in our `eassert' that's fine, but the two are
separate issues.
Stefan
- inlinable functions instead of macros, Stefan Monnier, 2012/08/17
- Re: inlinable functions instead of macros, Paul Eggert, 2012/08/17
- Re: inlinable functions instead of macros,
Stefan Monnier <=
- C backtraces for Emacs, Paul Eggert, 2012/08/22
- Re: C backtraces for Emacs, Eli Zaretskii, 2012/08/22
- Re: C backtraces for Emacs, Paul Eggert, 2012/08/22
- Re: C backtraces for Emacs, Daniel Colascione, 2012/08/22
- Re: C backtraces for Emacs, Eli Zaretskii, 2012/08/23
- Re: C backtraces for Emacs, Paul Eggert, 2012/08/24
- Re: C backtraces for Emacs, Paul Eggert, 2012/08/25
- Re: C backtraces for Emacs, Eli Zaretskii, 2012/08/25
- Re: inlinable functions instead of macros, Paul Eggert, 2012/08/22
- Re: inlinable functions instead of macros, Andreas Schwab, 2012/08/22