-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[browser][coreCLR] finalizer on a browser event loop #123629
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
455555e
wip
pavelsavara 4d248aa
GCX_COOP, BEGIN_EXTERNAL_ENTRYPOINT, EX_TRY
pavelsavara a97615b
Merge branch 'main' into browser_finalizer
pavelsavara 74ded88
fix
pavelsavara ff1340e
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 5d1b3fe
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 8c843c9
Update src/coreclr/vm/ceemain.cpp
pavelsavara c15760c
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 9d77348
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 51d7483
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 8272ca1
Update src/coreclr/vm/finalizerthread.h
pavelsavara cdb1fd7
feedback
pavelsavara c57b7be
feedback
pavelsavara 9abe1be
capture the current (single) thread as the finalizer thread
pavelsavara 943a522
DisablePreemptiveGC() at the end
pavelsavara 045c722
Merge branch 'main' into browser_finalizer
pavelsavara 5b9ce38
feedback
pavelsavara df7b420
feedback
pavelsavara 0e13fbb
more contracts
pavelsavara 4f0aab4
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 364d6d2
DoExtraWorkForFinalizer feedback
pavelsavara 3c89e41
Merge branch 'main' into browser_finalizer
pavelsavara 5a73a97
Update src/coreclr/vm/finalizerthread.cpp
pavelsavara 945bad5
feedback
pavelsavara 5904b9d
Merge branch 'main' into browser_finalizer
pavelsavara 901a515
fail faster
pavelsavara ec59876
fail fast on throttling
pavelsavara 623e43b
TODO 123712
pavelsavara 9e27094
Merge branch 'main' into browser_finalizer
pavelsavara a1a3840
ActiveIssue https://github.com/dotnet/runtime/issues/123572
pavelsavara 042ec8e
unix only contract
pavelsavara 5354bf4
TARGET_BROWSER feedback
pavelsavara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.