From: Miles Bader <snogglethorpe@gmail.com>
Cc: emacs-devel@gnu.org, Jason Rumney <jasonr@gnu.org>,
"Kim F. Storm" <storm@cua.dk>
Subject: Re: xassert in dispextern.h
Date: Wed, 2 Mar 2005 07:50:53 +0900 [thread overview]
Message-ID: <fc339e4a05030114506750e219@mail.gmail.com> (raw)
In-Reply-To: <x58y57kpbs.fsf@lola.goethe.zz>
The right answer is to change those xasserts (and _only_ those) which
cause a problem or test something silly or are insanely inefficient
[99% are quite efficient] to use some other macro, like "gdassert" or
something, and make gdassert dependent on GLYPH_DEBUG.
[I should note that the thing which caused me to originally enable
xassert by default is that it caught (I always have it enabled) a case
where iterator stacks could overflow -- something that otherwise would
just result in rare, hard to debug, memory corruption.]
-Miles
next prev parent reply other threads:[~2005-03-01 22:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-01 16:47 xassert in dispextern.h David Kastrup
2005-03-01 17:08 ` David Kastrup
2005-03-01 18:58 ` Jason Rumney
2005-03-01 19:41 ` David Kastrup
2005-03-01 21:32 ` Kim F. Storm
2005-03-01 21:51 ` David Kastrup
2005-03-01 22:50 ` Miles Bader [this message]
2005-03-01 23:14 ` Kim F. Storm
2005-03-02 0:52 ` David Kastrup
2005-03-03 2:29 ` Richard Stallman
2005-03-01 23:17 ` Luc Teirlinck
2005-03-02 0:35 ` Miles Bader
2005-03-02 1:01 ` David Kastrup
2005-03-02 1:17 ` Miles Bader
2005-03-02 1:38 ` David Kastrup
2005-03-02 9:13 ` Kim F. Storm
2005-03-02 9:47 ` Miles Bader
2005-03-02 11:42 ` Kim F. Storm
2005-03-02 12:21 ` Andreas Schwab
2005-03-01 21:16 ` Kim F. Storm
2005-03-01 22:02 ` David Kastrup
2005-03-01 17:13 ` David Kastrup
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fc339e4a05030114506750e219@mail.gmail.com \
--to=snogglethorpe@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=jasonr@gnu.org \
--cc=miles@gnu.org \
--cc=storm@cua.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.