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

[mono] Remove MonoListItem from Corelib #47174

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

CoffeeFlux
Copy link
Contributor

Hopefully this doesn't break anything, but admittedly the array handling here is kind of ugly.

@ghost
Copy link

ghost commented Jan 19, 2021

Tagging subscribers to this area: @CoffeeFlux
See info in area-owners.md if you want to be subscribed.

Issue Details

Hopefully this doesn't break anything, but admittedly the array handling here is kind of ugly.

Author: CoffeeFlux
Assignees: -
Labels:

area-VM-meta-mono

Milestone: -

src/mono/mono/metadata/object-internals.h Show resolved Hide resolved
src/mono/mono/mini/mini-exceptions.c Outdated Show resolved Hide resolved
@vargaz
Copy link
Contributor

vargaz commented Jan 20, 2021

Why is this needed ?

@CoffeeFlux
Copy link
Contributor Author

Size reduction, mostly. A bunch of the native mlist stuff was being held, and it is marginally shrinking corelib.

@vargaz
Copy link
Contributor

vargaz commented Jan 27, 2021

MonoListItem is just a simple class with 2 members and no methods, so this is not going to save much.

@CoffeeFlux
Copy link
Contributor Author

It holds the mono-mlist stuff on the native side too. I doubt the savings are huge, but it was a pretty easy cleanup.

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.

4 participants