samasri / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
0 stars 2 forks source link

Run OMR on OpenJ9 #39

Open samasri opened 6 years ago

samasri commented 6 years ago
samasri commented 6 years ago

In order to run OMRChecker, I will need to reproduce the configurations used to run OMRChecker. In linter.mk, we can see that OMRChecker depends on the following variables to run:

Hence, in order to get the right variables for the configuration we need to do the following:

samasri commented 6 years ago

After running OMRStatistics (almost) successfully on all architectures, I got 22 errors in total, documented here

samasri commented 6 years ago

When setting TARGET_BITS=32 on i386, the number of errors decreased to 19. Also, now the CodeGenerator hierarchy is processed successfully by OMRStatistics on all architectures. So I can now virtualize the CodeGenerator chain and submit my PR. However, I still need to fix the rest of the errors to have OMRStatistics fully working on OpenJ9