about summary refs log tree commit diff stats
path: root/apps/braces
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/braces
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/braces')
-rwxr-xr-xapps/bracesbin45973 -> 46084 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/braces b/apps/braces
index a79cfb55..9df9e53b 100755
--- a/apps/braces
+++ b/apps/braces
Binary files differ