-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-118335: Configure Tier 2 interpreter at build time #118339
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
42 commits
Select commit
Hold shift + click to select a range
1eb8fea
Step 1: replace 'python -Xuops' with 'configure --enable-experimental…
gvanrossum 0863c17
Make JIT imply TIER2, for convenience
gvanrossum 9e43331
Step 2: Remove all code from optimizer*.c unless TIER2; fix deps exce…
gvanrossum 064de58
Remove TIER2 stuff from _testinternalcapi
gvanrossum 13b8ef0
Fix test_dis.py: _opcode.get_executor() may raise RuntimeError
gvanrossum edbaeef
Fix test_regrtest (by tweaking without_getoptimizer)
gvanrossum 9311198
Fix test_optimizer.py
gvanrossum 300ae6d
Fix test_opcache
gvanrossum db911e4
Fix test_monitoring
gvanrossum 8cb71dd
Fix test_capi.test_opt (by disabling unless get_optimizer exists)
gvanrossum 7e79509
Fix _opcode.c
gvanrossum 638b7ec
Fix warning in sysmodule.c
gvanrossum 8fc905f
When compiling _testinternalcapi.c, define _Py_JIT
gvanrossum 877a005
Try making WASI Debug recursion limit 400
gvanrossum e4464d4
Merge main into tier2-flag
gvanrossum ffd7722
Revert "Try making WASI Debug recursion limit 400"
gvanrossum 6e2777b
Update jit/README.md to require LLVM 18 everywhere
gvanrossum f228a06
Rip out --enable-experimental-tier2, in favor of --enable-experimenta…
gvanrossum 70e18a5
Rip out _Py_TIER2, replace with _Py_JIT
gvanrossum 17f1674
configure: set _Py_JIT={1|3|4} (for now)
gvanrossum e23c688
Try making WASI Debug recursion limit 300
gvanrossum ebd8025
Revert "Rip out _Py_TIER2, replace with _Py_JIT"
gvanrossum e367c27
Make the configure script set both _Py_JIT and _Py_TIER2, as appropriate
gvanrossum 8681813
Pass flag bit in _Py_TIER2 instead of _Py_JIT
gvanrossum 8f89b3b
Honor default-off and PYTHON_JIT=0|1
gvanrossum fe94220
Add interpreter-default-off as secret menu item
gvanrossum 2963ccb
Revert "Try making WASI Debug recursion limit 300"
gvanrossum 783c3cc
Merge remote-tracking branch 'origin/main' into tier2-flag
gvanrossum f45f7ca
Also predefine _Py_TIER2 on Windows if UseJIT is true
gvanrossum 391bd46
Trashcan consumes more C stack (experimental, targeting WASI Debug bu…
gvanrossum c5d8c0a
Update what's new for new --enable-experimental-jit options
gvanrossum f45bf67
Revert "Trashcan consumes more C stack (experimental, targeting WASI …
gvanrossum a6cc5ee
Just disable test_trashcan_16602 on WASI Debug builds
gvanrossum 35cb5bd
Fix test_weakref :-(
gvanrossum 8276a9a
Shorten to --enable-exerimental-jit=yes-off
gvanrossum f950e25
Tweak code in test/support/__init__.py without_optimizer()
gvanrossum 6be70c0
Fix news blurb
gvanrossum fdbe440
Fix typo in _opcode.c
gvanrossum 3c919bb
Shut up annoying warning
gvanrossum d5a3ff0
Use Py_FatalError for ENTER_EXECUTOR in non-TIER2 build
gvanrossum 07c485e
Add --experimental-jit-{off|interpreter} to PCbuild/build.bat
gvanrossum a2d4f30
Revert "Shut up annoying warning"
gvanrossum 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
Step 2: Remove all code from optimizer*.c unless TIER2; fix deps exce…
…pt _testinternalcapi
- Loading branch information
commit 9e4333175c72624c46ddcccfd659cfffad9712a5
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.