Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Optimize FindFirstCharToEncode for JavaScriptEncoder.Default using Ssse3 intrinsics #42073

Merged
merged 36 commits into from
Nov 3, 2019
Merged

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    bb040e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7dbe9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    405cb89 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    f454359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    477b642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6c78a4 View commit details
    Browse the repository at this point in the history
  4. char-input uses byte-codepath

    gfoidl committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    cfacc85 View commit details
    Browse the repository at this point in the history
  5. Minimize overhead

    gfoidl committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    ea2a4ba View commit details
    Browse the repository at this point in the history
  6. Renamed NeedsEscapingSsse3 to CreateEscapingMaskSsse3 to be in sync w…

    …ith CreateEscapingMaskSse2 (renamed from CreateEscapingMask)
    gfoidl committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    734f92e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cba98a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48c7483 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3732bc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Bug fix

    gfoidl committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    9fdc85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1ddcb View commit details
    Browse the repository at this point in the history
  3. Overhead minimized

    gfoidl committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    887d605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8895e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7693801 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    590f52a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51a837f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdc254c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a513077 View commit details
    Browse the repository at this point in the history
  10. Removed System.Runtime.Intrinsics from S.T.Json

    Somehow this reference was left there, it's not needed anymore.
    gfoidl committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    4766c0f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Fixed build-failure

    System\Text\Encodings\Web\Ssse3Helper.cs(101,13): error SA1115: (NETCORE_ENGINEERING_TELEMETRY=Build) The parameter should begin on the line after the previous parameter.
    gfoidl committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3c5127a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af841ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cbc2a2 View commit details
    Browse the repository at this point in the history
  4. Fixed bug with null-ptr

    gfoidl committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9419ff4 View commit details
    Browse the repository at this point in the history
  5. Reduce overhead

    gfoidl committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3d03226 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    2a64063 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/ahsonkhan/AddTextEncoderTests' …

    …into ImproveEscapingCheck
    gfoidl committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    4c18251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b6659b View commit details
    Browse the repository at this point in the history
  4. Removed AggressiveInlining from FindFirstCharacterToEncode

    These methods won't inline, and we don't want to inline them, as they're rather huge.
    gfoidl committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2c68710 View commit details
    Browse the repository at this point in the history
  5. Reduced overhead

    gfoidl committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    e412e1e View commit details
    Browse the repository at this point in the history
  6. PR Feedback

    gfoidl committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a0b9a69 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    cad3cb6 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    gfoidl committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    1efba41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033ed82 View commit details
    Browse the repository at this point in the history