about summary refs log tree commit diff stats
path: root/apps/pack
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-26 22:11:23 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-26 22:11:23 -0800
commit70187b1c01a0540bc677fbbfeaef129549d3075d (patch)
treeac869a1cabf2d0bf839cfbe93e22d304662e4693 /apps/pack
parent55628fb6932c0468ca7f20db6ed3ec454be8c91f (diff)
downloadmu-70187b1c01a0540bc677fbbfeaef129549d3075d.tar.gz
5765
A couple more primitives now working. In the process I ran into an issue
with some buffer filling up when running ntranslate. Isolating it to survey.subx
was straightforward, but --trace ran out of RAM, and --trace --dump ran
out of (7GB of) disk. In the end what helped was just repeatedly inserting
exits at different points, and I realized there was a magic number that
hadn't been turned into a named constant.
Diffstat (limited to 'apps/pack')
-rwxr-xr-xapps/packbin55284 -> 55288 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/pack b/apps/pack
index 8835b079..2df718bb 100755
--- a/apps/pack
+++ b/apps/pack
Binary files differ