[runtime] Enable compact seq point by default
authorMarcos Henrich <marcos.henrich@xamarin.com>
Tue, 12 Jul 2016 16:31:22 +0000 (17:31 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Wed, 13 Jul 2016 09:52:27 +0000 (10:52 +0100)
commit209c4246adbba994dfcecbc1e93481016b8d9f44
tree25a91b2c173d8bd7b402aa9f29c50d3883858766
parentec6fca56f3868528e69531f172d312cc4aa0c3c8
[runtime] Enable compact seq point by default

Enable compact seq points by default so that the stack trace have IL
offsets instead os native ones.

This changes will allow any stacktrace generated from now on to be
symbolicated using mono-symbolicate.

Deprecates options gen-compact-seq-points.
man/mono.1
mcs/tools/mono-symbolicate/Makefile
mono/mini/aot-compiler.c
mono/mini/mini-runtime.c
mono/mini/mini.c
mono/mini/mini.h
mono/mini/test_op_il_seq_point.sh