about summary refs log tree commit diff stats
path: root/apps/assort
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-13 00:08:18 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:49 -0700
commite5118fa9fb6b1925f785f810767ca642097622d3 (patch)
treea6ee4e2dd5b491b9897bca991145d3e9b5455656 /apps/assort
parent8becbf3c542ecaf2df29ea80cf178921fbc67e82 (diff)
downloadmu-e5118fa9fb6b1925f785f810767ca642097622d3.tar.gz
handle nulls in lookup
Cleaner abstraction, but adds 3 instructions to our overhead for handles,
including one potentially-hard-to-predict jump :/

I wish I could have put the alloc id in eax for the comparison as well,
to save a few bytes of instruction space. But that messes up the non-null
case.
Diffstat (limited to 'apps/assort')
-rwxr-xr-xapps/assortbin44102 -> 44213 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/assort b/apps/assort
index 7bd69ebf..6789c614 100755
--- a/apps/assort
+++ b/apps/assort
Binary files differ