| Parents: | compiler.cfg.memory-optimization |
| Class | Superclass | Slots |
memory-cell | tuple | value |
| Word | Stack effect |
<memory-cell> | ( value -- memory-cell ) |
fresh-memory-word | ( quot -- word ) |
memory-alias-branch | ( a: memory-cell b: memory-cell flag: boolean -- result: fixnum ) |
memory-alias-loop | ( a: memory-cell b: memory-cell n: fixnum -- result: fixnum ) |
memory-branch | ( cell: memory-cell flag: boolean -- result: fixnum ) |
memory-loop-answer | ( value n -- result ) |
memory-loop-work | ( cell: memory-cell n: fixnum -- result: fixnum ) |
| Word | Stack effect |
memory-cell? | ( object -- ? ) |