DotGNU Portable.NET - Patches: patch #6728, ARM eabi support for LibJit
You are not allowed to post comments on this tracker with your current authentication level.
patch #6728: ARM eabi support for LibJit
Submitter: | Michele Tartara <mikyt> | ||
Submitted: | Fri 23 Jan 2009 01:49:53 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
file #17405: libjit-ARM.patch added by mikyt (180KiB - text/x-diff - New patch without the jitruby difference, to ease the inclusion in the CVS)
file #17340: libjit-ARM.patch added by mikyt (346KiB - text/x-diff - This new patch contains the same code as the previous one, but it has been cleaned a bit. Use this when you'll merge ARM support into CVS.)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
This patch provides full ARM eabi support for libjit.
It has been tested on a debian armel system running in qemu.
All of libjit's internal tests pass. This patch has also been tested with the set of regression tests of ILDJIT (http://ildjit.sourceforge.net/) a DotNet dynamic compiler using LibJit.