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

Commits on Feb 28, 2024

  1. Transform new converter call to arraytranslate

    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 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    89d4d2f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Remove environment variable to disable transformation

    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.
    dchopra001 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c37a374 View commit details
    Browse the repository at this point in the history