Is there any way to promise compiler that “(Type*)(Memory + SomeClass->Offset)” formula points to a local/temp memory?
I’m working on a transpiler that converts source language into C++ without disobeying its semantics other attributes of the language.