Skip to content

[pull] main from dotnet:main#38

Merged
pull[bot] merged 3 commits intoMainbaseT:mainfrom
dotnet:main
Jul 25, 2025
Merged

[pull] main from dotnet:main#38
pull[bot] merged 3 commits intoMainbaseT:mainfrom
dotnet:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Jul 25, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

elinor-fung and others added 3 commits July 24, 2025 21:17
…a version (#117914)

Error should now call out the invalid runtimeconfig.json (rather than just failing to find a matching version later):
```
Framework '<name>' is missing a version.
Invalid runtimeconfig.json [<path>]
```
…alls (#117679)

* [mono][aot] Prevent localloc in a loop during constrained gsharedvt calls

We create a var that stores the address of some localloc memory. This var is nulled at method entry. In every place where we need to obtain temporary localloc memory, we check if the cache var was initialized, if not we do a localloc, otherwise we use the cached ptr as the temporary memory buffer. This commit adds 2 such caches because the constrained gsharedvt call can require 2 separate temporary buffers.

* Re-enable test

* milos review
@pull pull bot locked and limited conversation to collaborators Jul 25, 2025
@pull pull bot added the ⤵️ pull label Jul 25, 2025
@pull pull bot merged commit 794a7ee into MainbaseT:main Jul 25, 2025
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants