Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

AustinWise
Copy link
Contributor

@AustinWise AustinWise commented Apr 23, 2024

ENABLE_CHECKED_BUILD is defined to mean "Enable additional checks" and is enabled in checked and debug builds. Therefore this performance optimization should be enabled when ENABLE_CHECKED_BUILD is not defined. This was introduced in #101312.

This PR also removes some comments that were introduced in an earlier revision of #101312 that are no longer relevant.

CC @kg

`ENABLE_CHECKED_BUILD` is defined to mean "Enable additional checks" and is enabled in checked and debug builds. Therefore this performance optimization be enabled when `ENABLE_CHECKED_BUILD` is *not* defined. Ref: dotnet#101312
@ghost ghost added the area-VM-meta-mono label Apr 23, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 23, 2024
@kg
Copy link
Member

kg commented Apr 23, 2024

Good catch, thank you for cleaning up my mess :)

@AustinWise
Copy link
Contributor Author

Good catch, thank you

Thanks for all the recent PRs that improve the startup time of WASM apps!

matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
…ides (dotnet#101445)

`ENABLE_CHECKED_BUILD` is defined to mean "Enable additional checks" and is enabled in checked and debug builds. Therefore this performance optimization should be enabled when `ENABLE_CHECKED_BUILD` is *not* defined. Ref: dotnet#101312
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
…ides (dotnet#101445)

`ENABLE_CHECKED_BUILD` is defined to mean "Enable additional checks" and is enabled in checked and debug builds. Therefore this performance optimization should be enabled when `ENABLE_CHECKED_BUILD` is *not* defined. Ref: dotnet#101312
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants