search for: lessor

Displaying 9 results from an estimated 9 matches for "lessor".

Did you mean: lesson
2015 Jan 08
9
[LLVMdev] Separating loop nests based on profile information?
...er(); } } The key point here is that the 'do lots of work' section contains things we could lift out of the loop, but our knowledge of memory gets completely destoryed by the 'helper' call which doesn't get inlined. This ends up crippling LICM in particular, and GVN to a lessor degree. The approach I've been playing with would create this loop structure: goto inner while (true) { outer: helper(); inner: while( some_condition ) //do lots of work here if (!some_rare_condition) { <-- This is loop variant goto outer; } } } (Excuse...
2015 Jan 08
4
[LLVMdev] Separating loop nests based on profile information?
...is that the 'do lots of work' section contains > things we could lift out of the loop, but our knowledge of memory > gets completely destoryed by the 'helper' call which doesn't get > inlined. This ends up crippling LICM in particular, and GVN to a > lessor degree. > > The approach I've been playing with would create this loop structure: > goto inner > while (true) { > outer: > helper(); > inner: > while( some_condition ) > //do lots of work here > if (!some_rare_con...
2013 Jun 26
1
some feedbacks seen on btrfs
First off, thanks for an awesome file system, it is working well for my purposes of compressing a filesystem on a small VPS. Woot! I thought I''d call out a few things (in the hopes of spurring improvements) I''d seen about btrfs (in case they weren''t common knowledge...):
2015 Jan 13
2
[LLVMdev] Separating loop nests based on profile information?
...int here is that the 'do lots of work' section contains things >> we could lift out of the loop, but our knowledge of memory gets completely >> destoryed by the 'helper' call which doesn't get inlined. This ends up >> crippling LICM in particular, and GVN to a lessor degree. >> >> The approach I've been playing with would create this loop structure: >> goto inner >> while (true) { >> outer: >> helper(); >> inner: >> while( some_condition ) >> //do lots of work here >> if (!some_rare...
2012 Feb 01
3
Configuration Compliance auditing for many CentOS 5.x boxes
...ls to implement this, I am happy to use 3rd party proprietary stuff if necessary. * Long(er) Version* Current Situation.. I have a client with many (200x) CentOS 5.x servers deployed in various web, mail, database and file server roles, and these boxes have been variously administrated to a lessor or greater degree. All the boxes have EPEL repository included as part of their base-install, and all boxes have cron jobs for "yum -y update" running frequently, and are rebooted when kernels are available. (so they are not in a terrible state) For network, local and external vulne...
2008 Apr 24
7
Please help. The error occurred while evaluating nil.name
Okay so heres my code which works fine, i''ll explain the problem below. <% for num in 1..-04Gazou6+pmm/bHYDwDEOA@public.gmane.org %> <table class="products" id="table1" cellspacing="2" cellpadding="3" border="3"> <tr> <td> <table width="25%"> <tr> <tr> <td><%=
2015 Jan 08
2
[LLVMdev] Separating loop nests based on profile information?
...gt; } > > The key point here is that the 'do lots of work' section contains things we could lift out of the loop, but our knowledge of memory gets completely destoryed by the 'helper' call which doesn't get inlined. This ends up crippling LICM in particular, and GVN to a lessor degree. > > The approach I've been playing with would create this loop structure: > goto inner > while (true) { > outer: > helper(); > inner: > while( some_condition ) > //do lots of work here > if (!some_rare_condition) { <-- This is loop var...
2013 Nov 15
7
Subvolume creation returns file exists
Hello, We are using btrfs filesystems in our infrastructure and, at some point of time, they start refusing to create new subvolumes. Each file system is being quota initialized immediately after its creation (with "btrfs quota enable") and then all subfolders under the root directory are created as subvolumes (btrfs subvolume create). Over time, these subvolumes may also be
2010 Nov 22
9
btrfs problems and fedora 14
I thought I would try btrfs on a new installation of f14. yes, I know its experimental but stable so it seemed to be a good time to try it. I am not sure if I have missed something out of all my searching but am I correct in thinking that currently: I. it is not possible to boot from a snapshot of the operating system and, in particular, the yum snapshots cannot be used for