[Mono-dev] Patch for mono on linux/alpha

2007-02-13 Thread Sergey Tikhonov
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/

Re: [Mono-dev] Patch for mono on linux/alpha

2006-12-22 Thread Miguel de Icaza
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

[Mono-dev] Patch for mono on linux/alpha

2006-12-22 Thread Sergey Tikhonov
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) ++

Re: [Mono-dev] Patch for mono on Linux/Alpha

2006-10-11 Thread Miguel de Icaza
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

[Mono-dev] Patch for mono on Linux/Alpha

2006-10-11 Thread Sergey Tikhonov
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

[Mono-dev] Patch for mono on Linux/Alpha

2006-09-20 Thread Sergey Tikhonov
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