Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Implement startup code injector #469

Closed
jkotas opened this issue Dec 3, 2015 · 3 comments
Closed

Implement startup code injector #469

jkotas opened this issue Dec 3, 2015 · 3 comments

Comments

@jkotas
Copy link
Member

jkotas commented Dec 3, 2015

The manually managed startup code needs to be replaced with real managed one.

#468

@MichalStrehovsky
Copy link
Member

Before we start working on this, do we want to make GC static section and string literals lazily initialized?

(To keep the stuff the startup code needs to run minimal.)

@MichalStrehovsky
Copy link
Member

If this is tracking what the .NET Native for UWP startup code injector does, I think the only thing that's left is static constructors on the <Module> type (nice to have, but we could live without it for a while).

Or is this tracking complete removal of the C++ bootstrapper code?

@jkotas
Copy link
Member Author

jkotas commented Feb 21, 2016

I agree - we should have more specific issues on what is left. (#657 tracks the module constructors.)

@jkotas jkotas closed this as completed Feb 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants