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] Fix DW_OP_call2 and DW_OP_call4 for max-cache-age 0


Jan> I would change "max-cache-age" to "max-cache-size" and call it from
Jan> prepare_execute_command() instead.  I will provide a patch if not replied.

Changing it to be size-based makes sense to me.
I don't get the rationale for putting it in prepare_execute_command.
If we are flushing the cache based on memory use, then we only need to
consider flushing it just before we read a CU.

Tom


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