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]

[Ada] Improve GC and tree marking


This fixes PR 17986 which is caused by a stack overflow in the GC
marking as Windows has a very low stack size.  It should also speed
up the Ada compiler.  This is already done in almost all other
front-ends (except for fortran which I will send a patch for, it was
preapproved by the fortran maintainer already).

OK? Bootstrapped on powerpc-darwin (up till a get a link error which
is a different bug and already filed).

Thanks,
Andrew Pinski

ChangeLog:

	* ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
	tree.


Attachment: temp.diff.txt
Description: Text document


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