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
CF Bolz-Tereick
simply use >> for signed right shift
CF Bolz-Tereick
add some links
CF Bolz-Tereick
allow computing intbound intermediate results too
CF Bolz-Tereick
one slightly unclear force_ge_zero behaviour
CF Bolz-Tereick
we get slightly different bridge counts now
CF Bolz-Tereick
add example output
CF Bolz-Tereick
fix rest
CF Bolz-Tereick
cache proofs
CF Bolz-Tereick
int_is_true(x & MININT) => x < 0; x == x - (x == a) => 0
the former occures in Pydrofoil, the latter in hash computations in pypy
(with a == -1)
mattip
fix completer for attributes of None
CF Bolz-Tereick
print more helpful messages in tests too
CF Bolz-Tereick
fix test_pypy_c tests
CF Bolz-Tereick
constant fold xor
(pure.py does it too, and there's no need to use the knownbits info. but
I wanted to fix ^ in the parser)
CF Bolz-Tereick
cache proofs
CF Bolz-Tereick
measure time of the proofs
CF Bolz-Tereick
simplify const generation
CF Bolz-Tereick
move readme content to the actual rpython documentation
CF Bolz-Tereick
Merge branch 'main' into jit-opt-dsl
CF Bolz-Tereick
add to readme
CF Bolz-Tereick
fix code generation for MININT
mattip
sys.stdout and sys.stdin use 'strict' errors by default
CF Bolz-Tereick
fix error message
mattip
skip flaky part of test, issue 5089
CF Bolz-Tereick
remove one of the sorry
CF Bolz-Tereick
add test and enable two more shift optimizations