1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00
Satori/docs/design
Jakob Botsch Nielsen c9c27d4640
Avoid unnecessary return val copying in tailcall-via-help (#72720)
The initial implementation of this did not handle the fact that retbuf
can point to GC heap during reflection invoke. It was fixed in #39815,
but the way it was fixed was by copying it into a local. This changes
the fix so that we simply report the return value pointer as a byref
throughout the mechanism, which simplifies the JIT's handling and is a
perf improvement as well.
2022-07-24 19:37:50 +02:00
..
coreclr Fix typos (#72709) 2022-07-23 20:24:28 -07:00
features Avoid unnecessary return val copying in tailcall-via-help (#72720) 2022-07-24 19:37:50 +02:00
libraries/LibraryImportGenerator Fix typos (#72709) 2022-07-23 20:24:28 -07:00
mono Fix typos (#72709) 2022-07-23 20:24:28 -07:00
security Add doc on Unix temporary file security practice (#70585) 2022-06-14 12:13:53 -07:00
specs Fix typos (#72709) 2022-07-23 20:24:28 -07:00