-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add vtable pointers to class layout #4407
Merged
zygoloid
merged 18 commits into
carbon-language:trunk
from
dwblaikie:lower_virtual_functions
Oct 16, 2024
Merged
Add vtable pointers to class layout #4407
zygoloid
merged 18 commits into
carbon-language:trunk
from
dwblaikie:lower_virtual_functions
Oct 16, 2024
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7c7920 - Browse repository at this point
Copy the full SHA d7c7920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c25bc - Browse repository at this point
Copy the full SHA 71c25bcView commit details -
* Still needs to check the base class to see if there's already a vtable * Not sure what type to point to - void* is probably about right, it can't really be pointer-to-correctly-sized-array, because derived classes might make the array larger (with new virtual functions)
Configuration menu - View commit details
-
Copy full SHA for a4f2828 - Browse repository at this point
Copy the full SHA a4f2828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eee793 - Browse repository at this point
Copy the full SHA 3eee793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f88c1 - Browse repository at this point
Copy the full SHA 55f88c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3fb20 - Browse repository at this point
Copy the full SHA 9c3fb20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb4ef0 - Browse repository at this point
Copy the full SHA 6cb4ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff07df - Browse repository at this point
Copy the full SHA bff07dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 265576e - Browse repository at this point
Copy the full SHA 265576eView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30b186b - Browse repository at this point
Copy the full SHA 30b186bView commit details
Commits on Oct 16, 2024
-
Add TODO comment for template dependent bases
Co-authored-by: Richard Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ed01c6 - Browse repository at this point
Copy the full SHA 0ed01c6View commit details -
Add some angles to the
vptr
name since it's not a keywordCo-authored-by: Richard Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f959776 - Browse repository at this point
Copy the full SHA f959776View commit details -
Configuration menu - View commit details
-
Copy full SHA for e519f40 - Browse repository at this point
Copy the full SHA e519f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e4d71 - Browse repository at this point
Copy the full SHA 08e4d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f24f30 - Browse repository at this point
Copy the full SHA 3f24f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48517c8 - Browse repository at this point
Copy the full SHA 48517c8View commit details -
Update check message to match function name
Co-authored-by: Richard Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c77252 - Browse repository at this point
Copy the full SHA 8c77252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb7bb5 - Browse repository at this point
Copy the full SHA 8fb7bb5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.