[pypy-commit] pypy vmprof2: reapply

fijal noreply at buildbot.pypy.org
Fri Apr 17 10:03:04 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof2
Changeset: r76814:1971d95c6746
Date: 2015-04-17 10:02 +0200
http://bitbucket.org/pypy/pypy/changeset/1971d95c6746/

Log:	reapply

diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py
--- a/rpython/jit/backend/arm/assembler.py
+++ b/rpython/jit/backend/arm/assembler.py
@@ -883,7 +883,7 @@
         size = self.mc.get_relative_pos() 
         res = self.mc.materialize(self.cpu.asmmemmgr, allblocks,
                                    self.cpu.gc_ll_descr.gcrootmap)
-        self.cpu.asmmemmgr.register_codemap(
+        self.cpu.codemap.register_codemap(
             self.codemap.get_final_bytecode(res, size))
         return res
 


More information about the pypy-commit mailing list