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: [patch] function.[ch]: Use VEC instead of VARRAY.


Hi,

> 	* function.c (prologue, epilogue): Change their types to
> 	VEC(int,gc)*.
> 	(init_function_for_compilation, record_insns, contains,
> 	prologue_epilogue_contains, sibcall_epilogue_contains,
> 	reposition_prologue_and_epilogue_notes): Use VEC instead of
> 	VARRAY.  (init_function_once): Remove.
> 	* function.h: Remove the prototype for init_function_once.
> 	* toplev.c (backend_init): Don't call init_function_once.

Let me drop this patch.  I'll post an updated one now that Nathan
implemented DEV_VEC_I.

Kazu Hirata


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