whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?

Leslie Zhai lesliezhai@llvm.org.cn
Tue Jul 11 01:34:00 GMT 2017


Hi David,

Thanks for your kind response!


在 2017年07月10日 22:16, David Malcolm 写道:
> On Sat, 2017-07-08 at 15:50 +0800, Leslie Zhai wrote:
>> Hi GCC developers,
>>
>> There was
>>
>> PLUGIN_REGISTER_GGC_CACHES
>>
>> pseudo-events for register_callback in GCC v4.x, but how to migrate
>> it
>> for GCC v6.x? there is no  PLUGIN_REGISTER_GGC_CACHES deprecated log
>> in
>> ChangeLog-201X nor git log plugin.h... please give me some hint,
>> thanks
>> a lot!
> Trevor [CCed] removed it 2014-12-10 in r218558
> (eb06b2519a361b7784b1807115fcb3dea0226035) in the commit:
> "remove gengtype support for param_is use_param, if_marked and splay
> tree allocators"
>
> The patch was here:
>    https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02965.html
>
> where he talks about plugin migration.
>
> Hope this is helpful
yes, it is very helpful :) thank you very much!

> Dave

-- 
Regards,
Leslie Zhai - a LLVM developer https://reviews.llvm.org/p/xiangzhai/






More information about the Gcc mailing list