The LTMemory class represents an area of memory where the time to instantiate an object is the combination of a fixedallocation time and a variable initialisation time.
The CLR JIT can only track a fixed number of variables for register allocation; once it has to track more than this, it begins to spill the contents of registers into memory.