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: stabilize java assertion tables


Alexandre Oliva writes:
 > Using TYPE_UID rather than pointers to hash type_assertions shaved off
 > another 70 -fvar-tracking-assignments (and, probably -g vs -g0)
 > codegen differences.  Now I'm down to four differences on
 > x86_64-linux-gnu libs, yay.
 > 
 > Ok for trunk, after retesting in it (rather than in the vta branch)
 > completes?
 > 
 > for  gcc/ChangeLog.vta => gcc/java/ChangeLog
 > from  Alexandre Oliva  <aoliva@redhat.com>
 > 
 > 	* java/expr.c (type_assertion_hash): Hash type uids rather
 > 	than tree pointers.
 > 

I guess so.  I don't understand that fragment of code at all, but I'll
trust you.

Andrew.


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