emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: int/Lisp_Object mixup


From: Stefan Monnier
Subject: Re: int/Lisp_Object mixup
Date: 05 Mar 2004 07:51:58 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Is there any reason why developers shouldn't just _always_ use it?
> Does it slow down emacs greatly?

USE_LISP_UNION_TYPE offers no additional checking during execution
(i.e. it is only useful during compilation).  On the reverse side, it does
slow things down (tho not excessively so) and (more importantly for me) it
makes backtraces very verbose.
I.e. it's good to compile with it every once in a while, but for actual
execution it's more important to use ENABLE_CHECKING.


        Stefan




reply via email to

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