This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile bugs


Greg Badros <gjb@cs.washington.edu> writes:

> 2) SCM should not be a long, but instead be a pointer to undefined
> struct as we discussed before.  This would prevent misuse of an integer
> as a Scheme value.

How well does this behave on systems which align all pointers on word
boundaries; I mean I'm a bit worried that not every integer number may also
be a valid pointer on every system; even if you don't attempt to dereference
that pointer.

-- 
Martin Baulig - martin@home-of-linux.org - http://www.home-of-linux.org

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]