@thamesynne @cynicalsecurity But 64K is probably pretty much what any typical bit of code needs. Your average OO method needs its own local variables, the object's attributes, bits of the caller's stack and not a lot else. The problem is that 1 μs later the same processor will be running another method of a different object losing the benefits of that locality.