On 4/4/19 8:31 AM, William Tambe wrote: > Since STATIC_CHAIN_REGNUM is typically caller-saved, does that mean it > needs to be set 1 in CALL_USED_REGISTERS ? Yes since normally you won't have a static chain and the register can be used by the register allocator. jeff