about summary refs log tree commit diff stats
path: root/apps/tests
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/tests
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/tests')
-rwxr-xr-xapps/testsbin42874 -> 42985 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/tests b/apps/tests
index dec346d2..8b90a55b 100755
--- a/apps/tests
+++ b/apps/tests
Binary files differ