Steve Halliwell
Results
33
comments of
Steve Halliwell
We've moved type gen to compile time, which removed a lot of the type construction responsibility out of the vm
For value types/litterals this could happen at the compiler stage, the variable lookup finding a match and that match indicating it is a constant literal can push the literal rather...
With `readonly` now in place for instances, we just need the ability to prevent sets on locals.