We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given:
[MethodImpl(MethodImplOptions.NoInlining)] static void MyWorkload() { } void TryMethod() { try { EmptyMethod(); EmptyMethod(); } finally { } } void DirectMethod() { EmptyMethod(); EmptyMethod(); }
TryMethod executes about slower around 5x in FF and 6.5x in Chrome than DirectMethod.
TryMethod
DirectMethod
This issue is a migration of mono/mono#13653.
b7a1648
No
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @CoffeeFlux See info in area-owners.md if you want to be subscribed.
area-VM-meta-mono, untriaged
area-VM-meta-mono
untriaged
Sorry, something went wrong.
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
arch-wasm, area-Codegen-AOT-mono, untriaged
arch-wasm
area-Codegen-AOT-mono
Same as #56309
vargaz
No branches or pull requests
Description
Given:
TryMethod
executes about slower around 5x in FF and 6.5x in Chrome thanDirectMethod
.This issue is a migration of mono/mono#13653.
Configuration
b7a1648
Regression?
No
Other information
The text was updated successfully, but these errors were encountered: