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

JIT: Intrinsify UTF16->UTF8 conversion for string literals (Encoding.UTF8.TryGetBytes) #85328

Merged
merged 15 commits into from
Jul 23, 2023

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    012e03f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Clean up

    EgorBo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    dc8a128 View commit details
    Browse the repository at this point in the history
  2. Fix test

    EgorBo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    89d5c1d View commit details
    Browse the repository at this point in the history
  3. fix managed api

    EgorBo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    22ca540 View commit details
    Browse the repository at this point in the history
  4. fix test

    EgorBo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5530e10 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    69ac518 View commit details
    Browse the repository at this point in the history
  2. Clean up

    EgorBo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2ea7058 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: Jakob Botsch Nielsen <[email protected]>
    EgorBo and jakobbotsch committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    452f99a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2358f18 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    EgorBo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    97a731b View commit details
    Browse the repository at this point in the history
  4. Update helperexpansion.cpp

    EgorBo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d744d25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b246839 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'intrinsify-utf16-utf8-literal' of github.com:EgorBo/run…

    …time-1 into intrinsify-utf16-utf8-literal
    EgorBo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2835fde View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    f07d189 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Update UTF8Encoding.Sealed.cs

    EgorBo committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    19d2a1a View commit details
    Browse the repository at this point in the history