Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: _siphash24-collecting
Changeset: r97742:3a1a3aada546
Date: 2019-10-09 11:06 +0200
http://bitbucket.org/pypy/pypy/changeset/3a1a3aada546/
Log: be closer to what the translation does, which actually makes the
test pass (hence it didn't reproduce the actual problem)
diff --git a/rpython/memory/gctransform/test/test_framework.py
b/rpython/memory/gctransform/test/test_framework.py
--- a/rpython/memory/gctransform/test/test_framework.py
+++ b/rpython/memory/gctransform/test/test_framework.py
@@ -174,6 +174,7 @@
return _siphash24('abc')
t = rtype(entrypoint, [s_list_of_strings])
+ backend_optimizations(t, clever_malloc_removal=False, storesink=True)
t.config.translation.gc = "minimark"
cbuild = CStandaloneBuilder(t, entrypoint, t.config,
gcpolicy=FrameworkGcPolicy2)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit