-
Notifications
You must be signed in to change notification settings - Fork 729
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
document tr.jit options #33
Comments
I propose to have this format: optimization name I am happy to get started / involed. Please 👍 on this to join this initiative. |
Great initiative! You are actually suggesting two important efforts here: the documentation of optimizations themselves, and the documentation of control knobs to allow finer grain control of those optimizations and many other aspects of the J9 JIT. The Eclipse OMR project has begun to document optimizations where it can (it's an ongoing effort). Many of these optimizations are leveraged directly or extended by OpenJ9. The goal there is to provide as much documentation as close to the actual source code as possible. I think a similar effort as you propose for OpenJ9 is important too, and will set the proper context for documenting many of the J9Option knobs that control them. For documenting the internal options, because many of them are fleeting or experimental I'd say its important to keep their documentation as close to the code as possible as well to ensure they stay current. Also, be aware that the JIT does make use of environment variables (usually queried with calls to |
…ch as possible with the help of a sample code. Build incrementally, if possible by wider set of contributors, through squash and merge. Fixes: eclipse-openj9#33 Signed-off-by: Gireesh Punathil <[email protected]>
Closing this as there has been no action in many months and the suggested direction has been to document the options directly in the code. |
Revert "Add methods inherited from superinterfaces to iTables"
* Fix Object References: - fixup object refs for classes found inside hashtable - two pathways related to jcldefine and resolvesupport - created function initializeImageClassObject Signed-off-by: akshayben <[email protected]>
It would be worthwhile to document the hidden treasures of trjjit optimizations (a significant portion of j9options.cpp) for:
The text was updated successfully, but these errors were encountered: