Description
Currently, JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.
Currently, JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.