November 2017
Intermediate to advanced
398 pages
10h 14m
English
This is a method that allows the conversion of memory heap allocations to stack allocations. This reduces the object size of the garbage collection by performing a single-time analysis. This analysis finds whether a particular object is not accessible in other functions.
The object identified in this method may then be allocated to a thread stack for release, and this decreases the activities that group up together for GC.
Read now
Unlock full access