[PATCH 2/3] skip_prolgoue (amd64)

Doug Evans dje@google.com
Wed Dec 4 17:42:00 GMT 2013


On Sun, Dec 1, 2013 at 11:32 PM, Yao Qi <yao@codesourcery.com> wrote:
> GDB target cache contains both code cache and stack cache.

I hate to keep harping on this, but there's been confusion before and
I want to avoid it in the future.
There is no such thing as the "code cache" or "stack cache".
There is just the target cache that caches target memory.
I can turn off the code cache optimization and stack cache
optimization, and still populate the cache with data from .text or
.data or .stack (so to speak) or whatever.



More information about the Gdb-patches mailing list