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

Rewrite/generics #11

Closed
wants to merge 435 commits into from
Closed

Conversation

Fernthedev
Copy link
Contributor

No description provided.

RedBrumbler and others added 26 commits August 12, 2023 20:16
RedBrumbler and others added 28 commits August 26, 2023 09:49
Offsets for NON explicit layouts should be correctly generated for both generic and non-generic types. Currently extremely redundant generation and sizes are not truly verified against, as two computations occur:
1. To obtain the size
2. To compute all the offsets
but these are split up across two different call points for no reason.
In the future, we should merge these calls together, and cache all fills (as a given generic type with a single typedef may be filled hundreds of times over the course of its children and its own instantiations)
@Fernthedev Fernthedev mentioned this pull request Sep 17, 2023
@Fernthedev Fernthedev closed this Dec 1, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants