-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DYN-4231 Fast Path for sweep during FullGC (#11923)
* Add fast path to dispose void calls in Callsite and FFi function endpoint * Add fast path in FFI dispose calls vs generic callr * pre-allocated arguments list and cache FunctionEndPoint for repeated calls * cache procedure node for repeated calls of the same type * cache CallSite and remove unnecessary calls * Remove dynamic strings from hot path of GC * Update comments * PR review comments * Add legacy tests * move to internal * cleanup * fix test Co-authored-by: Craig Long <[email protected]>
- Loading branch information
1 parent
59264bc
commit 69cb607
Showing
5 changed files
with
145 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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