Skip to content

Conversation

@vargaz
Copy link
Contributor

@vargaz vargaz commented Jun 13, 2022

No description provided.

vargaz added 2 commits June 13, 2022 05:40
…_shared_method_full ().

Previously, we computed the shared version of the wrapper created from the invoke method
on the generic type definition. This always returned a shared instance with ref gparams
even if the original method had valuetype generic arguments.
Previously, these were added using add_method (), which didn't try to use generic sharing,
so the actual instance was added, and the shared version was not. This led to increased
executable size and the shared versions were not found at runtime, causing fallbacks to
the interpreter.
@ghost ghost assigned vargaz Jun 13, 2022
@vargaz
Copy link
Contributor Author

vargaz commented Jun 13, 2022

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@lewing lewing merged commit 495d08f into dotnet:main Jun 13, 2022
@vargaz vargaz deleted the wasm-opt-3 branch June 13, 2022 17:33
@jeromelaban
Copy link
Contributor

🚀🚀🚀

@ghost ghost locked as resolved and limited conversation to collaborators Jul 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants