search for: hoopla

Displaying 7 results from an estimated 7 matches for "hoopla".

Did you mean: oopla
2018 Jun 07
5
RFC: Pass Execution Instrumentation interface
...TargetLibraryInfo (owned by TargetLibraryAnalysis/TargetLibraryInfoWrapperPass)?   - using PassInstrumentationAnalysis or directly querying LLVMContext     PassInstrumentationAnalysis appeared to be a nice idea, only until I tried querying it     in new pass manager framework, and amount of hooplas to jump over makes me shiver a bit...     Querying LLVMContext is plain and straightforward, but we do not have a generic way to access LLVMContext     from a PassManager template (need to introduce generic IRUnit::getContext?) Implementation ============== PassInstrumentationAnalysis proo...
2014 May 23
3
Xen DomU supoprt in RHEL 7 and the CentOS Plan
Hi Guys, so far, in rhel7rc its pretty clear that Xen instances ( domUs ) are not going to boot with the RHEL7rc kernel. Also, i think at this point its a safe bet that these things wont change to GA - no way to accertain that, but its a safe bet ). Wondering if someone has looked into what the challenges might be to enable this support, and then what the options are to deliver this support ?
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...to TargetLibraryInfo (owned by TargetLibraryAnalysis/TargetLibraryInfoWrapperPass)? - using PassInstrumentationAnalysis or directly querying LLVMContext PassInstrumentationAnalysis appeared to be a nice idea, only until I tried querying it in new pass manager framework, and amount of hooplas to jump over makes me shiver a bit... Querying LLVMContext is plain and straightforward, but we do not have a generic way to access LLVMContext from a PassManager template (need to introduce generic IRUnit::getContext?) Implementation ============== PassInstrumentationAnalysis proof-o...
2018 Jun 07
2
RFC: Pass Execution Instrumentation interface
...raryInfoWrapperPass)? > >    - using PassInstrumentationAnalysis or directly querying > LLVMContext > >      PassInstrumentationAnalysis appeared to be a nice idea, only > until > I tried querying it >      in new pass manager framework, and amount of hooplas to jump > over > makes me shiver a bit... > >      Querying LLVMContext is plain and straightforward, but we do not > have a generic way to access LLVMContext >      from a PassManager template (need to introduce generic > IRUnit::getContext?) > >...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...>>>> - using PassInstrumentationAnalysis or directly querying LLVMContext >>>> >>>> PassInstrumentationAnalysis appeared to be a nice idea, only until >>>> I tried querying it >>>> in new pass manager framework, and amount of hooplas to jump over >>>> makes me shiver a bit... >>>> >>>> Querying LLVMContext is plain and straightforward, but we do not >>>> have a generic way to access LLVMContext >>>> from a PassManager template (need to introduce generic >...
2018 Jun 11
2
RFC: Pass Execution Instrumentation interface
...ing LLVMContext > > PassInstrumentationAnalysis appeared to be a nice > idea, only until > I tried querying it > in new pass manager framework, and amount of > hooplas to jump over > makes me shiver a bit... > > Querying LLVMContext is plain and straightforward, > but we do not > have a generic way to access LLVMContext > f...
2006 Aug 09
8
AJAX image manipulation
I have this code in a controller that returns images to my browser...with ROR. def index @products = Product.find_all_ pictures end ....this is the .rhtml.. <% for photo in @pic -%> <div class="entry"> <img src="<%= photo.image_url %>"/> <h3><%= h(photo.title) %></h3> <%= photo.description %>