Quote:
Originally Posted by GeoffR
This is probably due to a compiler optimisation: If there are two objects with common members such as strings "abc" and "bc", and both are known to be constants, then the compiler can save some space by overlapping them in memory.
|
Exactly. Scares me as to what OTHER optimizations we might be mucking with!