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

[wasm] Intrinsics for blazor #102670

Merged
merged 6 commits into from
Jun 19, 2024
Merged

[wasm] Intrinsics for blazor #102670

merged 6 commits into from
Jun 19, 2024

Commits on Jun 10, 2024

  1. Add IsNullRef/NullRef intrinsics

    kg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    21b68e2 View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    kg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f829d7c View commit details
    Browse the repository at this point in the history
  3. Fix the add intrinsic

    kg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    71cf842 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    ddd01be View commit details
    Browse the repository at this point in the history
  2. Small cleanup

    Don't allocate unnecessary temp var. Don't generate mul if type size is 1.
    BrzVlad committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a21eb46 View commit details
    Browse the repository at this point in the history
  3. Fix interp PGO WBT

    kg committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1d360ed View commit details
    Browse the repository at this point in the history