Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r5166:f2fa60f6ed2b Date: 2014-03-15 18:00 +0100 http://bitbucket.org/pypy/extradoc/changeset/f2fa60f6ed2b/
Log: Yet another small paragraph diff --git a/blog/draft/stm-mar2014.txt b/blog/draft/stm-mar2014.txt --- a/blog/draft/stm-mar2014.txt +++ b/blog/draft/stm-mar2014.txt @@ -35,6 +35,11 @@ you a way to enforce that a block of code runs "atomically", which means without any operation from any other thread randomly interleaved. +If you want to translate it yourself, you need a trunk version of clang +with <a href="https://bitbucket.org/pypy/stmgc/raw/default/c7/llvmfix">three patches</a> applied. That's the number of bugs that we couldn't +find workarounds for, not the total number of bugs we found by (ab)using +the <a href="http://clang.llvm.org/docs/LanguageExtensions.html#target-specific-extensions">address_space</a> feature... + Stay tuned for more! _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit