https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122443

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Eric Botcazou from comment #7)
> The first thing to investigate is the reason why the tree is so much shared.

Likely temporaries are just present in JIT code generation but not generated
(instead large GENERIC expressions re-used multiple times).  SAVE_EXPR is one
way around this but trying to emit structured code would be better.

Reply via email to