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

Support all possible type table encodings #39

Open
kammce opened this issue Jul 24, 2024 · 0 comments
Open

Support all possible type table encodings #39

kammce opened this issue Jul 24, 2024 · 0 comments
Labels
💳 technical debt A lazy, quick, or bad decision that we must fix later

Comments

@kammce
Copy link
Member

kammce commented Jul 24, 2024

Currently we assume pcrel meaning that the type table entry contains an position relative offset to the address of the type_info. This should be the only version of the type table encoding we should ever encounter in the wild. But, for completeness we should support the others or at the very least, terminate if we spot an encoding we cannot handle.

@kammce kammce added the 💳 technical debt A lazy, quick, or bad decision that we must fix later label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💳 technical debt A lazy, quick, or bad decision that we must fix later
Projects
Status: No status
Development

No branches or pull requests

1 participant