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 1/2] Make values more lazy if possible


On Thu, Jan 6, 2011 at 12:01 PM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
>
> Jan> currently sometimes value->contents is allocated despite
> Jan> value->lazy is set.
>
> I looked through this and I think it seems reasonable.
>
> It makes me wonder why we need allocate_value at all, though
> I assume I'm forgetting something :)

I was thinking the same about set_value_lazy.
It's continued presence may make this issue recur.


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