Skip to content

Compiler Optimizations Aren't Always Called #13

@bmustiata

Description

@bmustiata

For example having:

var message = "test";
message += "other";
System.Console.WriteLine("main entered");

in main will trigger the optimisations call, while having in Main() only:

System.Console.WriteLine("main entered");

will not.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions