Home - Speed - Summaries: (main - py2.7) : (py3.10) : Everything : RPython - Nightly builds - Waterfall - Builders - About

Console View


Categories: aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
mattip
CI: upload the build from branches and even if something fails
CF Bolz-Tereick
simply use >> for signed right shift
mattip
remove test that never passed on CPython and now fails on PyPy
CF Bolz-Tereick
typo
CF Bolz-Tereick
add some links
mattip
Merge branch 'main' into py3.10
mattip
simplify docstring, the method could be bound or unbound
CF Bolz-Tereick
fixes to docs
mattip
Merge branch 'main' into py3.10
mattip
fix CI workflow
CF Bolz-Tereick
we get slightly different bridge counts now
CF Bolz-Tereick
add example output
CF Bolz-Tereick
fix rest
mattip
typo
CF Bolz-Tereick
fix test_pypy_c tests
mattip
cache more in CI, use py3.11
mattip
resync error message in test
mattip
merge main into py3.10
CF Bolz-Tereick
move readme content to the actual rpython documentation
CF Bolz-Tereick
add to readme
mattip
change import for py3.11
CF Bolz-Tereick
add test and enable two more shift optimizations
CF Bolz-Tereick
the x | 0 == x and x | -1 == -1 rules can be generalized
same for bitwise and. allow .ones and .zeros attributes on knownbits
instances