How to force gcc to blackhole registers so that things maybe garbage collected?

Alexander Monakov amonakov@ispras.ru
Mon May 13 18:06:00 GMT 2019


On Mon, 13 May 2019, Hamad Ahmed wrote:

> Yes that defeats the purpose of using a garbage collector.
> What I am trying to ask is that is there a way to ask gcc to
> empty registers that contain variables that won't be used
> anymore in the program?

No, there's no such capability in GCC currently.

Alexander



More information about the Gcc-help mailing list