Skip to content

Changes

Summary

  1. Remove environment variable to disable transformation (commit: fffe86f) (details)
Commit fffe86f902519572adb5e1519de56d3f25537c1a by Dhruv Chopra
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.
(commit: fffe86f)
The file was modified compiler/optimizer/ValuePropagationCommon.cpp (diff)