FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-118335: Configure Tier 2 interpreter at build time by gvanrossum · Pull Request #118339 · 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-118335: Configure Tier 2 interpreter at build time
- #118339
#118339
Merged
gvanrossum
merged 42 commits into
python:main
python/cpython:main
from
gvanrossum:tier2-flag
gvanrossum/cpython:tier2-flag
Copy head branch name to clipboard
May 1, 2024
Conversation
Commits
42
(42)
Checks
Files changed
Merged
gh-118335: Configure Tier 2 interpreter at build time
#118339
gvanrossum
merged 42 commits into
python:main
python/cpython:main
from
gvanrossum:tier2-flag
gvanrossum/cpython:tier2-flag
Copy head branch name to clipboard
Commits
Commits on Apr 26, 2024
Step 1: replace 'python -Xuops' with 'configure --enable-experimental-tier2'
gvanrossum
committed
1eb8fea
View commit details
Copy full SHA for 1eb8fea
Browse repository at this point
Make JIT imply TIER2, for convenience
gvanrossum
committed
0863c17
View commit details
Copy full SHA for 0863c17
Browse repository at this point
Step 2: Remove all code from optimizer*.c unless TIER2; fix deps except _testinternalcapi
gvanrossum
committed
9e43331
View commit details
Copy full SHA for 9e43331
Browse repository at this point
Remove TIER2 stuff from _testinternalcapi
gvanrossum
committed
064de58
View commit details
Copy full SHA for 064de58
Browse repository at this point
Fix test_dis.py: _opcode.get_executor() may raise RuntimeError
gvanrossum
committed
13b8ef0
View commit details
Copy full SHA for 13b8ef0
Browse repository at this point
Fix test_regrtest (by tweaking without_getoptimizer)
gvanrossum
committed
edbaeef
View commit details
Copy full SHA for edbaeef
Browse repository at this point
Fix test_optimizer.py
gvanrossum
committed
9311198
View commit details
Copy full SHA for 9311198
Browse repository at this point
Commits on Apr 27, 2024
Fix test_opcache
gvanrossum
committed
300ae6d
View commit details
Copy full SHA for 300ae6d
Browse repository at this point
Fix test_monitoring
gvanrossum
committed
db911e4
View commit details
Copy full SHA for db911e4
Browse repository at this point
Fix test_capi.test_opt (by disabling unless get_optimizer exists)
gvanrossum
committed
8cb71dd
View commit details
Copy full SHA for 8cb71dd
Browse repository at this point
Fix _opcode.c
gvanrossum
committed
7e79509
View commit details
Copy full SHA for 7e79509
Browse repository at this point
Fix warning in sysmodule.c
gvanrossum
committed
638b7ec
View commit details
Copy full SHA for 638b7ec
Browse repository at this point
Commits on Apr 29, 2024
When compiling _testinternalcapi.c, define _Py_JIT
gvanrossum
committed
8fc905f
View commit details
Copy full SHA for 8fc905f
Browse repository at this point
Try making WASI Debug recursion limit 400
gvanrossum
committed
877a005
View commit details
Copy full SHA for 877a005
Browse repository at this point
Merge main into tier2-flag
gvanrossum
committed
e4464d4
View commit details
Copy full SHA for e4464d4
Browse repository at this point
Commits on Apr 30, 2024
Revert "Try making WASI Debug recursion limit 400"
Show description for ffd7722
gvanrossum
committed
ffd7722
View commit details
Copy full SHA for ffd7722
Browse repository at this point
Update jit/README.md to require LLVM 18 everywhere
gvanrossum
committed
6e2777b
View commit details
Copy full SHA for 6e2777b
Browse repository at this point
Rip out --enable-experimental-tier2, in favor of --enable-experimental-jit=XXX
Show description for f228a06
gvanrossum
committed
f228a06
View commit details
Copy full SHA for f228a06
Browse repository at this point
Rip out _Py_TIER2, replace with _Py_JIT
Show description for 70e18a5
gvanrossum
committed
70e18a5
View commit details
Copy full SHA for 70e18a5
Browse repository at this point
configure: set _Py_JIT={1|3|4} (for now)
gvanrossum
committed
17f1674
View commit details
Copy full SHA for 17f1674
Browse repository at this point
Try making WASI Debug recursion limit 300
gvanrossum
committed
e23c688
View commit details
Copy full SHA for e23c688
Browse repository at this point
Revert "Rip out _Py_TIER2, replace with _Py_JIT"
Show description for ebd8025
gvanrossum
committed
ebd8025
View commit details
Copy full SHA for ebd8025
Browse repository at this point
Make the configure script set both _Py_JIT and _Py_TIER2, as appropriate
gvanrossum
committed
e367c27
View commit details
Copy full SHA for e367c27
Browse repository at this point
Pass flag bit in _Py_TIER2 instead of _Py_JIT
gvanrossum
committed
8681813
View commit details
Copy full SHA for 8681813
Browse repository at this point
Honor default-off and PYTHON_JIT=0|1
gvanrossum
committed
8f89b3b
View commit details
Copy full SHA for 8f89b3b
Browse repository at this point
Add interpreter-default-off as secret menu item
gvanrossum
committed
fe94220
View commit details
Copy full SHA for fe94220
Browse repository at this point
Revert "Try making WASI Debug recursion limit 300"
Show description for 2963ccb
gvanrossum
committed
2963ccb
View commit details
Copy full SHA for 2963ccb
Browse repository at this point
Merge remote-tracking branch 'origin/main' into tier2-flag
gvanrossum
committed
783c3cc
View commit details
Copy full SHA for 783c3cc
Browse repository at this point
Also predefine _Py_TIER2 on Windows if UseJIT is true
gvanrossum
committed
f45f7ca
View commit details
Copy full SHA for f45f7ca
Browse repository at this point
Trashcan consumes more C stack (experimental, targeting WASI Debug build)
gvanrossum
committed
391bd46
View commit details
Copy full SHA for 391bd46
Browse repository at this point
Update what's new for new --enable-experimental-jit options
gvanrossum
committed
c5d8c0a
View commit details
Copy full SHA for c5d8c0a
Browse repository at this point
Revert "Trashcan consumes more C stack (experimental, targeting WASI Debug build)"
Show description for f45bf67
gvanrossum
committed
f45bf67
View commit details
Copy full SHA for f45bf67
Browse repository at this point
Just disable test_trashcan_16602 on WASI Debug builds
gvanrossum
committed
a6cc5ee
View commit details
Copy full SHA for a6cc5ee
Browse repository at this point
Fix test_weakref :-(
gvanrossum
committed
35cb5bd
View commit details
Copy full SHA for 35cb5bd
Browse repository at this point
Shorten to --enable-exerimental-jit=yes-off
gvanrossum
committed
8276a9a
View commit details
Copy full SHA for 8276a9a
Browse repository at this point
Tweak code in test/support/__init__.py without_optimizer()
gvanrossum
committed
f950e25
View commit details
Copy full SHA for f950e25
Browse repository at this point
Fix news blurb
gvanrossum
committed
6be70c0
View commit details
Copy full SHA for 6be70c0
Browse repository at this point
Fix typo in _opcode.c
gvanrossum
committed
fdbe440
View commit details
Copy full SHA for fdbe440
Browse repository at this point
Shut up annoying warning
gvanrossum
committed
3c919bb
View commit details
Copy full SHA for 3c919bb
Browse repository at this point
Use Py_FatalError for ENTER_EXECUTOR in non-TIER2 build
gvanrossum
committed
d5a3ff0
View commit details
Copy full SHA for d5a3ff0
Browse repository at this point
Commits on May 1, 2024
Add --experimental-jit-{off|interpreter} to PCbuild/build.bat
gvanrossum
committed
07c485e
View commit details
Copy full SHA for 07c485e
Browse repository at this point
Revert "Shut up annoying warning"
Show description for a2d4f30
gvanrossum
committed
a2d4f30
View commit details
Copy full SHA for a2d4f30
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL