From e5118fa9fb6b1925f785f810767ca642097622d3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 13 May 2020 00:08:18 -0700 Subject: 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. --- apps/assort | Bin 44102 -> 44213 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'apps/assort') diff --git a/apps/assort b/apps/assort index 7bd69ebf..6789c614 100755 Binary files a/apps/assort and b/apps/assort differ -- cgit 1.4.1-2-gfad0