[runtime] Fix test_op_il_seq_point in amd64.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 20 Aug 2015 10:27:02 +0000 (11:27 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 24 Aug 2015 15:28:37 +0000 (16:28 +0100)
commite3a2538f4e5785fb9f4ce0474ebc18864f789496
tree4e6c5cda1b5ea023f58b305ed71a7310ebd18c98
parent60799f34d700eb1255ce4b3e8f628c2c8f3df796
[runtime] Fix test_op_il_seq_point in amd64.

In amd64 when possible 32bit instructions and registers are usedi
instead of 64bit ones.

Using MONO_DEBUG=single-imm-size avoids 32bit optimizations thus
maintaining the native code size between compilations.
mono/mini/test_op_il_seq_point.sh