GNU Emacs, memory usage, releasing

Richard Tobin richard at aiai.ed.ac.uk
Sat Jan 6 03:54:44 AEST 1990


In article <S_W2=5ggpc2 at ficc.uu.net> peter at sugar.lonestar.org (Peter da Silva) writes:
>Not to mention that making assumptions about pointer formats is dangerous in
>and of itself. 

Note that Gnu Emacs doesn't do this.  It uses macros to extract pointers from
tagged words.  On reasonable machines, these macros are trivial.  On
unreasonable machines, they are more complex.

-- Richard
-- 
Richard Tobin,                       JANET: R.Tobin at uk.ac.ed             
AI Applications Institute,           ARPA:  R.Tobin%uk.ac.ed at nsfnet-relay.ac.uk
Edinburgh University.                UUCP:  ...!ukc!ed.ac.uk!R.Tobin



More information about the Comp.lang.c mailing list