On Mi.,   7. Sep. 2011 12:44:50 CEST, Peekay Ex <pkx1...@gmail.com> wrote:
> What do these 'cells' indicate and as I do a lot of reg tests now
> should I be looking at these more closely than I have been (ie. I
> haven't been at all) rather than just focusing on the pretty pictures?

A cell in guile (see also guile's manual) is one memory object (one used 
variable or value, or one pointer to a more complex structure). Basically, 
think of them as "memory used".

They are not called Bytes or memory, because 1) each cell is a double word and 
2) while for simple variables like a number they directly store the value, for 
more complex objects, they only store a pointer and you don't know how much 
memory is really needed by that scheme object.

Cheers,
Reinhold

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to