eclipse / omr

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

Fixes documentation of disableGLU Xjit option #7306

Closed IBMJimmyk closed 2 months ago

IBMJimmyk commented 2 months ago

The documentation incorrectly lists "disableLoopUnroller" as the option to disable loop unroller. This option does not exist and will result in an unrecognized option error.

The correct Xjit option name is "disableGLU" and the documentation has been updated to reflect this.

The "disableGLU" option is defined here: https://github.com/eclipse/omr/blob/0e07ad19c1f3a7ce41cebd121fde5756fa32fd0c/compiler/control/OMROptions.cpp#L343

0xdaryl commented 2 months ago

This is a documentation-only change. No CI is necessary. Merging.