[pypy-svn] r77527 - pypy/branch/larger-writebarrier
arigo at codespeak.net
arigo at codespeak.net
Fri Oct 1 16:24:15 CEST 2010
Author: arigo
Date: Fri Oct 1 16:24:13 2010
New Revision: 77527
Added:
pypy/branch/larger-writebarrier/
- copied from r77526, pypy/trunk/
Log:
It seems that "smaller-writebarrier" may have had a performance
impact on a few benchmarks. In this branch I am going to try
a mixed solution: using the same two-args write barrier for
regular setfields, and the smaller (2 args instead of 3) version
for setarrayitem.
More information about the Pypy-commit
mailing list