Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r5214:2c6c55e951e5 Date: 2014-05-02 10:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/2c6c55e951e5/
Log: Avoid using the word 'hardware' to describe our purely-STM system. diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex --- a/talk/icooolps2014/position-paper.tex +++ b/talk/icooolps2014/position-paper.tex @@ -383,9 +383,10 @@ synchronise memory accesses using atomic blocks. Unfortunately, STM has a big performance problem. One way to approach -this problem is to make STM systems that use the available hardware -better. We are currently working on a STM system that makes use of -several hardware features like virtual memory and memory segmentation. +this problem is to make STM systems that make better use of low-level +features in existing OS kernels. +We are currently working on a STM system that makes use of +several such features like virtual memory and memory segmentation. We further tailor the system to the discussed use case which gives us an advantage over other STM systems that are more general. With this approach, initial results suggest that we can keep the overhead of STM _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit