-
Notifications
You must be signed in to change notification settings - Fork 536
perf(debugger): reduce code origin startup time #15272
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 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3926499
fix(debugger): reduce code origin startup time
tylfin db9478a
feat(debugger): introduce lazy trampoline for first call
tylfin fc88001
use new lazy wrapping context
P403n1x87 5b947cd
update requirements
P403n1x87 348e549
Merge branch 'main' into tyler.finethy/benchmark-co-instrumentation
P403n1x87 60514e4
Merge branch 'main' into tyler.finethy/benchmark-co-instrumentation
P403n1x87 45733c9
fix line-lazy wrapping compat
P403n1x87 1467c02
fix wrapping context-lazy wrapping context compat
P403n1x87 df6b261
Merge remote-tracking branch 'origin/main' into tyler.finethy/benchma…
P403n1x87 1f59e16
Merge remote-tracking branch 'origin/main' into tyler.finethy/benchma…
P403n1x87 2d4fc69
fix wrapping management
P403n1x87 102a46c
Merge remote-tracking branch 'origin/main' into tyler.finethy/benchma…
P403n1x87 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
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.10 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --no-annotate .riot/requirements/18417b5.in | ||
| # | ||
| attrs==25.4.0 | ||
| backports-asyncio-runner==1.2.0 | ||
| coverage[toml]==7.12.0 | ||
| exceptiongroup==1.3.0 | ||
| httpretty==1.1.4 | ||
| hypothesis==6.45.0 | ||
| iniconfig==2.3.0 | ||
| mock==5.2.0 | ||
| msgpack==1.1.2 | ||
| opentracing==2.4.0 | ||
| packaging==25.0 | ||
| pluggy==1.6.0 | ||
| py-cpuinfo==9.0.0 | ||
| pygments==2.19.2 | ||
| pytest==9.0.1 | ||
| pytest-asyncio==1.3.0 | ||
| pytest-benchmark==5.2.3 | ||
| pytest-cov==7.0.0 | ||
| pytest-mock==3.15.1 | ||
| sortedcontainers==2.4.0 | ||
| tomli==2.3.0 | ||
| typing-extensions==4.15.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.11 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --no-annotate .riot/requirements/18569c9.in | ||
| # | ||
| attrs==25.4.0 | ||
| coverage[toml]==7.12.0 | ||
| httpretty==1.1.4 | ||
| hypothesis==6.45.0 | ||
| iniconfig==2.3.0 | ||
| mock==5.2.0 | ||
| msgpack==1.1.2 | ||
| opentracing==2.4.0 | ||
| packaging==25.0 | ||
| pluggy==1.6.0 | ||
| py-cpuinfo==9.0.0 | ||
| pygments==2.19.2 | ||
| pytest==9.0.1 | ||
| pytest-asyncio==1.3.0 | ||
| pytest-benchmark==5.2.3 | ||
| pytest-cov==7.0.0 | ||
| pytest-mock==3.15.1 | ||
| sortedcontainers==2.4.0 | ||
| typing-extensions==4.15.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.9 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --no-annotate .riot/requirements/191f37c.in | ||
| # | ||
| attrs==25.4.0 | ||
| backports-asyncio-runner==1.2.0 | ||
| coverage[toml]==7.10.7 | ||
| exceptiongroup==1.3.0 | ||
| httpretty==1.1.4 | ||
| hypothesis==6.45.0 | ||
| iniconfig==2.1.0 | ||
| mock==5.2.0 | ||
| msgpack==1.1.2 | ||
| opentracing==2.4.0 | ||
| packaging==25.0 | ||
| pluggy==1.6.0 | ||
| py-cpuinfo==9.0.0 | ||
| pygments==2.19.2 | ||
| pytest==8.4.2 | ||
| pytest-asyncio==1.2.0 | ||
| pytest-benchmark==5.2.3 | ||
| pytest-cov==7.0.0 | ||
| pytest-mock==3.15.1 | ||
| sortedcontainers==2.4.0 | ||
| tomli==2.3.0 | ||
| typing-extensions==4.15.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.13 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --no-annotate .riot/requirements/197e9b6.in | ||
| # | ||
| attrs==25.4.0 | ||
| coverage[toml]==7.12.0 | ||
| httpretty==1.1.4 | ||
| hypothesis==6.45.0 | ||
| iniconfig==2.3.0 | ||
| mock==5.2.0 | ||
| msgpack==1.1.2 | ||
| opentracing==2.4.0 | ||
| packaging==25.0 | ||
| pluggy==1.6.0 | ||
| py-cpuinfo==9.0.0 | ||
| pygments==2.19.2 | ||
| pytest==9.0.1 | ||
| pytest-asyncio==1.3.0 | ||
| pytest-benchmark==5.2.3 | ||
| pytest-cov==7.0.0 | ||
| pytest-mock==3.15.1 | ||
| sortedcontainers==2.4.0 | ||
| typing-extensions==4.15.0 |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.12 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --no-annotate .riot/requirements/278c26c.in | ||
| # | ||
| attrs==25.4.0 | ||
| coverage[toml]==7.12.0 | ||
| httpretty==1.1.4 | ||
| hypothesis==6.45.0 | ||
| iniconfig==2.3.0 | ||
| mock==5.2.0 | ||
| msgpack==1.1.2 | ||
| opentracing==2.4.0 | ||
| packaging==25.0 | ||
| pluggy==1.6.0 | ||
| py-cpuinfo==9.0.0 | ||
| pygments==2.19.2 | ||
| pytest==9.0.1 | ||
| pytest-asyncio==1.3.0 | ||
| pytest-benchmark==5.2.3 | ||
| pytest-cov==7.0.0 | ||
| pytest-mock==3.15.1 | ||
| sortedcontainers==2.4.0 | ||
| typing-extensions==4.15.0 |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.