Skip to content

[mono] Remove MonoListItem from Corelib - #47174

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

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

Conversation

@CoffeeFlux

Copy link
Copy Markdown
Contributor

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

@ghost

ghost commented Jan 19, 2021

Copy link
Copy Markdown

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

Comment thread src/mono/mono/metadata/object-internals.h Outdated
Comment thread src/mono/mono/mini/mini-exceptions.c Outdated
@vargaz

vargaz commented Jan 20, 2021

Copy link
Copy Markdown
Contributor

Why is this needed ?

@CoffeeFlux

Copy link
Copy Markdown
Contributor Author

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

@vargaz

vargaz commented Jan 27, 2021

Copy link
Copy Markdown
Contributor

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

@CoffeeFlux

Copy link
Copy Markdown
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