From bde29e58a48881a5aa4c9a64f841248399ea1cfb Mon Sep 17 00:00:00 2001
From: Kia <kia@special-circumstanc.es>
Date: Sat, 23 May 2020 18:31:39 -0600
Subject: [PATCH] full length execute, full memory introspection

---
 python_arborist.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python_arborist.py b/python_arborist.py
index 7e12bb4..1a785d8 100644
--- a/python_arborist.py
+++ b/python_arborist.py
@@ -261,10 +261,10 @@ if __name__ == '__main__':
 
     trace = []
     def process():
-        for _ in range(16):
+        for _ in range(128):
             yield
             array = []
-            for idx in range(16):
+            for idx in range(64):
                 #print(idx)
                 x = yield nine.tapir[idx]
                 array.append(x)
-- 
GitLab