Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify internal pointer types #30

Open
pliniker opened this issue Jul 12, 2020 · 0 comments
Open

Simplify internal pointer types #30

pliniker opened this issue Jul 12, 2020 · 0 comments
Labels
data structures Area: internal data structures medium Some experience and/or subject matter knowledge required

Comments

@pliniker
Copy link
Member

pliniker commented Jul 12, 2020

  1. Is FatPtr (interpreter/src/taggedptr.rs) necessary? Can it be eliminated?
  2. Value (interpreter/src/taggedptr.rs) and TaggedScopedPtr (interpreter/src/safeptr.rs) appear to be near-identical, can we merge them?

Edit book chapter booksrc/interp-tagged-symbols.md to reflect changes.

@pliniker pliniker added medium Some experience and/or subject matter knowledge required data structures Area: internal data structures labels Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data structures Area: internal data structures medium Some experience and/or subject matter knowledge required
Projects
None yet
Development

No branches or pull requests

1 participant