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

Reconsider using Lazy<T> in Java.Interop.dll #542

Open
radekdoulik opened this issue Dec 17, 2019 · 0 comments
Open

Reconsider using Lazy<T> in Java.Interop.dll #542

radekdoulik opened this issue Dec 17, 2019 · 0 comments
Labels
enhancement Proposed change to current functionality java-interop Runtime bridge between .NET and Java

Comments

@radekdoulik
Copy link
Member

radekdoulik commented Dec 17, 2019

Context: #416

Let analyze how it plays with linker. It might be pulling in too much code. It might be more efficient to replace it with custom implementation of lazy initialization.

@radekdoulik radekdoulik self-assigned this Dec 17, 2019
@jpobst jpobst changed the title Reconsider using Lazy<T> Reconsider using Lazy<T> in Java.Interop.dll Apr 6, 2020
@jpobst jpobst added enhancement Proposed change to current functionality java-interop Runtime bridge between .NET and Java labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Proposed change to current functionality java-interop Runtime bridge between .NET and Java
Projects
None yet
Development

No branches or pull requests

2 participants