Author: Carl Friedrich Bolz <[email protected]> Branch: extradoc Changeset: r5089:517c4014f158 Date: 2013-10-15 12:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/517c4014f158/
Log: two typos diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incremental-gc.rst --- a/blog/draft/incremental-gc.rst +++ b/blog/draft/incremental-gc.rst @@ -32,7 +32,7 @@ from the outside. CPython employs a cyclic garbage collector which is used to find such cycles. It walks over all objects in memory, starting from some known roots, such as ``type`` objects, variables on the stack, etc. This solves the -problem, but can create noticable, undeterministic GC pauses as the heap +problem, but can create noticeable, nondeterministic GC pauses as the heap becomes large and convoluted. PyPy essentially has only the cycle finder - it does not bother with reference _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
