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/crenshaw2-1 | Bin 43453 -> 43564 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'apps/crenshaw2-1') diff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index 8d362a1e..57dd8c64 100755 Binary files a/apps/crenshaw2-1 and b/apps/crenshaw2-1 differ -- cgit 1.4.1-2-gfad0