GNU bug report logs -
#11604
USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup.
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Fri, 1 Jun 2012 23:40:02 UTC
Severity: minor
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
Message #41 received at 11604 <at> debbugs.gnu.org (full text, mbox):
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: Paul Eggert <eggert <at> cs.ucla.edu>, 11604 <at> debbugs.gnu.org
> Date: Mon, 04 Jun 2012 09:12:23 -0400
>
> >> Because the union type is for debugging, not for production.
> > I didn't know that. If that is so, it should be mentioned in the
> > comments somewhere. (I actually thought that Stefan wants to move to
> > that model for production at some point, but maybe I misunderstood.)
>
> I'm not sure what it is you misunderstood, but I don't intend to use
> this "union type for Lisp_Object" for production. I encourage
> people around here to use it, to catch errors a bit earlier
My misunderstanding, sorry. I probably misinterpreted your
encouragements.
> such as myself is enough to get a pretty good code coverage), but it
> has too many downsides
OK, then I think we should just say in the comments that
USE_LISP_UNION_TYPE is for debugging and maintenance, and is not meant
to yield production grade code.
> (performance is one, 29bit ints vs 30bit ints is another)
If using USE_LISP_UNION_TYPE means EMACS_INT is one bit less wide,
then I guess w32heap.c is correct in testing both USE_LSB_TAG and
USE_LISP_UNION_TYPE, when it decides how much VM to reserve at
startup?
This bug report was last modified 12 years and 302 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.