Re: [patch 09/17] LTTng instrumentation - filemap

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mathieu Desnoyers
Date: Thursday, July 17, 2008 - 12:02 am

* Nick Piggin (nickpiggin@yahoo.com.au) wrote:

I never pretended anything like that. Actually, that's what the
"immediate values" are for : they allow to patch load immediate value
instead of a memory read to decrease d-cache impact. They now allow to
patch a jump instead of the memory read/immediate value read + test +
conditional branch to skip the function call with fairly minimal impact.
I agree with you that eating precious d-cache and jump prediction buffer
entries can eventually slow down the system. But this will be _hard_ to
show on a single macro benchmark, and the microbenchmark showing it will
have to be taken in conditions which will exacerbate the d-cache and BPB
impact.

Mathieu

-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 09/17] LTTng instrumentation - filemap, Mathieu Desnoyers, (Tue Jul 15, 3:26 pm)
Re: [patch 09/17] LTTng instrumentation - filemap, Peter Zijlstra, (Wed Jul 16, 1:35 am)
Re: [patch 09/17] LTTng instrumentation - filemap, Mathieu Desnoyers, (Wed Jul 16, 7:37 am)
Re: [patch 09/17] LTTng instrumentation - filemap, Nick Piggin, (Wed Jul 16, 11:25 pm)
Re: [patch 09/17] LTTng instrumentation - filemap, Mathieu Desnoyers, (Thu Jul 17, 12:02 am)
Re: [patch 09/17] LTTng instrumentation - filemap, Nick Piggin, (Thu Jul 17, 12:11 am)