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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant