Author: Maciej Fijalkowski <[email protected]>
Branch: lightweight-finalizers
Changeset: r47916:dc6caa304710
Date: 2011-10-09 22:24 +0200
http://bitbucket.org/pypy/pypy/changeset/dc6caa304710/
Log: precise name of the llop
diff --git a/pypy/translator/backendopt/finalizer.py
b/pypy/translator/backendopt/finalizer.py
--- a/pypy/translator/backendopt/finalizer.py
+++ b/pypy/translator/backendopt/finalizer.py
@@ -12,7 +12,7 @@
* anything that can allocate
"""
ok_operations = ['ptr_nonzero', 'free', 'same_as',
- 'direct_ptradd', 'force_cast', 'track_allocation',
+ 'direct_ptradd', 'force_cast', 'track_alloc_stop',
'raw_free']
def analyze_simple_operation(self, op, graphinfo):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit