2008-08-27 Bill Holmes <billholmes54@gmail.com>
authorBill Holmes <holmes@mono-cvs.ximian.com>
Wed, 27 Aug 2008 17:29:00 +0000 (17:29 -0000)
committerBill Holmes <holmes@mono-cvs.ximian.com>
Wed, 27 Aug 2008 17:29:00 +0000 (17:29 -0000)
commit32d128ea886ae22a2bb77f8b8772f3b6ae7932ac
tree79d009d6eaf985af834b373b63f8c6d020bced0f
parentdf9b9b0b539ac78aa22a51463ce227c9b8febd61
2008-08-27  Bill Holmes  <billholmes54@gmail.com>

* mini-amd64.h : Fix a compiler warning.

* exceptions-amd64.c (mono_arch_unwindinfo_install_unwind_info) :
  Changed to use a callback function to retrieve the unwind info.
  This avoids problems observed when code blocks were removed by
  unloading an app domain.

* mini-amd64.c (mono_arch_cpu_optimizazions) : Removing the peephole
  and branch excludes for Winx64.  The fix in exceptions-amd64.c allows them
  to work properly.

Contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=111724
mono/mini/ChangeLog
mono/mini/exceptions-amd64.c
mono/mini/mini-amd64.c
mono/mini/mini-amd64.h