Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Update dependencies from dotnet/coreclr #23

Closed

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Nov 11, 2019

This pull request updates the following dependencies

From https://github.com/dotnet/coreclr

  • Build: 20191111.7
  • Date Produced: 11/12/2019 2:32 AM
  • Commit: 638f59b8bd99af456d21c6a4b64da88025d2ff7d
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.NET.Sdk.IL -> 5.0.0-alpha1.19561.7
    • Microsoft.NETCore.ILAsm -> 5.0.0-alpha1.19561.7
    • Microsoft.NETCore.Runtime.CoreCLR -> 5.0.0-alpha1.19561.7

…1110.2

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19560.2
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19560.2
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19560.2
…1111.7

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19561.7
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19561.7
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19561.7
@ViktorHofer ViktorHofer deleted the darc-master-96004166-7c30-4625-8f81-d87342c88d28 branch November 13, 2019 13:05
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
MichalStrehovsky pushed a commit to MichalStrehovsky/runtime that referenced this pull request Oct 12, 2020
* Thunks: support for fixed size thunk pool

Provides the platform independent (OS and CPU architecture) runtime code to support a fixed size thunk pool for systems that doesn't support any way to add more thunks on demand.

Activated with FEATURE_FIXED_POOL_THUNKS..

FEATURE_RX_THUNKS will still override this.

The default is still the template based system.

The code blocks of the pool itself need to be either build and linked as part of the executable or generated by the compiler to be included in the object file.

* fixed size thunk pool (dotnet#23)

* Thunks: support for fixed size thunk pool

Provides the platform independent (OS and CPU architecture) runtime code to support a fixed size thunk pool for systems that doesn't support any way to add more thunks on demand.

Activated with FEATURE_FIXED_POOL_THUNKS..

FEATURE_RX_THUNKS will still override this.

The default is still the template based system.

The code blocks of the pool itself need to be either build and linked as part of the executable or generated by the compiler to be included in the object file.

* Review changes

- Use PalVirtualAlloc instead of GCToOSInterface for memory operations
- Rename global variable to better match the usage
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
@danmoseley danmoseley added the area-codeflow for labeling automated codeflow label Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants