about summary refs log tree commit diff stats
path: root/apps/factorial
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/factorial
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/factorial')
-rwxr-xr-xapps/factorialbin42546 -> 42657 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/factorial b/apps/factorial
index 6e240627..e3b984cd 100755
--- a/apps/factorial
+++ b/apps/factorial
Binary files differ