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]

Re: [lto] PATCH: add more CALL_EXPR interfaces


Mark Mitchell wrote:

I suggest tcc_vl_exp as a better name for the new class (rather than
tcc_call) in that your new representation will work for any
variable-length expression node.  (The macros that are based on the
class name would want to change as well, of course.)  The patch is OK
with that change.

Hmmm, OK. I did wonder if I should try to generalize this beyond the needs of CALL_EXPR-like things, but I thought that might be seen as "mission creep" since I don't really know what else might fall into this category. Of course, it's easy to rename things at this point.


-Sandra


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