book
book copied to clipboard
Simplify internal pointer types
- Is
FatPtr(interpreter/src/taggedptr.rs) necessary? Can it be eliminated? Value(interpreter/src/taggedptr.rs) andTaggedScopedPtr(interpreter/src/safeptr.rs) appear to be near-identical, can we merge them?
Edit book chapter booksrc/interp-tagged-symbols.md to reflect changes.