savannah.dev
github.com/savannahostrowski
If you pass in --jit to a build, every-python will attempt to detect the correct version of LLVM needed to build from LLVM_VERSION specified in Tools/jit/_llvm.py at the time of the commit and use it!
Makes bisecting JIT things so much simpler 🥲
If you pass in --jit to a build, every-python will attempt to detect the correct version of LLVM needed to build from LLVM_VERSION specified in Tools/jit/_llvm.py at the time of the commit and use it!
Makes bisecting JIT things so much simpler 🥲
Build and run any commit of CPython! every-python makes a blobless clone of the CPython repository (~200MB), checks out the version you want, and builds it locally. Built versions are cached for reuse.
Build and run any commit of CPython! every-python makes a blobless clone of the CPython repository (~200MB), checks out the version you want, and builds it locally. Built versions are cached for reuse.
This version has:
- 🪟 Windows support
- 🖊️ Details toggling via `d` while in interactive mode or via `gruyere --details`
- ✨ Improved filtering UX
- 🚀 Live refresh so you can use it as an activity monitor for your processes
This version has:
- 🪟 Windows support
- 🖊️ Details toggling via `d` while in interactive mode or via `gruyere --details`
- ✨ Improved filtering UX
- 🚀 Live refresh so you can use it as an activity monitor for your processes