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

Small method body cache disabled for deterministic builds #17052

Open
jaredpar opened this issue Feb 9, 2017 · 0 comments
Open

Small method body cache disabled for deterministic builds #17052

jaredpar opened this issue Feb 9, 2017 · 0 comments
Assignees
Labels
Area-Compilers Bug Tenet-Performance Regression in measured performance of the product from goals.
Milestone

Comments

@jaredpar
Copy link
Member

jaredpar commented Feb 9, 2017

The small method body cache is non-deterministic in the compiler.

#7595

In order to work around this it is disabled during deterministic builds. This is functional but does result in a slight (0.4%) increase in IL size of the resulting binary. This bug tracks the effort to re-enable the small method body cache during deterministic builds.

@jaredpar jaredpar added Area-Compilers Bug Tenet-Performance Regression in measured performance of the product from goals. labels Feb 9, 2017
@jaredpar jaredpar added this to the 2.1 milestone Feb 9, 2017
@jaredpar jaredpar self-assigned this Feb 9, 2017
@jaredpar jaredpar modified the milestones: 15.3, 15.1, 16.0 Mar 9, 2017
@jinujoseph jinujoseph modified the milestones: 16.0, 16.3 Jun 9, 2019
@jcouv jcouv modified the milestones: 16.3, Compiler.Next Jul 11, 2019
@jaredpar jaredpar modified the milestones: Compiler.Next, Backlog Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Bug Tenet-Performance Regression in measured performance of the product from goals.
Projects
None yet
Development

No branches or pull requests

3 participants