-
@mcclure111 hm, i doubt it, especially given a List<> which isnt a particularly fast/optimized data structure. maaaybe with arrays? even thats a stretch
-
@mcclure111 msil shows a box, and the --llvm --aot=full machine code invokes List<object>Add, so i imagine its also moving the object to the heap?

