Quote:
Originally Posted by PeterT
|
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.