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

Use abstract types in the compiler #5

Closed
rcdomigan opened this issue Jul 18, 2015 · 1 comment
Closed

Use abstract types in the compiler #5

rcdomigan opened this issue Jul 18, 2015 · 1 comment

Comments

@rcdomigan
Copy link
Owner

When the PCode compiler encounters an 'Undefined' symbol, it should check and update the associated abstract-type object. I should at least issue type exceptions if there is an obvious problem.

Performance wise, I don't currently know how much space to reserve for the Undefined Value, so I put down a procedure call and append a thunk to the end of the PCode once I know what the value is.

@rcdomigan
Copy link
Owner Author

Attaching types differently than I envisioned when I opened this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant