search for: particullar

Displaying 3 results from an estimated 3 matches for "particullar".

Did you mean: particular
2011 Apr 26
2
[LLVMdev] Register pairing in PBQP
Hi. Im currently investigating LLVM's implementation of PBQP as a part of a bachelors thesis im doing on register allocation for regular architectures. In particullar, im looking at the possibility for improving the spill rate of PBQP for a particular DSP architecture, by using register pairing. >From reading the source code of lib/CodeGen/RegAllocPBQP.cpp i conclude that support for register paring is not yet implemented (correct me if im wrong here). Howe...
2006 Aug 03
5
DRYing up the view
...39;, { :action => :destroy, :id => item }, :confirm => "Delete: #{item.name} ?", :post => true %></td> </tr> <% end %> ... As you see I also need to render :partial => ''list'' on every iteration to add some custom information for a particullar controller. districts/_item.rhtml ... <td><%= item.name %></td> <td><%= item.region.name %></td> ... As you may already guess I''m getting ActionController::DoubleRenderError So is there better way of doing this, or maybe some other function method suc...
2011 Apr 27
0
[LLVMdev] Register pairing in PBQP
...Tue, Apr 26, 2011 at 10:03 PM, Jakob StengÄrd <jakobste at kth.se> wrote: >> >>> Hi. >>> Im currently investigating LLVM's implementation of PBQP as a part of a >>> bachelors thesis im doing on register allocation for regular architectures. >>> In particullar, im looking at the possibility for improving the spill >>> rate of PBQP for a particular DSP architecture, by using register pairing. >>> >>> From reading the source code of lib/CodeGen/RegAllocPBQP.cpp i conclude >>> that support for register paring is not yet...