Displaying 8 results from an estimated 8 matches for "extremi".
Did you mean:
extreme
2010 Sep 08
2
[LLVMdev] Generating Consistent Instruction IDs
...best way of generating instruction
identifiers which are consistent across independent invocations of the
LLVM program. One way would be to use a counter and iterate over all
the functions, then all the BBs. But are there any guarantees on the
ordering of the functions and BBs in the iteration? In extremis, I can
sort the functions after name, but what about the basic blocks?
Thanks!
Stefan Bucur
2010 Sep 08
0
[LLVMdev] Generating Consistent Instruction IDs
...ing instruction
> identifiers which are consistent across independent invocations of the
> LLVM program. One way would be to use a counter and iterate over all
> the functions, then all the BBs. But are there any guarantees on the
> ordering of the functions and BBs in the iteration? In extremis, I can
> sort the functions after name, but what about the basic blocks?
>
> Thanks!
How do you intend to use these IDs ?
-
Devang
2010 Sep 08
1
[LLVMdev] Generating Consistent Instruction IDs
...>> identifiers which are consistent across independent invocations of the
>> LLVM program. One way would be to use a counter and iterate over all
>> the functions, then all the BBs. But are there any guarantees on the
>> ordering of the functions and BBs in the iteration? In extremis, I can
>> sort the functions after name, but what about the basic blocks?
>>
>> Thanks!
>
> How do you intend to use these IDs ?
> -
> Devang
>
For tracking cumulative code coverage across multiple executions. Each
ID would be an index into a bitfield, so I would...
2011 Apr 12
2
SNMP monitoring options
Hi all,
Been using Cacti for monitoring various things like, system disk/mem/
proc, network usage, router usage etc...
While its been fun, the graphs are just unruly.
Was looking an OpsView (the free version), wondering what your
experience with this type of trend/heuristic analysis has been and
what what you like.
And of course thoughts on OpsView.
- aurf
2014 Jul 10
1
Digium E1 card stops working til disconnect machine power cord
2010 Mar 17
1
BT ISDN-30 Call Failures
I'm seeing both inbound and outgoing call failures on our ISDN-30 lines
that only seem to go away when I do a "zap restart" or in extremis
restart Asterisk (1.4.25 with a Digium TE205P and zaptel 1.4.12.1). If
I don't restart zapata or Asterisk the problem rapidly get worse :-(
The lines are from BT with LCR from Cable&Wireless (I've tried using the
LCR bypass code and it doesn't make any difference).
The outbound...
1998 Feb 20
1
R-beta: scoping etc
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1538 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980220/040a76f5/attachment.pl
2018 Mar 08
6
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
On Thu, Mar 08, 2018 at 12:13:01PM +0000, Nir Soffer wrote:
> On Wed, Mar 7, 2018 at 12:18 AM Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > Previous versions:
> > v3: https://www.redhat.com/archives/libguestfs/2018-March/msg00000.html
> > v2:
> > https://www.redhat.com/archives/libguestfs/2018-February/msg00177.html
> > v1:
> >