]> Repositorios git - scryer-prolog.git/commit
RawBlock: seal `base` and add Stack::index_dangling_or_frame
authorEmilie Burgun <[email protected]>
Sun, 10 May 2026 13:07:08 +0000 (15:07 +0200)
committerEmilie Burgun <[email protected]>
Sun, 10 May 2026 20:36:11 +0000 (22:36 +0200)
commit898b6b2b251dc84224fe06c6af1f2187f60d5d6c
treec25f80b2d82b7bf377321a48ec74187b27140dfe
parent3c5818a040a70dbe2dc12a80bae428b93213b699
RawBlock: seal `base` and add Stack::index_dangling_or_frame

Direct accesses to `base` are replaced with dedicated methods with
explicit safety requirements.
src/atom_table.rs
src/machine/stack.rs
src/machine/system_calls.rs
src/offset_table.rs
src/raw_block.rs