Author: Remi Meier <remi.me...@inf.ethz.ch>
Branch: extradoc
Changeset: r5216:d7be425514e9
Date: 2014-05-02 10:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/d7be425514e9/

Log:    merge

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

Reply via email to