Skip to content
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

(0.44) Transform new converter call to arraytranslate #199

Merged

Conversation

dchopra001
Copy link
Contributor

@dchopra001 dchopra001 commented Feb 28, 2024

StringCoding.implEncodeAsciiArray is a renamed version of US_ASCII/Encoder.encodeASCII, which is a recognized method. This commit introduces infrastructure to enable inlining of implEncodeAsciiArray like it is done for encodeASCII.

Double delivery of eclipse/omr#7271 and eclipse/omr#7276

StringCoding.implEncodeAsciiArray is a renamed version of
US_ASCII/Encoder.encodeASCII, which is a recognized method. This
commit introduces infrastructure to enable inlining of implEncodeAsciiArray
like it is done for encodeASCII.
@dchopra001 dchopra001 requested review from pshipton and removed request for vijaysun-omr February 28, 2024 21:36
@dchopra001 dchopra001 changed the title Transform new converter call to arraytranslate (0.44) Transform new converter call to arraytranslate Feb 28, 2024
TR_disableImplEncodeAsciiArray was added to disable arraytranslate
transformation of the StringCoding.implEncodeAsciiArray method. This
commit removes the use of this variable as it is not needed, and
the preexisting -Xjit:disableConverterReducer option provides an
almost similar granularity of control in disabling this transformation.
@pshipton pshipton merged commit 87019fe into eclipse-openj9:v0.44.0-release Mar 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants