The 30-Day .NET Challenge - Day 18: AggressiveInlining Attribute
2024-4-8 20:50:55 Author: hackernoon.com(查看原文) 阅读量:0 收藏

Read on Terminal Reader

Open TLDRtldt arrow

Too Long; Didn't Read

One of the techniques to improve application performance involves the use of the AggressiveInlining attribute. It influences the Just-In-Time (JIT) compiler’s behaviour to enhance the execution speed of critical methods. It can be used carefully as overuse or inappropriate use can lead to larger code size (code bloat)

featured image - The 30-Day .NET Challenge - Day 18: AggressiveInlining Attribute

Sukhpinder Singh HackerNoon profile picture

Sukhpinder Singh

Sukhpinder Singh

@ssukhpinder

Programmer by heart | C# | Python | .Net Core | Xamarin | Angular | AWS

Learn More

LEARN MORE ABOUT @SSUKHPINDER'S
EXPERTISE AND PLACE ON THE INTERNET.

STORY’S CREDIBILITY

Original Reporting

Original Reporting

This story contains new, firsthand information uncovered by the writer.

Vested Interest

Vested Interest

This writer has a vested interest be it monetary, business, or otherwise, with 1 or more of the products or companies mentioned within.


文章来源: https://hackernoon.com/the-30-day-net-challenge-day-18-aggressiveinlining-attribute?source=rss
如有侵权请联系:admin#unsafe.sh