-
Notifications
You must be signed in to change notification settings - Fork 351
Add some documentation on the CAS Schema in MCCASObjectV1.h #5430
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 some documentation on the CAS Schema in MCCASObjectV1.h #5430
Conversation
e3fdcf8 to
76c9fa7
Compare
76c9fa7 to
5ff29ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!!
5ff29ce to
2a49195
Compare
|
This patch doesn't have a ref from the debug info cu to the debug string cas blocks because that patch isn't merged yet, the idea would be to update this diagram when we change something |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this true? Isn't that data stored in the distinctdataref?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we had an experimental patch where we moved the dw_form_addrs into the distinctdataref, but since I could not address some of the comments that were left in that patch, it has not been merged yet.
# This is the 1st commit message: Add some documentation that describes the CAS schema # This is the commit message swiftlang#2: Addressed review comments # This is the commit message swiftlang#3: Addressed some more feedback
551ca25 to
b43c9d1
Compare
The CAS schema for the debug info sections is getting complicated, to make sure we are aware of how the different sections are laid out, we want to document the information in the header file so it can be updated whenever a change it made