This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 v2 0/5] Fix and cleanups in jit.c


On 2019-12-17 2:10 p.m., Pedro Alves wrote:
> On 12/16/19 11:19 PM, Simon Marchi wrote:
>> On 2019-12-16 2:27 p.m., Pedro Alves wrote:
>>> On 12/16/19 3:39 AM, Simon Marchi wrote:
>>>> This is a follow-up to:
>>>>
>>>>   https://sourceware.org/ml/gdb-patches/2019-12/msg00568.html
>>>>
>>>> Again, the first patch is a fix and the rest is some c++ification.
>>>>
>>>> I think I fixed all review comments from v1, the biggest change being
>>>> the use of std::forward_list instead of std::vector.
>>>
>>> Thanks, LGTM.
>>>
>>> Pedro Alves
>>
>> Thanks, I pushed the series.  Do you think I should push patch 1/5
>> to the stable branch?  It's not a new bug introduced in the last cycle,
>> it's been there forever, so I'm not sure what we usually do in these
>> cases.
> Sure, that's fine with me.  Generally it's fine to backport bugfixes
> that are supposedly safe, and not invasive, such as this one.

Ok, thanks, I pushed just that patch to the gdb-9-branch branch.

Simon


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