FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-88116: Use a compact format to represent end line and column offsets. by markshannon · Pull Request #91666 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-88116: Use a compact format to represent end line and column offsets.
- #91666
#91666
Merged
markshannon
merged 19 commits into
python:main
python/cpython:main
from
faster-cpython:compact-debug-info
faster-cpython/cpython:compact-debug-info
Copy head branch name to clipboard
Apr 21, 2022
Conversation
Commits
19
(19)
Checks
Files changed
Merged
GH-88116: Use a compact format to represent end line and column offsets.
#91666
markshannon
merged 19 commits into
python:main
python/cpython:main
from
faster-cpython:compact-debug-info
faster-cpython/cpython:compact-debug-info
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2022
Compact debug info. Work in progress.
markshannon
committed
78cd7a3
View commit details
Copy full SHA for 78cd7a3
Browse repository at this point
Get compact debug table (almost) working.
markshannon
committed
f603e3f
View commit details
Copy full SHA for f603e3f
Browse repository at this point
Remove column table from code objects.
markshannon
committed
34ec9d9
View commit details
Copy full SHA for 34ec9d9
Browse repository at this point
Remove end-line table from code objects.
markshannon
committed
6f69354
View commit details
Copy full SHA for 6f69354
Browse repository at this point
Remove line table from code objects.
markshannon
committed
b529306
View commit details
Copy full SHA for b529306
Browse repository at this point
Remove unused table generation code from compiler.
markshannon
committed
62228e0
View commit details
Copy full SHA for 62228e0
Browse repository at this point
Commits on Apr 18, 2022
Rename locationtable back to linetable to conform to PEP 626.
markshannon
committed
ab8cd4f
View commit details
Copy full SHA for ab8cd4f
Browse repository at this point
Use enum values and fix gdb support.
markshannon
committed
4e1584a
View commit details
Copy full SHA for 4e1584a
Browse repository at this point
Merge branch 'main' into compact-debug-info
markshannon
committed
8ec48cf
View commit details
Copy full SHA for 8ec48cf
Browse repository at this point
Document location table format
markshannon
committed
9783d10
View commit details
Copy full SHA for 9783d10
Browse repository at this point
Fix potential memory leak
markshannon
committed
3020b15
View commit details
Copy full SHA for 3020b15
Browse repository at this point
Restore old name for internal API.
markshannon
committed
b25595b
View commit details
Copy full SHA for b25595b
Browse repository at this point
Re-run argument clinic
markshannon
committed
1a2b359
View commit details
Copy full SHA for 1a2b359
Browse repository at this point
Add NEWS item
markshannon
committed
70e139f
View commit details
Copy full SHA for 70e139f
Browse repository at this point
Commits on Apr 19, 2022
Remove unnecessary check
markshannon
committed
baf38d8
View commit details
Copy full SHA for baf38d8
Browse repository at this point
Remove a bit of code duplication. Insert bounds check when remove extra address info.
markshannon
committed
bcb3309
View commit details
Copy full SHA for bcb3309
Browse repository at this point
Fix handling of missing endline in location info.
markshannon
committed
3299d06
View commit details
Copy full SHA for 3299d06
Browse repository at this point
Fix remove_column_info (correctly this time)
markshannon
committed
6e0aef9
View commit details
Copy full SHA for 6e0aef9
Browse repository at this point
Commits on Apr 21, 2022
Move some logic about location table layout to shared header.
markshannon
committed
b6b4321
View commit details
Copy full SHA for b6b4321
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL