This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

0002-Allow-constant-MEMs-through-calls.patch


The function gcse.c: compute_transpout() is responsible for filtering out expressions that do not survive function calls. Certain kinds of memory references, e.g., references to read-only memory can safely be propagated through calls. This patch improves compute_transpout() to allow that.

OK to apply?

Thank you,

--
Maxim Kuvyrkov
CodeSourcery
maxim@codesourcery.com
(650) 331-3385 x724

Attachment: 0002-Allow-constant-MEMs-through-calls.ChangeLog
Description: Text document

Attachment: 0002-Allow-constant-MEMs-through-calls.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]