Re: [PATCH 2/6] ipa: Introduce ipa_cached_call_context

2020-09-29 Thread Jan Hubicka
> Hi, > > as we discussed with Honza on the mailin glist last week, making > cached call context structure distinct from the normal one may make it > clearer that the cached data need to be explicitely deallocated. > > This patch does that division. It is not mandatory for the overall > main goa

[PATCH 2/6] ipa: Introduce ipa_cached_call_context

2020-09-29 Thread Martin Jambor
Hi, as we discussed with Honza on the mailin glist last week, making cached call context structure distinct from the normal one may make it clearer that the cached data need to be explicitely deallocated. This patch does that division. It is not mandatory for the overall main goals of the patch

[PATCH 2/6] ipa: Introduce ipa_cached_call_context

2020-09-07 Thread Martin Jambor
Hi, as we discussed with Honza on the mailin glist last week, making cached call context structure distinct from the normal one may make it clearer that the cached data need to be explicitely deallocated. This implements does that division. It is not mandatory for the overall main goals of the p