November 2014 Archives by thread
Starting: Sat Nov 1 01:02:38 CET 2014
Ending: Sun Nov 30 23:48:14 CET 2014
Messages: 607
- [pypy-commit] pypy.org extradoc: update the values
arigo
- [pypy-commit] stmgc hashtable: A random test, and a more precise test and fix following from it.
arigo
- [pypy-commit] pypy nditer-external_loop: whoops, partial commit
mattip
- [pypy-commit] pypy nditer-external_loop: merge default into branch
mattip
- [pypy-commit] pypy nditer-external_loop: cleanup, document branch to be merged
mattip
- [pypy-commit] pypy nditer-external_loop: close branch to be merged
mattip
- [pypy-commit] pypy default: merge nditer-external_loop which implements numpy's nditer external_loop argument
mattip
- [pypy-commit] pypy ufuncapi: merge default into branch
mattip
- [pypy-commit] pypy default: merge heads
mattip
- [pypy-commit] stmgc hashtable: hashtables now shed their old tables, their old entries, and possibly
arigo
- [pypy-commit] pypy.org extradoc: Try to expand a bit the "features" page, and change its title to "What
arigo
- [pypy-commit] stmgc hashtable: Change the big test function into a class
arigo
- [pypy-commit] stmgc hashtable: A test running on multiple threads. Still missing: exchange
arigo
- [pypy-commit] pypy online-transforms: fix for _mixin_ methods
rlamy
- [pypy-commit] pypy online-transforms: hg merge default
rlamy
- [pypy-commit] pypy online-transforms: change interface of ClassDesc.add_source_attribute()
rlamy
- [pypy-commit] pypy online-transforms: Use normalised class attributes in add_source_attribute(), instead of raw values from the class dict
rlamy
- [pypy-commit] pypy default: Issue #1920: test and fix
arigo
- [pypy-commit] pypy default: Issue 1895: test and fix for the file's locks on multithreaded apps with fork()
arigo
- [pypy-commit] pypy online-transforms: Do perform_normalizations() at the end of annotation
rlamy
- [pypy-commit] pypy online-transforms: register builtin exceptions with the annotator at the same time as the other builtins
rlamy
- [pypy-commit] pypy.org extradoc: fix broken link (LaarstiQ, Cheery)
mattip
- [pypy-commit] extradoc extradoc: check in the graph
fijal
- [pypy-commit] pypy default: kill dead code
pjenvey
- [pypy-commit] pypy berkerpeksag/fix-broken-link-in-readmerst-1415127402066: Fix broken link in README.rst.
berkerpeksag
- [pypy-commit] pypy default: Merged in berkerpeksag/pypy/berkerpeksag/fix-broken-link-in-readmerst-1415127402066 (pull request #289)
rlamy
- [pypy-commit] pypy more-rposix: A branch to move C bindings from ll_os.py to rlib/rposix.py
amauryfa
- [pypy-commit] pypy more-rposix: Start moving functions: os.dup, os.dup2
amauryfa
- [pypy-commit] pypy py3k: issue1915: fix peercert(True) to return bytes
pjenvey
- [pypy-commit] pypy default: a decorator for inlining functions on the rpython level
cfbolz
- [pypy-commit] extradoc extradoc: some tweaks. looks good, but some more work needed
cfbolz
- [pypy-commit] extradoc extradoc: tweaks
arigo
- [pypy-commit] stmgc hashtable: Add a real multithreaded hashtable test as a demo for now.
arigo
- [pypy-commit] stmgc hashtable: Fixes
arigo
- [pypy-commit] benchmarks default: fine, add the fibonacci here
fijal
- [pypy-commit] extradoc extradoc: work on the blog post
fijal
- [pypy-commit] extradoc extradoc: ups kill a redundant section and fix links
fijal
- [pypy-commit] pypy more-rposix: Fix integration with sandbox.
amauryfa
- [pypy-commit] pypy more-rposix: Move os.open() to rposix.py.
amauryfa
- [pypy-commit] pypy default: Add comment
arigo
- [pypy-commit] pypy default: Remove an old workaround for gcc on OS/X.
amauryfa
- [pypy-commit] pypy more-rposix: Fix translation
amauryfa
- [pypy-commit] pypy more-rposix: hg merge default
amauryfa
- [pypy-commit] pypy more-rposix: Port os.execv and os.execve
amauryfa
- [pypy-commit] pypy more-rposix: Translation and test fixes
amauryfa
- [pypy-commit] pypy more-rposix: Port os.spawn* functions.
amauryfa
- [pypy-commit] pypy default: Hah, suggesting "translation.shared" to be equal to "sys.platform ==
arigo
- [pypy-commit] pypy default: use the official way to malloc strings, fixes issue1919
fijal
- [pypy-commit] pypy default: add a small fastpath for comparisons of a box with itself
cfbolz
- [pypy-commit] pypy default: move computation of flattened marks into its own function since it only needs
cfbolz
- [pypy-commit] lang-smalltalk default: Remove untrue elidables
krono
- [pypy-commit] pypy online-transforms: Simplify use of normalize_method(): return non-methods unchanged
rlamy
- [pypy-commit] pypy online-transforms: create annotator-level expression object V_Type
rlamy
- [pypy-commit] pypy py3k: merge default
pjenvey
- [pypy-commit] pypy default: fix for OS/X translation (shown by hippy)
arigo
- [pypy-commit] pypy more-rposix: Remove dead code
amauryfa
- [pypy-commit] pypy more-rposix: Remove an old workaround that was useful for the cli backend
amauryfa
- [pypy-commit] pypy more-rposix: Fix test
amauryfa
- [pypy-commit] pypy more-rposix: Move os.getlogin()
amauryfa
- [pypy-commit] pypy more-rposix: Port os.utime.
amauryfa
- [pypy-commit] pypy more-rposix: Move os.times()
amauryfa
- [pypy-commit] pypy more-rposix: os.getsid(), os.setsid()
amauryfa
- [pypy-commit] pypy more-rposix: Some simplifications
amauryfa
- [pypy-commit] pypy more-rposix: Move uid/gid functions
amauryfa
- [pypy-commit] pypy more-rposix: Move more functions: os.setresuid() &co
amauryfa
- [pypy-commit] pypy more-rposix: Port *pid() and *pgrp() functions
amauryfa
- [pypy-commit] pypy more-rposix: fixes
amauryfa
- [pypy-commit] pypy default: Add some more RPY_EXPORTED_FOR_TESTS, for Windows
arigo
- [pypy-commit] pypy default: pypy__tzset() returns Void.
arigo
- [pypy-commit] pypy default: add RPY_EXPORTED_FOR_TESTS for windows
mattip
- [pypy-commit] pypy default: On Windows it's a compilation error to try to assign to "stdin". Fix by
arigo
- [pypy-commit] pypy default: Issue 1914: test and fix
arigo
- [pypy-commit] pypy stmgc-c7: Fix
arigo
- [pypy-commit] stmgc hashtable: Add a passing test
arigo
- [pypy-commit] stmgc hashtable: A crashing test
arigo
- [pypy-commit] stmgc hashtable: fix 926d81d98692
arigo
- [pypy-commit] stmgc hashtable: Remove this include, which is outdated
arigo
- [pypy-commit] pypy stmgc-c7: import stmgc/ece6317ba186 [hashtable]
arigo
- [pypy-commit] stmgc hashtable: Need to fflush the stm.log file before a fork().
arigo
- [pypy-commit] pypy stmgc-c7: import stmgc/b27bcdd6bc87 [hashtable]
arigo
- [pypy-commit] pypy more-rposix: Temporary workaround, should be done differently.
amauryfa
- [pypy-commit] pypy more-rposix: Port more functions.
amauryfa
- [pypy-commit] pypy more-rposix: Port os.confstr &co
amauryfa
- [pypy-commit] pypy more-rposix: Port fork() and forkpty()
amauryfa
- [pypy-commit] pypy more-rposix: os.waitpid(). Not tested on Windows
amauryfa
- [pypy-commit] pypy more-rposix: Port os.read(), write(), close()
amauryfa
- [pypy-commit] pypy more-rposix: os.lseek(), use widen() instead of intmask(), fix some signatures.
amauryfa
- [pypy-commit] pypy more-rposix: os.ftruncate(), os.fsync()
amauryfa
- [pypy-commit] pypy more-rposix: os.access(), os.fchdir()
amauryfa
- [pypy-commit] pypy more-rposix: os.getcwd() and os.getcwdu()
amauryfa
- [pypy-commit] pypy more-rposix: os.listdir()
amauryfa
- [pypy-commit] pypy float-opt: optimize float division with reciprocal multiplication
amintos
- [pypy-commit] pypy float-opt: float division optimization using frexp now
amintos
- [pypy-commit] pypy float-opt: Ready to merge
arigo
- [pypy-commit] pypy default: Merge float-opt by Toni Mattis: turn float divisions by a constant power of two into float multiplication
arigo
- [pypy-commit] pypy more-rposix: Lots of translation fixes for Windows
amauryfa
- [pypy-commit] pypy ufuncapi: fix syntax and imports
fijal
- [pypy-commit] pypy improve-ptr-conv-error: Created new branch improve-ptr-conv-error
hey_lu
- [pypy-commit] pypy improve-ptr-conv-error: improve ptr2ptr conversion error message
Lucas Stadler
- [pypy-commit] pypy default: Merged in hey_lu/pypy/improve-ptr-conv-error (pull request #290)
arigo
- [pypy-commit] pypy default: It's been six years since these lines were last uncommented. They can go.
ltratt
- [pypy-commit] stmgc hashtable: fix for test_minor_collect_bug1 and demo_hashtable1: see comments
arigo
- [pypy-commit] pypy default: change order of includes for windows
mattip
- [pypy-commit] pypy default: decorate another windows-only function
mattip
- [pypy-commit] pypy default: more closely follow the logic in cpython's pyport.h for windows
mattip
- [pypy-commit] pypy default: fix on 32-bit
arigo
- [pypy-commit] pypy more-rposix: os.pipe(), os.chown()
amauryfa
- [pypy-commit] pypy more-rposix: Move many functions at the same time...
amauryfa
- [pypy-commit] pypy more-rposix: Port most remaining functions of ll_os.py
amauryfa
- [pypy-commit] pypy more-rposix: Move os.WIFEXITED and other macros
amauryfa
- [pypy-commit] pypy default: Use sets in transform_dead_op_vars_in_blocks(); cleanup
rlamy
- [pypy-commit] pypy online-transforms: store assignment value on the result of op.assign
rlamy
- [pypy-commit] pypy online-transforms: rename all the things in annotator.follow_link()
rlamy
- [pypy-commit] pypy online-transforms: generate V_Type objects directly during flowing
rlamy
- [pypy-commit] pypy online-transforms: apply variable renaming to V_Type
rlamy
- [pypy-commit] stmgc hashtable: Remove a dead file
arigo
- [pypy-commit] pypy default: We were missing the __attribute__((visibility("hidden"))) on all
arigo
- [pypy-commit] pypy default: more RPY_EXPORTED_FOR_TESTS => RPY_EXTERN
arigo
- [pypy-commit] pypy default: more RPY_ETERN definitions
mattip
- [pypy-commit] pypy default: Ooops. The gc-incminimark-pinning branch introduced a call to
arigo
- [pypy-commit] pypy default: backed out changeset: e0ee57865d3d, fix windows own tests differently
mattip
- [pypy-commit] pypy default: add RPY_EXTERN to function declarations via h file
mattip
- [pypy-commit] pypy more-rposix: Move os.ttyname()
amauryfa
- [pypy-commit] pypy default: Fix the Makefile so that "make tests" can be run here. For some reason
arigo
- [pypy-commit] pypy default: rename all the things in annotator.follow_link()
rlamy
- [pypy-commit] pypy default: If we don't enable the debug prints, don't call get_location_str().
arigo
- [pypy-commit] pypy stmgc-c7: Start a built-in module "_stm".
arigo
- [pypy-commit] stmgc hashtable: Export stm_hashtable_lookup() too
arigo
- [pypy-commit] pypy stmgc-c7: Add _stm.count(), which returns a new integer every time it is called.
arigo
- [pypy-commit] pypy stmgc-c7: import stmgc/194265597fad [hashtable]
arigo
- [pypy-commit] pypy stmgc-c7: Enable the _stm module when translating with stm
arigo
- [pypy-commit] pypy more-rposix: Fix tests (and translation of small targets)
amauryfa
- [pypy-commit] pypy default: Test and fix: produce a user-readable jit_debug() output in the logs
arigo
- [pypy-commit] pypy default: minor fixes for jit_debug
arigo
- [pypy-commit] pypy expressions: Create expression object V_Type and use it during flowing
rlamy
- [pypy-commit] pypy expressions: apply variable renaming to V_Type
rlamy
- [pypy-commit] pypy expressions: fix transform_dead_op_vars_in_blocks()
rlamy
- [pypy-commit] pypy expressions: fix generators
rlamy
- [pypy-commit] pypy expressions: fix checkgraph()
rlamy
- [pypy-commit] pypy expressions: Make sure that inputargs contains only Variables
rlamy
- [pypy-commit] pypy expressions: create ExceptBlock class
rlamy
- [pypy-commit] pypy expressions: refactor join_blocks()
rlamy
- [pypy-commit] pypy expressions: remove op.assign hack
rlamy
- [pypy-commit] stmgc c8-new-page-handling: fix deadlock
Raemi
- [pypy-commit] pypy stmgc-c7: tweak _stm.count()
arigo
- [pypy-commit] pypy stmgc-c7: Light finalizers seem to be missing nothing more than being enabled.
arigo
- [pypy-commit] pypy default: Add 'cast_gcref_to_instance' here. The JIT has code that does
arigo
- [pypy-commit] pypy stmgc-c7: Add 'cast_gcref_to_instance' here. The JIT has code that does
arigo
- [pypy-commit] pypy stmgc-c7: Mostly implement stmgc's hashtables in RPython.
arigo
- [pypy-commit] pypy stmgc-c7: llify the class Hashtable, in preparation for a custom tracing hook.
arigo
- [pypy-commit] pypy stmgc-c7: in-progress: prepare for merging improve-gc-tracing-hooks
arigo
- [pypy-commit] pypy default: Move this attribute to the Boehm subclass. For the Framework subclass
arigo
- [pypy-commit] pypy default: Use the correct GETFIELD_RAW instead of GETFIELD_GC, because they
arigo
- [pypy-commit] pypy default: Remove extraneous "-" sign.
arigo
- [pypy-commit] pypy stmgc-c7: hg merge 9a6efa2d4493
arigo
- [pypy-commit] pypy stmgc-c7: fix some imports
arigo
- [pypy-commit] pypy improve-gc-tracing-hooks: Close the branch, ready for merging
arigo
- [pypy-commit] pypy default: hg merge improve-gc-tracing-hooks
arigo
- [pypy-commit] pypy default: Oups, an indirect conflict between two branches
arigo
- [pypy-commit] pypy expressions: move V_Type to flowspace/
rlamy
- [pypy-commit] pypy default: These uses of setarg() are a bit pointless, because emit_operation()
arigo
- [pypy-commit] pypy default: Issue #1924: test and fix.
arigo
- [pypy-commit] pypy default: That was intended with a setarrayitem index of 0, although it doesn't
arigo
- [pypy-commit] pypy default: fix: non-exported globals
mattip
- [pypy-commit] pypy default: stdcall unavoidably mangles names in a dll
mattip
- [pypy-commit] pypy default: as per precommondefs.h, all declarations need an attribute
mattip
- [pypy-commit] pypy default: Allow "python -m rpython" to run RPython translation.
amauryfa
- [pypy-commit] pypy kill-rctime: Kill "rctime" module, use time directly.
amauryfa
- [pypy-commit] pypy kill-rctime: Rename 'rctime' to plain 'time'.
amauryfa
- [pypy-commit] pypy expressions: Clean up V_Type code, add tests
rlamy
- [pypy-commit] stmgc hashtable: Add a reference to a paper
arigo
- [pypy-commit] pypy recursion_and_inlining: Stop tracing when inlining is detected.
ltratt
- [pypy-commit] pypy recursion_and_inlining: We only need can_inline_callable.
ltratt
- [pypy-commit] pypy recursion_and_inlining: Force recursive functions to be (separately) traced sooner.
ltratt
- [pypy-commit] pypy stmgc-c7: Re-add a line that was lost during merge (this line is the diff
arigo
- [pypy-commit] pypy stmgc-c7: With STM, lightweight finalizers must not contain any setfield.
arigo
- [pypy-commit] stmgc c8-small-uniform: merge new page handling (WIP)
Raemi
- [pypy-commit] stmgc c8-small-uniform: switch allocation to using file pages instead of segment 0
Raemi
- [pypy-commit] pypy stmgc-c7: Hopefully finish the RPython interfacing with stm hashtables.
arigo
- [pypy-commit] stmgc c8-small-uniform: fix
Raemi
- [pypy-commit] pypy stmgc-c7: Add _stm.hashtable().
arigo
- [pypy-commit] pypy stmgc-c7: various fixes until llsupport/test/* pass again
arigo
- [pypy-commit] pypy stmgc-c7: Kill special lock support for now
arigo
- [pypy-commit] pypy stmgc-c7: fixes
arigo
- [pypy-commit] stmgc c8-small-uniform: another small fix
Raemi
- [pypy-commit] pypy stmgc-c7: Temporarily ignore the @must_be_light_finalizer if it causes troubles
arigo
- [pypy-commit] pypy stmgc-c7: Add _stm.time() and _stm.clock().
arigo
- [pypy-commit] pypy stmgc-c7: Use 'extern' here, just to make it easier to find after we merge with the current default.
arigo
- [pypy-commit] pypy stmgc-c7: Test and fix
arigo
- [pypy-commit] pypy ssa-flow: Renovate SSA_to_SSI() and use it instead of fixeggblocks().
rlamy
- [pypy-commit] pypy ssa-flow: make SSA_to_SSI accept only graphs, fix tests
rlamy
- [pypy-commit] pypy ssa-flow: Eliminate empty blocks before calling SSA_to_SSI()
rlamy
- [pypy-commit] pypy ssa-flow: give Variables the right name from the start
rlamy
- [pypy-commit] pypy ssa-flow: Don't pass unchanged Variable objects through links
rlamy
- [pypy-commit] pypy ssa-flow: split two rather unrelated code paths
rlamy
- [pypy-commit] pypy ssa-flow: Assign variable names more locally
rlamy
- [pypy-commit] pypy ssa-flow: Rename FrameState.__eq__ to .matches
rlamy
- [pypy-commit] pypy ssa-flow: clean up and kill dead code
rlamy
- [pypy-commit] pypy ssa-flow: move SSA_to_SSI() call from build_flow() to simplify_graph()
rlamy
- [pypy-commit] pypy default: backout 3532a779652c and define as well as declare for MSVC, unbreaks -A tests
mattip
- [pypy-commit] stmgc c8-small-uniform: more debugging
Raemi
- [pypy-commit] pypy default: Test and fix
arigo
- [pypy-commit] pypy recursion_and_inlining: Unroll a (customisable) fixed number of iterations of recursive functions.
ltratt
- [pypy-commit] pypy optresult: type specialize instances of resop
fijal
- [pypy-commit] pypy optresult: hack enough to import optimizeopt tests
fijal
- [pypy-commit] pypy optresult: hack oparser to pass it's own tests. Don't care about the obscure features for now
fijal
- [pypy-commit] pypy default: try a slightly more efficient logic to avoid some dict lookups for every operation (likely doomed to be lost in the noise though)
fijal
- [pypy-commit] pypy optresult: small progres
fijal
- [pypy-commit] pypy optresult: merge default
fijal
- [pypy-commit] lang-smalltalk rstrategies: More info in README
anton_gulenko
- [pypy-commit] lang-smalltalk rstrategies: Changed comment
anton_gulenko
- [pypy-commit] lang-smalltalk rstrategies: Merged default.
anton_gulenko
- [pypy-commit] lang-smalltalk rstrategies: Changed --help output.
anton_gulenko
- [pypy-commit] lang-smalltalk strategies-allocRemoval: <closed>
anton_gulenko
- [pypy-commit] lang-smalltalk refactoring-virtualizable: <closed>
anton_gulenko
- [pypy-commit] lang-smalltalk default: Merged rstrategies.
anton_gulenko
- [pypy-commit] lang-smalltalk default: Changed README to windows line endings.
anton_gulenko
- [pypy-commit] lang-smalltalk default: Trying to fix lists in README markdown.
anton_gulenko
- [pypy-commit] pypy default: We must also add -fPIC here (building --shared with shadowstack)
arigo
- [pypy-commit] pypy stmgc-c7: We must also add -fPIC here (building --shared with shadowstack)
arigo
- [pypy-commit] lang-smalltalk default: Unix line endings.
anton_gulenko
- [pypy-commit] lang-smalltalk default: Trying to fixed README lists.
anton_gulenko
- [pypy-commit] pypy stmgc-c7: (untested) rewrite this part of _write_barrier_fastpath to no
arigo
- [pypy-commit] pypy kill-rctime: Close branch about to be closed
amauryfa
- [pypy-commit] pypy default: Merge branch kill-rctime: finally rename pypy/module/rctime to pypy/module/time.
amauryfa
- [pypy-commit] pypy default: Don't know whether these modules actually work on sunos5, but the excuse 'depends on ctypes' does not stand anymore.
amauryfa
- [pypy-commit] pypy default: (amaury, alex) Remove some now-pointless code since rctime is dead.
alex_gaynor
- [pypy-commit] pypy ssa-flow: create remove_trivial_links(): the SSA version of join_blocks()
rlamy
- [pypy-commit] pypy default: fix test_executor
fijal
- [pypy-commit] pypy stmgc-c7: Update "import_stmgc.py" to show which new files need to
arigo
- [pypy-commit] pypy stmgc-c7: Add the missing part about recording pauses.
arigo
- [pypy-commit] pypy stmgc-c7: update from the changes done in the list of operations
arigo
- [pypy-commit] pypy stmgc-c7: add useful time line to print_stm_log in order to see if the time was lost in
Raemi
- [pypy-commit] buildbot default: Copy libpypy-c.so to pypy checkout for translated test build
bivab
- [pypy-commit] pypy optresult: hack enough to make the first test from optimizebasic pass
fijal
- [pypy-commit] pypy optresult: hack hack hack
fijal
- [pypy-commit] pypy optresult: more hacking
fijal
- [pypy-commit] pypy optresult: whack until a third of test_optimizebasic passes, nothing to see there, really
fijal
- [pypy-commit] pypy ssa-flow: transform_dead_op_vars() is compatible with SSA
rlamy
- [pypy-commit] pypy ssa-flow: transform_dead_op_vars earlier
rlamy
- [pypy-commit] pypy ssa-flow: optimise remove_trivial_links()
rlamy
- [pypy-commit] pypy ssa-flow: begin adapting remove_identical_vars() to SSA
rlamy
- [pypy-commit] pypy default: Optimize mmap slicing with step != 1
alex_gaynor
- [pypy-commit] pypy ssa-flow: fix remove_identical_vars_SSA()
rlamy
- [pypy-commit] pypy ssa-flow: UnionFind: ensure meaningful result when absorb() isn't commutative
rlamy
- [pypy-commit] pypy ssa-flow: coalesce_bool() sort of requires SSI, actually
rlamy
- [pypy-commit] pypy ssa-flow: remove_trivial_links() does not need to rename anything if done after remove_identical_vars()
rlamy
- [pypy-commit] pypy ssa-flow: fix test
rlamy
- [pypy-commit] pypy ssa-flow: make constant-folding exit switches a separate pass
rlamy
- [pypy-commit] pypy ssa-flow: SSA_to_SSI() isn't needed in cleanup_graph()
rlamy
- [pypy-commit] pypy ssa-flow: fix 2 tests: replace expected results with equivalent forms
rlamy
- [pypy-commit] pypy ssa-flow: rm debugging cruft
rlamy
- [pypy-commit] pypy ssa-flow: make variable ordering deterministic in SSA_to_SSI()
rlamy
- [pypy-commit] pypy ssa-flow: close branch before merging
rlamy
- [pypy-commit] pypy default: merge branch ssa-flow
rlamy
- [pypy-commit] pypy default: extract the costly call to check_no_flags() in a separate method
rlamy
- [pypy-commit] pypy default: Call the expensive check_no_flags() only in tests
rlamy
- [pypy-commit] pypy default: remove expensive check
rlamy
- [pypy-commit] pypy default: remove unused import
alex_gaynor
- [pypy-commit] cffi default: update docs
arigo
- [pypy-commit] cffi default: Update the TODO
arigo
- [pypy-commit] pypy default: move decoration to declaration not definition for MSVC
mattip
- [pypy-commit] pypy optresult: hack on failargs a bit
fijal
- [pypy-commit] pypy optresult: hack hack hack until we get the right oparse (I don't want to care)
fijal
- [pypy-commit] extradoc extradoc: initial version of tornado stm blog post
kostialopuhin
- [pypy-commit] extradoc extradoc: pff, the variation was high because I did not wait untill all requests finished
kostialopuhin
- [pypy-commit] extradoc extradoc: fix and simplify
kostialopuhin
- [pypy-commit] extradoc extradoc: wip
kostialopuhin
- [pypy-commit] extradoc extradoc: astar benchmark results
kostialopuhin
- [pypy-commit] extradoc extradoc: fix spelling, finish
kostialopuhin
- [pypy-commit] extradoc extradoc: Merged in kostialopuhin/extradoc (pull request #3)
arigo
- [pypy-commit] creflect default: more command-line tweaks
arigo
- [pypy-commit] creflect default: Refactoring in progress...
arigo
- [pypy-commit] creflect default: Adapt more tests
arigo
- [pypy-commit] pypy default: py3k compat
pjenvey
- [pypy-commit] pypy py3k: kill rctime reference
pjenvey
- [pypy-commit] pypy expressions-2: Create expression object V_Type and use it during flowing
rlamy
- [pypy-commit] pypy expressions-2: apply variable renaming to V_Type
rlamy
- [pypy-commit] pypy expressions-2: Allow expressions to tell which variables they depend on
rlamy
- [pypy-commit] pypy expressions-2: op.assign is removable
rlamy
- [pypy-commit] pypy expressions-2: fix generators
rlamy
- [pypy-commit] pypy expressions-2: fix checkgraph()
rlamy
- [pypy-commit] pypy expressions-2: Make sure that inputargs contains only Variables
rlamy
- [pypy-commit] pypy expressions-2: create ExceptBlock class
rlamy
- [pypy-commit] pypy expressions-2: refactor join_blocks()
rlamy
- [pypy-commit] pypy expressions-2: remove op.assign hack
rlamy
- [pypy-commit] pypy expressions-2: move V_Type to flowspace/
rlamy
- [pypy-commit] pypy expressions-2: Clean up V_Type code, add tests
rlamy
- [pypy-commit] pypy expressions-2: fix simplify.py to handle expressions
rlamy
- [pypy-commit] pypy expressions: branch superseded by expressions-2
rlamy
- [pypy-commit] pypy ufuncapi: almost complete program flow, refactoring needed
mattip
- [pypy-commit] creflect default: Kill stuff, and start to pass some tests.
arigo
- [pypy-commit] creflect default: Fix more tests
arigo
- [pypy-commit] creflect default: progress
arigo
- [pypy-commit] creflect default: fixes
arigo
- [pypy-commit] pypy py3k: RPY_EXPORTED_FOR_TESTS -> RPY_EXTERN
pjenvey
- [pypy-commit] creflect default: more progress
arigo
- [pypy-commit] creflect default: Kill file, duplicate from func-003.c
arigo
- [pypy-commit] creflect default: Functions!
arigo
- [pypy-commit] creflect default: Properly lay out the current limitations
arigo
- [pypy-commit] creflect default: in-progress
arigo
- [pypy-commit] creflect default: Pass the base case of a global function declaration.
arigo
- [pypy-commit] creflect default: fix test
arigo
- [pypy-commit] creflect default: Pass the next test
arigo
- [pypy-commit] creflect default: Streamline the declaration of functions.
arigo
- [pypy-commit] pypy expressions-2: Hide c_last_exception as an implementation detail of Block
rlamy
- [pypy-commit] pypy expressions-2: fix
rlamy
- [pypy-commit] pypy optresult: push push push, until we get back to optpure
fijal
- [pypy-commit] pypy optresult: hack enough to get the basic test go to the backend
fijal
- [pypy-commit] cffi default: Revert a side-effect of f31f43f81992: allow again multiple declarations
arigo
- [pypy-commit] creflect default: Starting on global vars
arigo
- [pypy-commit] creflect default: Global arrays
arigo
- [pypy-commit] pypy stmgc-c7: check for STM_WAIT_FREE_SEGMENT too
Raemi
- [pypy-commit] pypy stmgc-c7: add basic plot_stm_log script
Raemi
- [pypy-commit] pypy stmgc-c7: plot pauses
Raemi
- [pypy-commit] creflect default: First part of glob-003
arigo
- [pypy-commit] creflect default: constdecl
arigo
- [pypy-commit] creflect default: Constant chars
arigo
- [pypy-commit] creflect default: Test that "const int" also work with #defines
arigo
- [pypy-commit] creflect default: Preference number for otherwise-equivalent integer types
arigo
- [pypy-commit] creflect default: adapt next test
arigo
- [pypy-commit] creflect default: Global function pointers
arigo
- [pypy-commit] creflect default: pass the remaining func tests
arigo
- [pypy-commit] creflect default: add a passing test
arigo
- [pypy-commit] creflect default: typedefs of function pointers: check more precisely the type if needed
arigo
- [pypy-commit] creflect default: pass simple structs again
arigo
- [pypy-commit] creflect default: next test
arigo
- [pypy-commit] creflect default: final test!
arigo
- [pypy-commit] creflect default: check for char more precisely
arigo
- [pypy-commit] creflect default: basic case for floats
arigo
- [pypy-commit] creflect default: floats, other case
arigo
- [pypy-commit] creflect default: float consts
arigo
- [pypy-commit] creflect default: rename INTCONST to NUMCONST too
arigo
- [pypy-commit] creflect default: long double test. Add some older test files that I forgot.
arigo
- [pypy-commit] creflect default: Small reorganizations until all tests pass
arigo
- [pypy-commit] pypy ufuncapi: correct the test so it now fails
mattip
- [pypy-commit] pypy ufuncapi: refactor and use coalescing to pass a test
mattip
- [pypy-commit] pypy ufuncapi: fix test_ztranslation
mattip
- [pypy-commit] pypy stmgc-c7: Tweaks to reduce the diff from default
arigo
- [pypy-commit] pypy stmgc-c7: hg merge default
arigo
- [pypy-commit] pypy stmgc-c7: Fix (and reduce the diff to default)
arigo
- [pypy-commit] pypy stmgc-c7: merge heads
arigo
- [pypy-commit] pypy default: remove obsolete special case
rlamy
- [pypy-commit] pypy stmgc-c7: more dont_look_insides
arigo
- [pypy-commit] pypy optresult: fix llgraph backend to run the first test
fijal
- [pypy-commit] pypy optresult: start whacking at runner test
fijal
- [pypy-commit] pypy optresult: port some of test_runner
fijal
- [pypy-commit] pypy optresult: merged default
fijal
- [pypy-commit] pypy stmgc-c7: attach clickable info to plot elements
Raemi
- [pypy-commit] pypy optresult: fix the imports, but not the tests
fijal
- [pypy-commit] pypy optresult: fix test_logger
fijal
- [pypy-commit] pypy optresult: stop cloning stuff in compile.py, we need to investigate why it happens
fijal
- [pypy-commit] pypy issue1922-take2: match different virtualenv versions on top of arigo's patch
Wouter van Heyst
- [pypy-commit] pypy issue1922-take2: add versions
Wouter van Heyst
- [pypy-commit] pypy default: Merged larstiq/pypy-virtualenv/issue1922-take2 into default
arigo
- [pypy-commit] pypy default: Remove the calls to pin/unpin statically if our GC doesn't support them.
arigo
- [pypy-commit] pypy stmgc-c7: Small fixes
arigo
- [pypy-commit] pypy stmgc-c7: next one
arigo
- [pypy-commit] pypy py3k: reapply our time module deltas from rctime
pjenvey
- [pypy-commit] pypy default: Use consistent terminology for offset vs instruction:
rlamy
- [pypy-commit] pypy ufuncapi: pass cpyext ndarrayobject ufunc test
mattip
- [pypy-commit] pypy framestate: Split locals from stack in FlowContext - WIP
rlamy
- [pypy-commit] pypy framestate: Actually split locals from stack in FlowContext + cleanup
rlamy
- [pypy-commit] pypy.org extradoc: Still add README for Bitbucket
techtonik
- [pypy-commit] pypy.org extradoc: Beautify navigation - insert <br/> after Contact
techtonik
- [pypy-commit] pypy.org extradoc: numpydonate: Link to numpy blog feed and to buildbot dashboard
techtonik
- [pypy-commit] pypy default: Update the doc: one difference with CPython disappeared, but
arigo
- [pypy-commit] pypy default: Add a warning about comparing strings with ``is``.
arigo
- [pypy-commit] pypy intern-not-immortal: Make intern() return non-immortal strings, like it does in CPython.
arigo
- [pypy-commit] pypy intern-not-immortal: Try to fix marshal's handling of interned strings
arigo
- [pypy-commit] pypy intern-not-immortal: Test and fix
arigo
- [pypy-commit] pypy intern-not-immortal: Intern the identifier-like strings that appear in the compiled code.
arigo
- [pypy-commit] pypy default: Obscure one-time crash of the test: maybe the file descriptor 42 was in use?
arigo
- [pypy-commit] pypy intern-not-immortal: ready to merge
arigo
- [pypy-commit] pypy default: Merge intern-not-immortal: fix intern() to return mortal strings,
arigo
- [pypy-commit] pypy stmgc-c7: fix plot to show all threads
Raemi
- [pypy-commit] pypy framestate: inline save_locals_stack() and restore_locals_stack()
rlamy
- [pypy-commit] pypy framestate: Use a simple variable-sized list for the stack
rlamy
- [pypy-commit] pypy framestate: Make FlowSignal interface more convenient
rlamy
- [pypy-commit] pypy default: fix some socket tests for python.org changes
bdkearns
- [pypy-commit] pypy framestate: get RaiseImplicit.rebuild to behave as it should
rlamy
- [pypy-commit] pypy framestate: Refactor FrameState
rlamy
- [pypy-commit] pypy framestate: fix exception merging
rlamy
- [pypy-commit] pypy framestate: Remove unnecessary complications in framestate.py
rlamy
- [pypy-commit] pypy optresult: reinstantiate cloning
fijal
- [pypy-commit] pypy optresult: clone enough to pass the first test
fijal
- [pypy-commit] pypy default: Kill obmalloc. Shockingly everything nicely passes
fijal
- [pypy-commit] pypy default: kill mentions of obmalloc here
fijal
- [pypy-commit] pypy optresult: hack hack hack until we start passing more tests from test_loop
fijal
- [pypy-commit] extradoc extradoc: numpy versions of these benchmarks
hakanardo
- [pypy-commit] extradoc extradoc: merge
hakanardo
- [pypy-commit] extradoc extradoc: last few results
hakanardo
- [pypy-commit] cffi default: CPython: Silent GCC -Wconversion warnings
dalcinl
- [pypy-commit] cffi default: Add test for approximate return types
dalcinl
- [pypy-commit] cffi default: CPython: Add explicit typecasts in _cffi_from_c_int()
dalcinl
- [pypy-commit] cffi default: Add and fix tests for enumerations
dalcinl
- [pypy-commit] cffi default: Fix test for approximate floating point return type
dalcinl
- [pypy-commit] cffi default: Enable GCC/Clang -Wconversion and add tests for expected failures
dalcinl
- [pypy-commit] cffi default: Redo the original intention of a couple of extra tests.
arigo
- [pypy-commit] pypy default: Fix test
arigo
- [pypy-commit] pypy portable-threadlocal: Idea: group in a raw struct all thread-local variables, including a
arigo
- [pypy-commit] pypy portable-threadlocal: in-progress: refactor the threadlocal through the translation toolchain
arigo
- [pypy-commit] pypy portable-threadlocal: small fixes
arigo
- [pypy-commit] pypy portable-threadlocal: More fixes. Now basically works on the framework GC too.
arigo
- [pypy-commit] pypy portable-threadlocal: Clean up rstack.{py, c, h} by removing an obscure conditional include
arigo
- [pypy-commit] pypy portable-threadlocal: missing include
arigo
- [pypy-commit] pypy portable-threadlocal: Use tabs here (very old function)
arigo
- [pypy-commit] pypy portable-threadlocal: rthread.get_ident() non-translated
arigo
- [pypy-commit] pypy portable-threadlocal: in-progress
arigo
- [pypy-commit] pypy portable-threadlocal: For debugging, in ThreadDie(), set the thread-local data to 0xDD
arigo
- [pypy-commit] pypy portable-threadlocal: Kill RPyThreadGetIdent(), and just copy the (easy) logic in module/_ssl.
arigo
- [pypy-commit] pypy portable-threadlocal: add comments
arigo
- [pypy-commit] pypy portable-threadlocal: one more
arigo
- [pypy-commit] pypy optresult: A bunch of progress
fijal
- [pypy-commit] pypy optresult: fix fix fix
fijal
- [pypy-commit] pypy optresult: hack at tests for the first test_expand_xxx to pass
fijal
- [pypy-commit] pypy default: remove outdated comment
arigo
- [pypy-commit] pypy default: fix comments
arigo
- [pypy-commit] pypy portable-threadlocal: Test and fix
arigo
- [pypy-commit] pypy portable-threadlocal: Clean up and adpat the JIT to the new threadlocals. Still missing:
arigo
- [pypy-commit] pypy optresult: fix test_resume
fijal
- [pypy-commit] pypy portable-threadlocal: Implement OS_THREADLOCALREF_ADDR in the x86 backend.
arigo
- [pypy-commit] pypy portable-threadlocal: in-progress: ARM support
arigo
- [pypy-commit] pypy default: Tweak the logic for ll_isinstance(): in the common case of no
arigo
- [pypy-commit] pypy optresult: fix test_executor
fijal
- [pypy-commit] pypy optresult: Port 30% of runner_test
fijal
- [pypy-commit] pypy default: Fix test_pypy_c/model to be a bit less lenient in matching vars. For
arigo
- [pypy-commit] pypy portable-threadlocal: Found out that the jit works, but produces too much cruft in the traces.
arigo
- [pypy-commit] pypy optresult: whack whack whack
fijal
- [pypy-commit] pypy framestate: cache FrameState.mergeable
rlamy
- [pypy-commit] pypy framestate: Create BCInstruction class
rlamy
- [pypy-commit] pypy framestate: Use consistent terminology for offset vs instruction:
rlamy
- [pypy-commit] pypy framestate: Implement registration of opcodes
rlamy
- [pypy-commit] pypy framestate: Add hook to customize opcode decoding
rlamy
- [pypy-commit] pypy framestate: Resolve LOAD_CONST constants at decoding time
rlamy
- [pypy-commit] pypy framestate: Resolve names at decoding time
rlamy
- [pypy-commit] pypy framestate: create class GenericOpcode
rlamy
- [pypy-commit] pypy framestate: fix test_all_opcodes_defined()
rlamy
- [pypy-commit] pypy framestate: create BytecodeReader
rlamy
- [pypy-commit] pypy framestate: store opcode definitions in the bc_reader object
rlamy
- [pypy-commit] pypy framestate: implement unary operations as BCInstruction classes
rlamy
- [pypy-commit] pypy framestate: implement binary operations as BCInstruction classes
rlamy
- [pypy-commit] pypy framestate: Create HostCode.disassemble()
rlamy
- [pypy-commit] pypy framestate: Decode the bytecode up-front
rlamy
- [pypy-commit] pypy framestate: move disassemble() to BytecodeReader
rlamy
- [pypy-commit] pypy framestate: Set up infrastructure for bytecode-level flow graphs
rlamy
- [pypy-commit] pypy framestate: kill BytecodeGraph.pendingblocks
rlamy
- [pypy-commit] pypy framestate: move .read() to BytecodeGraph
rlamy
- [pypy-commit] pypy framestate: Create BytecodeGraph.next_pos() and use it.
rlamy
- [pypy-commit] pypy framestate: Add Opcodes JUMP_FORWARD and JUMP_ABSOLUTE
rlamy
- [pypy-commit] pypy framestate: remove superseded FSFrame opcode methods
rlamy
- [pypy-commit] pypy framestate: handle POP_JUMP_IF_FALSE in the bc_flow() phase
rlamy
- [pypy-commit] pypy framestate: handle POP_JUMP_IF_TRUE in the bc_flow() phase
rlamy
- [pypy-commit] pypy framestate: Add SETUP_EXCEPT instruction
rlamy
- [pypy-commit] pypy framestate: pass instructions into ctx.handle_bytecode() instead of offsets
rlamy
- [pypy-commit] pypy framestate: create bc_reader.build_code()
rlamy
- [pypy-commit] pypy framestate: initialise HostCode.graph more explicitly
rlamy
- [pypy-commit] pypy framestate: move .build_flow() to BytecodeReader
rlamy
- [pypy-commit] pypy framestate: simplify FrameBlock constructor
rlamy
- [pypy-commit] pypy framestate: start refactoring bc_reader.build_flow()
rlamy
- [pypy-commit] pypy framestate: wip
rlamy
- [pypy-commit] pypy framestate: move graph.pos_index init into the main loop of build_flow()
rlamy
- [pypy-commit] pypy framestate: move graph._next_pos init into the main loop of build_flow()
rlamy
- [pypy-commit] pypy framestate: Add .pending_blocks: mapping of target offsets to peredeclared blocks
rlamy
- [pypy-commit] pypy framestate: Extract opcode-specific parts of build_flow() into a method
rlamy
- [pypy-commit] pypy framestate: make prepare_flow() methods explicit for flow opcodes
rlamy
- [pypy-commit] pypy framestate: almost kill JUMP_XXX.bc_flow()
rlamy
- [pypy-commit] pypy framestate: move graph._next_pos init to _iter_instr() and really kill JUMP_XXX.bc_flow()
rlamy
- [pypy-commit] pypy framestate: Merge prepare_flow() and bc_flow()
rlamy
- [pypy-commit] pypy framestate: cleanup
rlamy
- [pypy-commit] pypy framestate: Add DUP_TOP, POP_TOP BCInstructions
rlamy
- [pypy-commit] pypy framestate: Add reliable way of finding the next block
rlamy
- [pypy-commit] pypy framestate: Add JUMP_IF_FALSE_OR_POP, JUMP_IF_TRUE_OR_POP
rlamy
- [pypy-commit] pypy framestate: more validation of bc_graph: check that all blocks have exits
rlamy
- [pypy-commit] pypy framestate: reimplement bc_graph.next_pos using pos_index and block exits
rlamy
- [pypy-commit] pypy framestate: kill ._next_pos
rlamy
- [pypy-commit] pypy framestate: Add dumb way of dumping BC graphs
rlamy
- [pypy-commit] pypy framestate: Don't tie the FlowContext's notion of position with offsets
rlamy
- [pypy-commit] pypy framestate: Move PyGraph creation inside FlowContext.__init__
rlamy
- [pypy-commit] pypy portable-threadlocal: Implement this thread-local variant in the JIT.
arigo
- [pypy-commit] pypy default: Tweak the repr of loops shown e.g. in test_pypy_c/.
arigo
- [pypy-commit] pypy portable-threadlocal: Don't use GCREF here, but only OBJECTPTR. Avoids 'mark_opaque_ptr' in
arigo
- [pypy-commit] pypy portable-threadlocal: hg merge default
arigo
- [pypy-commit] pypy default: cleanup/arrange imports
pjenvey
- [pypy-commit] pypy optresult: finish porting test_runner (yay!)
fijal
- [pypy-commit] pypy portable-threadlocal: fixes
arigo
- [pypy-commit] pypy portable-threadlocal: Update the test
arigo
- [pypy-commit] pypy optresult: gah, that took forever to fix
fijal
- [pypy-commit] pypy optresult: port some more tests and fix some issues
fijal
- [pypy-commit] pypy framestate: Use (bc_block, index-in-block) as position
rlamy
- [pypy-commit] pypy framestate: create bc_graph.iter_instr()
rlamy
- [pypy-commit] pypy framestate: move FOR_ITER
rlamy
- [pypy-commit] pypy framestate: return blocks, not offsets, from FOR_ITER.eval()
rlamy
- [pypy-commit] pypy framestate: return positions from handle_bytecode()
rlamy
- [pypy-commit] pypy framestate: inline handle_bytecode()
rlamy
- [pypy-commit] pypy portable-threadlocal: test and fix for the no-__thread case
arigo
- [pypy-commit] pypy optresult: FORCE_TOKEN returns a GCREF. otherwise just whack whack until more tests pass
fijal
- [pypy-commit] pypy default: Add 'int_signext' to replace the three instructions which have all very
arigo
- [pypy-commit] pypy default: Change cffi's primitive integer type to use int_signext (via type casts)
arigo
- [pypy-commit] pypy portable-threadlocal: fix test
arigo
- [pypy-commit] pypy default: Wrong instruction.
arigo
- [pypy-commit] pypy portable-threadlocal: document as_key() and add one for RawSPStackLocation, needed now
arigo
- [pypy-commit] pypy default: Debian gcc 4.9.2 seems to be emmiting some nb variant instructions
stefanor
- [pypy-commit] pypy portable-threadlocal: next fix
arigo
- [pypy-commit] pypy portable-threadlocal: fix
arigo
- [pypy-commit] pypy portable-threadlocal: ready for merge. (Windows status unknown.)
arigo
- [pypy-commit] pypy default: hg merge portable-threadlocal
arigo
- [pypy-commit] pypy default: issue #1921: produce switches on ints which don't promote the incoming
arigo
- [pypy-commit] pypy default: Add integer bounds to 'int_signext' results.
arigo
- [pypy-commit] pypy default: bah
arigo
- [pypy-commit] creflect default: Change to group all CREFLECT sections inside a single function
arigo
- [pypy-commit] creflect default: Tweak the command-line interface
arigo
- [pypy-commit] creflect default: If the tool crashes, output a #error line in the interrupted output file
arigo
- [pypy-commit] creflect default: Add a test and fix for an empty struct declaration
arigo
- [pypy-commit] creflect default: Use of a typedef'ed name: first in globals
arigo
- [pypy-commit] cffi HERE-in-paths: Allow specifying $HERE in the paths given to verify()
arigo
- [pypy-commit] creflect default: Support for "typedef ... sometype; "
arigo
- [pypy-commit] creflect default: Support '#define FOO <some integer constant>'
arigo
- [pypy-commit] extradoc extradoc: Thank-you-psf-2
fijal
- [pypy-commit] extradoc extradoc: Add my own comments in three places
arigo
- [pypy-commit] extradoc extradoc: add an image with tornado stm benchmark results
kostialopuhin
- [pypy-commit] extradoc extradoc: Updates
arigo
- [pypy-commit] extradoc extradoc: merge heads
arigo
- [pypy-commit] pypy default: Support threadlocalref_{addr, get} when running on the llinterp too.
arigo
- [pypy-commit] pypy default: Remove 'int_signext' on an argument that is already known to be
arigo
- [pypy-commit] creflect default: Transform function argument types as C does
arigo
- [pypy-commit] creflect default: A tool in C to dump the reflection information stored in a library
arigo
- [pypy-commit] creflect default: Parsing simple C declarations, starting
arigo
- [pypy-commit] creflect default: simple arrays
arigo
- [pypy-commit] creflect default: The next part is a bit annoying and requires delaying the calls to
arigo
- [pypy-commit] pypy default: Make python2.6 compatible, which I think we still care about?
alex_gaynor
- [pypy-commit] creflect default: simple function types
arigo
- [pypy-commit] creflect default: more primitive types
arigo
- [pypy-commit] creflect default: incomplete arrays
arigo
- [pypy-commit] creflect default: typedef'ed identifiers
arigo
- [pypy-commit] creflect default: ellipsis in function types
arigo
- [pypy-commit] creflect default: The two special rules for function argument types
arigo
- [pypy-commit] creflect default: Fix error cases
arigo
- [pypy-commit] creflect default: The remaining primitive types
arigo
- [pypy-commit] creflect default: structs and unions
arigo
- [pypy-commit] creflect default: small rewrites
arigo
- [pypy-commit] creflect default: More corner cases
arigo
- [pypy-commit] creflect default: tweak
arigo
- [pypy-commit] creflect default: tweaks
arigo
- [pypy-commit] pypy optresult: a minor rewrite + minor progress here, not sure about the correct API yet
fijal
- [pypy-commit] pypy optresult: small progress, I might reverse the whole approach though
fijal
- [pypy-commit] creflect default: Kill a feature, with comments for why
arigo
- [pypy-commit] creflect default: Standardize the location and usage of the .c/.h files
arigo
- [pypy-commit] creflect default: more fixes
arigo
- [pypy-commit] pypy ufuncapi: handle the difference between the GenericUfuncApi and the GeneralizedUfuncApi
mattip
- [pypy-commit] pypy ufuncapi: assert yet again that args_w contains W_NDimArray items for translation
mattip
- [pypy-commit] creflect default: Make the second argument to 'creflect' optional (defaults to the first
arigo
- [pypy-commit] creflect default: Move 'test' into 'creflect' and start the 'zeffir' package. ('zeffir'
arigo
- [pypy-commit] creflect default: tweak tweak tweak
arigo
- [pypy-commit] pypy ufuncapi: each call resets the steps, dims
mattip
- [pypy-commit] creflect default: The minimum (hum) to make the "assert lib.forty_two == 42" pass
arigo
- [pypy-commit] buildbot default: Disable the 'ppc-jit-backend' nightly builder that keeps checking the
arigo
- [pypy-commit] creflect default: Split zeffir.c into pieces, to avoid ending up like _cffi_backend.c
arigo
- [pypy-commit] pypy default: an attempt to improve nditer performance in simple cases
fijal
- [pypy-commit] pypy default: another attempt at improving performance
fijal
- [pypy-commit] pypy default: fix, thanks alex
fijal
- [pypy-commit] pypy ufuncapi: more tests, start to fix type_resolver and alloc_outargs
mattip
- [pypy-commit] creflect default: in-progress: refactoring: like C, we distinguish now "type qualifiers"
arigo
- [pypy-commit] creflect default: still in-progress
arigo
- [pypy-commit] pypy py3k: redo atom_strlist which we still need w/ a smaller diff from default
pjenvey
- [pypy-commit] creflect default: fix fix done
arigo
- [pypy-commit] creflect default: fix
arigo
Last message date:
Sun Nov 30 23:48:14 CET 2014
Archived on: Sun Nov 30 23:48:50 CET 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).