Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Reduce the amount of generated IL instructions #80

Open
fholm opened this issue Jul 15, 2011 · 0 comments
Open

Reduce the amount of generated IL instructions #80

fholm opened this issue Jul 15, 2011 · 0 comments
Assignees

Comments

@fholm
Copy link
Owner

fholm commented Jul 15, 2011

The compiler generates very complex expression tree graphs for certain operations. A lot of it is for speed reasons, but there are cases where the currently used scheme makes the IL instruction count balloon out of control.

We should look into reducing the IL size, even if it requires us to sacrifice performance in a few cases. I'm going to document the exact cases where the IL balooning happen and track the progress of reducing it in here.

@ghost ghost assigned fholm Jul 15, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant