Displaying 6 results from an estimated 6 matches for "possili".
Did you mean:
possily
2018 Jun 13
4
RFC: Pass Execution Instrumentation interface
Fedor Sergeev <fedor.sergeev at azul.com> writes:
> On 06/12/2018 12:04 AM, David A. Greene wrote:
>> // PIA - PassInstrumentationAnalysis
>> if (PIA->skipTransformation()) {
>> return;
>> }
>> // Do it.
>> PIA->didTransformation();
> That should be easily doable (though the interface would be part of
> PassInstrumentation
> rather
2018 Jun 13
4
RFC: Pass Execution Instrumentation interface
Fedor Sergeev <fedor.sergeev at azul.com> writes:
>> Ok. The way I envision this working from a user standpoint is
>> -opt-bisect-limit <n> would mean "n applications of code
>> transformation." where "code transformation" could mean an entire pass
>> run or individual transforms within a pass. Each pass would decide what
>> it
2005 May 23
1
Help in performing a Half-Migration from NT to samba3.
I am currently planning "half a migration" (and half a new configuration)
from NT to Samba PDC, and I would like to have some help. I have read the
howto and I have understood something useful, but I also understood that I
don't know enough of Samba domain internals to be sure not to make
terrible mistakes.
I currently have a NT4 PDC that also shares files and
2018 Jun 13
2
RFC: Pass Execution Instrumentation interface
On 06/13/2018 09:13 PM, Philip Pfaffe wrote:
> On Wed, Jun 13, 2018 at 8:03 PM David A. Greene via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Fedor Sergeev <fedor.sergeev at azul.com
> <mailto:fedor.sergeev at azul.com>> writes:
>
> >> Ok. The way I envision this working from a user
2004 May 30
6
*** Asterisk Sunday News: Gone Fishing...
Spring is back in the Stockholm area. After a few day's worth winter re-runs,
the sun is back and night-time temperature is at least 5 degrees celsius. Time to
move out all my annual flowers and prepare the garden for summer.
Sweden is famous for our annual five week holidays - by law. From june to late
august, it's almost impossible to make any business decision, since there's always
2018 Jun 11
2
RFC: Pass Execution Instrumentation interface
I was going to write something up about fine-grained opt-bisect but
didn't get to it last week.
We've had a -pass-max option here for some time and have hand-added
instrumentation to various passes to honor it. It's saved us man-years
of debug time. I was planning on sending it upstream but saw this
effort with pass execution instrumentation and thought it might fit
there.