-
Notifications
You must be signed in to change notification settings - Fork 39
Feat: get mmtk-openjdk running on Armv8 architecture #249
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
Conversation
Create barrier set for aarch64
@ArberSephirotheca could you have the benchmark results in a table? Maybe each row should be a benchmarks, and you can list the performance of MMTk GCs and OpenJDK GCs in columns. |
@ArberSephirotheca Hint: Here is a script for parsing the output of running DaCapo benchmarks withthe You can find other CI scripts in that repo that use the I also find Pandas quite convenient for working with tables (DataFrame). It can do basic statistics, do plotting, and even exporting the table into the Markdown format. We usually use https://github.com/jamesbornholt/plotty to parse and plot the results directly. But I won't recommend that to people outside the ANU because that requires an outdated version of Python and Django. Anyway, it is open source. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is basically ready. Once mmtk/jdk#1 is merged, please update this PR to change the commit hash here
then I can approve and merge this PR as well.
I've separately updated the commit hash in fd84c30 |
Here is the result running dacapo-23.8-chopin-RC1 benchmark.