-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
GH-88116: Use a compact format to represent end line and column offsets. #91666
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
78cd7a3
Compact debug info. Work in progress.
markshannon f603e3f
Get compact debug table (almost) working.
markshannon 34ec9d9
Remove column table from code objects.
markshannon 6f69354
Remove end-line table from code objects.
markshannon b529306
Remove line table from code objects.
markshannon 62228e0
Remove unused table generation code from compiler.
markshannon ab8cd4f
Rename locationtable back to linetable to conform to PEP 626.
markshannon 4e1584a
Use enum values and fix gdb support.
markshannon 8ec48cf
Merge branch 'main' into compact-debug-info
markshannon 9783d10
Document location table format
markshannon 3020b15
Fix potential memory leak
markshannon b25595b
Restore old name for internal API.
markshannon 1a2b359
Re-run argument clinic
markshannon 70e139f
Add NEWS item
markshannon baf38d8
Remove unnecessary check
markshannon bcb3309
Remove a bit of code duplication. Insert bounds check when remove ext…
markshannon 3299d06
Fix handling of missing endline in location info.
markshannon 6e0aef9
Fix remove_column_info (correctly this time)
markshannon b6b4321
Move some logic about location table layout to shared header.
markshannon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Get compact debug table (almost) working.
- Loading branch information
commit f603e3f851ce9e2c6fc3bf48a45bb6e06fe8745b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.