-
Notifications
You must be signed in to change notification settings - Fork 84
Created baseline compiler for 32-bit ARM #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Thanks. I've begun looking at the code and will give you feedback later this week. Could you post a message to the core mailing list to let us know about your plans for integration? I'd like to know if you plan to do this via pull request(s) or patches. I also want to know if there are any plans to set up regression testing for ARM. |
The implementation looks mostly good AFAICT. General points
Features to think about
Comments for files
Wrong and/or misleading (JavaDoc) commentsThe documentation for the following files needs to be fixed:
|
Is the ARM port still being developed? |
Eric,
I paid for Dmitry to develop it. He completed a baseline port. My funds for that project are exhausted. I hope the community will take the port further.
…--Steve
From: Erik Brangs <notifications@github.com>
Reply-To: JikesRVM/JikesRVM <reply@reply.github.com>
Date: Thursday, 24 August 2017 at 7:23 pm
To: JikesRVM/JikesRVM <JikesRVM@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [JikesRVM/JikesRVM] Created baseline compiler for 32-bit ARM (#11)
Is the ARM port still being developed?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#11 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFV4fqucTq6L2U_AgCN-IqQsBiBtaJUaks5sbUEAgaJpZM4LZXF6>.
|
I abandoned it due to other commitments at a state very near to but not
quite completed.
I owe apologies to Steve and Erik, and have been intending to polish it up
on my own time.
Hence why I recently resurrected the repository
…On 24 August 2017 at 19:27, Steve Blackburn ***@***.***> wrote:
Eric,
I paid for Dmitry to develop it. He completed a baseline port. My funds
for that project are exhausted. I hope the community will take the port
further.
--Steve
From: Erik Brangs ***@***.***>
Reply-To: JikesRVM/JikesRVM ***@***.***>
Date: Thursday, 24 August 2017 at 7:23 pm
To: JikesRVM/JikesRVM ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [JikesRVM/JikesRVM] Created baseline compiler for 32-bit ARM
(#11)
Is the ARM port still being developed?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://github.com/
JikesRVM/JikesRVM#11#issuecomment-324582349>, or mute the thread<
https://github.com/notifications/unsubscribe-auth/AFV4fqucTq6L2U_AgCN-
IqQsBiBtaJUaks5sbUEAgaJpZM4LZXF6>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKBaPwzzEt68rXQTn4biB-wEPMLFSE80ks5sbUIRgaJpZM4LZXF6>
.
|
I have some patches for a rebased version of this pull request. If anyone is still interested and has hardware to test, I could send them to you. |
I submit for your consideration the ARM baseline compiler.
It's not quite ready yet. It passes all of the pre-commit tests, but not all of the jni, dacapo and gctest ones.
However, it is in its final form and I think now would be a good time for some code review so I can fix any issues.