[pypy-commit] pypy optresult: write a comment

fijal noreply at buildbot.pypy.org
Fri Jun 5 16:57:38 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: optresult
Changeset: r77914:ebc5c19f748d
Date: 2015-06-05 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/ebc5c19f748d/

Log:	write a comment

diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py
--- a/pypy/module/__pypy__/__init__.py
+++ b/pypy/module/__pypy__/__init__.py
@@ -110,6 +110,10 @@
                                      'interp_magic.mapdict_cache_counter')
         PYC_MAGIC = get_pyc_magic(self.space)
         self.extra_interpdef('PYC_MAGIC', 'space.wrap(%d)' % PYC_MAGIC)
+        # XXX
+        # the following code prevents --fork-before=pyjitpl from working,
+        # proper fix would be to use some llop that is only rendered by the
+        # JIT
         #
         #try:
         #    from rpython.jit.backend import detect_cpu


More information about the pypy-commit mailing list