This is the mail archive of the guile@sources.redhat.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: question about comments in eval.c


Neil Jerram <neil@ossau.uklinux.net> writes:

> But, to be honest, I'm really _very_ unsure about this.  Perhaps
> someone else will confirm or correct.

Correct, except that the pair of numbers is not stored as a cons cell,
but as two bit-fields in a single SCM value.  And, there is little
additional complication about local variables that are stored in the
cdr of a cell, like rest arguments to functions.

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