You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Int/Long.toString method to list skipping zero init on new arrays
Converting numbers to string does not require zeroed memory.
In case of int and long we already inline the methods.
Also the int.toString is an intrinsic candidate.
Signed-off-by: Ehsan Kiani Far <[email protected]>
0 commit comments