541fb07da4
Inlined files are unfortunately turning out to have more cost than expected, mainly due to our strict no-recursion requirement. It turns out recursively nesting (bounded) trees in a system without recursion is a recipe for duplicating code. Though there may be other ways to structure this. One interesting hiccup during development is the need to have both NULL tags and DEFERREDNULL tags in order to tell inlined trees apart from the main tree during compaction.