search for: purvue

Displaying 4 results from an estimated 4 matches for "purvue".

Did you mean: pursue
2008 Sep 03
1
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...en I talked above the difficulty of having > a good API that do not change every time a new analysis is added. I > doubt this API could be defined without the review of analysis users and > writers. But ultimately these "tricks" such as runtime decision-making are not under the purvue of the memory dependence analysis. In these cases the compiler is "forcing" an answer it wants by create code paths where it knows certain properties. There's no analysis necessary because the compiler created those paths in the first place with very specific goals in mind. I th...
2007 Jul 31
0
Patch: Allow overriding of handler dispatch in Mongrel::HttpServer
...that have taken too long # to complete processing. Only called if there are too many processors # currently servicing. It returns the count of workers still active All the unit tests continue to pass with this change, and I couldn''t think of anything else within the purvue of Mongrel::HttpServer that needed additional testing, but if you''d like me to try to come up with tests for this change I can do that. We''re currently re-opening Mongrel::HttpServer and applying this patch ourselves, which of course works just fine, but I thought that perh...
2008 Sep 03
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Wed, 2008-09-03 at 10:50 -0500, David Greene wrote: > On Friday 29 August 2008 12:15, Matthieu Delahaye wrote: > > > > - DataDependenceAnalysis will select various dependence tests based > > > on > > > user selection. We want a interface similar to AnalysisGroup used > > > by > > > Alias Analysis, but we also want to allow the possibility of
2008 Sep 03
2
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Friday 29 August 2008 12:15, Matthieu Delahaye wrote: > > - DataDependenceAnalysis will select various dependence tests based > > on > > user selection. We want a interface similar to AnalysisGroup used > > by > > Alias Analysis, but we also want to allow the possibility of running > > multiple tests at the same time. > > That will probably be the