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

Improvements to nullable / boxing #1063

Merged
merged 19 commits into from
Jan 21, 2022
Merged

Improvements to nullable / boxing #1063

merged 19 commits into from
Jan 21, 2022

Conversation

manodasanW
Copy link
Member

@manodasanW manodasanW commented Dec 10, 2021

Created specialized versions of some of the common nullable types to make use of function pointers rather than delegates and avoid generic marshalers.

Fixed issue with nullable delegates where we can't associate them with 2 different pointers (delegate ptr and nullable ptr) and as part of that also improved how we return back wrapped nullable objects which were used for types and strings and now also used for delegates.

Fixes #87

@manodasanW manodasanW force-pushed the manodasanw/nullableperf3 branch from d40dbf7 to 6bcfc04 Compare January 20, 2022 05:24
@manodasanW manodasanW merged commit 38209f8 into master Jan 21, 2022
@manodasanW manodasanW deleted the manodasanw/nullableperf3 branch January 21, 2022 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boxing performance analysis
3 participants