On 5/27/2022 1:58 PM, deadalnix wrote: > The reason you can't do RC on classes, at least safely, is BECAUSE there is no > escape analysis. The idea is to write the class so its fields are not exposed. All access is controlled by member functions.