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 08/11] Example of converting global state to per-pass state


On 07/26/2013 05:04 AM, David Malcolm wrote:
> gcc/testsuite/
> 
> 	Example of converting global state to per-pass state.
> 
> 	* gcc.dg/plugin/one_time_plugin.c (one_pass::execute): Convert
> 	global state "static int counter" to...
> 	(one_pass::counter): ...this instance data.

Ok.


r~


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