Home United States USA — software Microsoft: Upgrade. Net for better garbage collection

Microsoft: Upgrade. Net for better garbage collection

365
0
SHARE

NewsHubMicrosoft is encouraging developers to move to the 4.6.2 version of the. Net Framework, so they can benefit from significant changes to the garbage collector, which provides automatic memory management.
. Net Framework 4.6.2 was released late last summer , but Microsoft is now advising upgrades to take advantage of benefits in object handling. These changes were made in order to improve the framework’s performance and to allow the garbage collector to operate more efficiently, Microsoft said. Garbage collection enables developers to build applications without needing to free memory; it also allocates objects on the managed heap and reclaims objects no longer in use.
Version 4.6.2 removes a limitation in which an object and adjacent live data objects could not be moved when an object was reported as “pinned survived,” said Maoni Stephens, main garbage collector developer at Microsoft.

Continue reading...