dotnet/runtime

[NativeAOT] Signalless Hijack

開放

#78,724 建立於 2022年11月22日

 (7 則留言) (0 個反應) (1 位負責人)C# (5,445 個分叉)batch import
area-NativeAOT-coreclrhelp wanted

倉庫指標

星標
 (17,886 顆星)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

This relates to https://github.com/dotnet/runtime/issues/74355

We've updated the console ports to .NET 7.0 and the above issue is still occurring with concurrent GC enabled. After further investigation, this is because we cannot implement the equivalent of PalHijack as POSIX signals are not supported on nearly all game console platforms.

I know this is a feature request but it would be great if there was a way to mimic PalHijack behaviour without relying on pthread_kill so that we can have high performance GC in video games.

(Note: All this work is being done as part of the FNA community)

貢獻者指南