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

Use non zero tlh for int and long to string #19471

Commits on May 13, 2024

  1. 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 <ehsan.kianifar@gmail.com>
    ehsankianifar committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c9be248 View commit details
    Browse the repository at this point in the history