This is the mail archive of the guile@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: In the search of heap enlightenment...


Mikael Djurfeldt <mdj@nada.kth.se> writes:

> Greg Harvey <Greg.Harvey@thezone.net> writes:
> 
> > Ok, there's a version up now that supports ncells == 1 or 2. I haven't
> > actually tested the ncells = 2 bit, though ;) It adds
> > SCM_NEWCELL2(foo), for getting a four-word cell into foo. There should
> > probably be a new structure for 4 word cells, but I don't have the
> > slightest idea what to call words 3 & 4 (extra & extra2?).

Why, just call the four fields car, cbr, ccr, cdr. ;-)

> But there's a number of things I have to finish and commit first.

Hmm, anything happening with the "internal defines" patch?  Just
curious.

- Marius