This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [gcjx] Patch: FYI: fix virtual dispatch


Tom Tromey writes:
 > I'm checking this in on the gcjx branch.
 > 
 > This makes sure that the "receiver" of a virtual call is wrapped by
 > save_expr.  Otherwise, bad things happen.

save_expr is kinda lame, and there has been talk that perhaps it
shouldn't be used in new code.  Might it be better to use a temp?

Andrew.


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