-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some #if __cplusplus wrt inlining. (#32519)
The code is fine, and we should put it back at some point, but I want things to be clearer regarding mono/mono#18827. i.e. That this does not cause it. I don't know what does cause it, granted. Maybe a preexisting race condition/deadlock, I don't know. Repro is run a loop like: ``` type \s\1.cmd for /l %%a in (1 1 999) do echo %%a && C:\s\mono2\msvc\build\sgen\x64\bin\Release\mono-sgen.exe \s\mono2\mono\tests\bug-10127.exe ``` Co-authored-by: Jay Krell <[email protected]>
- Loading branch information
1 parent
5d8f924
commit 9d85b82
Showing
1 changed file
with
10 additions
and
10 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