Skip to content

[mono] Remove MonoListItem from Corelib#47174

Merged
marek-safar merged 1 commit intodotnet:masterfrom
CoffeeFlux:remove-monomlist
Feb 2, 2021
Merged

[mono] Remove MonoListItem from Corelib#47174
marek-safar merged 1 commit intodotnet:masterfrom
CoffeeFlux:remove-monomlist

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: -

@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