Displaying 4 results from an estimated 4 matches for "20design".
Did you mean:
00design
2010 Mar 14
1
[LLVMdev] Seeking advice on Structural Analysis pass
On 03/13/2010 08:54 PM, James Stanier wrote:
>
> Hi folks,
Hi James,
I have also been working on such a pass for the last couple of month.
The pass itself is finished and ether has written some further LLVM
support implementing a RegionPass class, that can be used to implement
region passes that work like the existing LoopPasses today, but use a
region instead of a loop or function as
2010 Mar 19
1
[LLVMdev] Seeking advice on Structural Analysis pass
...If you want an overview of how structural analysis works, some of the pages
> from Muchnick's textbook are available through Google Books. Diagrams of the
> regions you can recognise are here:
>
> http://books.google.co.uk/books?id=Pq7pHwG1_OkC&lpg=PP1&dq=advanced%20compiler%20design%20and%20implementation&pg=PA203#v=onepage&q=&f=true
>
> With the reduction process of the CFG here:
>
> http://books.google.co.uk/books?id=Pq7pHwG1_OkC&lpg=PP1&dq=advanced%20compiler%20design%20and%20implementation&pg=PA211#v=onepage&q=&f=true
>
> U...
2011 Jun 12
0
[RFC] PowerChain: add device.parent to NUT variable names
As already presented, the links below will describe in details the
PowerChain notion:
https://wiki.ubuntu.com/ServerOneiricInfraPower
https://wiki.ubuntu.com/ServerOneiricInfraPower#PowerChain%20design
https://wiki.ubuntu.com/ServerOneiricInfraPower#PowerChain%20implementation
The idea here is to add a new variable, named 'device.parent', so that every
device can reference its parent.
I propose to add a new entry in docs/nut-names.txt, with the following
content:
| device.parent | Ref...
2011 Jul 26
0
[RFC] PowerChain: add LIST POWERCHAIN and GET POWERCHAIN to the client (network) protocol
...of the PowerChain RFC.
2011/6/13 Arnaud Quette <aquette.dev at gmail.com>
> As already presented, the links below will describe in details the
> PowerChain notion:
>
> https://wiki.ubuntu.com/ServerOneiricInfraPower
> https://wiki.ubuntu.com/ServerOneiricInfraPower#PowerChain%20design
> https://wiki.ubuntu.com/ServerOneiricInfraPower#PowerChain%20implementation
>
> The idea here is to add a new variable, named 'device.parent', so that
> every device can reference its parent.
>
> I propose to add a new entry in docs/nut-names.txt, with the following
>...