Awesome, that should help with my ATTiny-targeted projects a lot! The XOD transactional model seems very efficient wrt stack usage, the trick when you only have 512 bytes of SRAM is to keep data off the heap if at all possible, particularly program-lifetime persistent data.