Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70250:623d92bb9ac3
Date: 2014-03-24 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/623d92bb9ac3/

Log:    Remove these markers again, as they were in stmgc-c4

diff --git a/rpython/jit/backend/llsupport/assembler.py 
b/rpython/jit/backend/llsupport/assembler.py
--- a/rpython/jit/backend/llsupport/assembler.py
+++ b/rpython/jit/backend/llsupport/assembler.py
@@ -331,14 +331,12 @@
         next.prev = prev
 
     @staticmethod
-    @rgc.no_collect
     def _release_gil_shadowstack():
         before = rffi.aroundstate.before
         if before:
             before()
 
     @staticmethod
-    @rgc.no_collect
     def _reacquire_gil_shadowstack():
         after = rffi.aroundstate.after
         if after:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to