Hello Zoltan,
Here is another set of patches for mono on alpha:
- fixed implementation of LOCALLOC opcode
- implemented non-un compare for floats
- code cleanup
- implementation of FDIV and CKFINITE opcodes
- fixes for latest mono updates
- additional arch opcodes
Thank you,
Sergey.
Index: mono/
Hello Sergey,
> - Code cleanup
> - Some hacks to support debugger
> - updates for "linears" optimization
I have commited your patches to SVN.
Miguel.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/list
Hello Zoltan,
Here is set of patches for mono:
- Code cleanup
- Some hacks to support debugger
- updates for "linears" optimization
Thank you,
Sergey.
[EMAIL PROTECTED]
Index: configure.in
===
--- configure.in (revision 69965)
++
Hello,
> Here is patch for mono on Linux/Alpha. The list of changes is:
> - Fix atomic decrement
> - Use native long shift insts
> - Implemented mono_arch_patch_delegate_trampoline method
> - Started work on using global registers
> - Use byte/word memory load/store insts if cpu supports it
> - Co
Hello Zoltan,
Here is patch for mono on Linux/Alpha. The list of changes is:
- Fix atomic decrement
- Use native long shift insts
- Implemented mono_arch_patch_delegate_trampoline method
- Started work on using global registers
- Use byte/word memory load/store insts if cpu supports it
- Code cle
Hello Zoltan,
Here is another patch for mono on Linux/Alpha.
Changes are:
- Implemented passing of valuetypes in registers (taken from ia64
version) as requred by ABI
(invoking of native methods works, invoking of managed methods from
native code - fails)
- Enable inline optimization for ar