diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-13 00:08:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:49 -0700 |
commit | e5118fa9fb6b1925f785f810767ca642097622d3 (patch) | |
tree | a6ee4e2dd5b491b9897bca991145d3e9b5455656 /apps/dquotes | |
parent | 8becbf3c542ecaf2df29ea80cf178921fbc67e82 (diff) | |
download | mu-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/dquotes')
-rwxr-xr-x | apps/dquotes | bin | 47724 -> 47835 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/dquotes b/apps/dquotes
index 9ee4a375..b3b7eae8 100755
--- a/apps/dquotes
+++ b/apps/dquotes
Binary files differ |