On 10/07/14 23:48, "Marc Schütz" <schue...@gmx.net>" wrote:
Try other immutable variables (int arrays, structs), and non-immutable ones. They will probably behave differently.
String literals are put directly in the executable and therefore should be the same. Array literals are dynamically allocated.
-- /Jacob Carlborg