Displaying 6 results from an estimated 6 matches for "fere".
Did you mean:
fee
2012 May 02
1
[LLVMdev] Taking over work on CodeExtractor, spiffing it up, and making it nice & easy to use
...s is an out-of-tree branch of the code extraction, nothing I'm
planning should negatively impact it... I don't know your use case, so I
don't have any specific changes that would likely help you out, but if
there are changes you would like to see to the core code extractor in LLVM,
feel fere to propose patches...
>
> ORIGINAL_CODE;
>
> ->>
>
> if (extracted_code_function(args) != -1)
> {
> ORIGINAL_CODE;
> }
>
> I think many hybrid and parallelizing tools need the same logic. For
> instance, LLVM Polly should be using a very similar code e...
2005 Jun 09
0
Contribution
Hi
I''m using shorewall since last year, but now it would like to know which
are the steps to collaborate in the development?
Tanks
--
Eduardo Jorge Feres Serrano Neves - a.k.a eth0 / www.serrano-neves.eti.br
"Talk is cheap. Show me the code." - Linus Torvalds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3453 bytes
Desc: S/MIME Cryptographic Signat...
2002 Dec 04
4
3DES key-length
Hi,
I would like to know the key-length used for 3DES data encryption in openssh.
I thought that it should be 192 (3 * 64) bits, but the sshd man page states 128 bit key used for 3DES.
Also, I would like to know the 3des key negotiation - who generates the key (the client or the server).
I am interested in the export regulations concerning openssh in USA. Any idea on this ?
I would really
2012 May 02
0
[LLVMdev] Taking over work on CodeExtractor, spiffing it up, and making it nice & easy to use
Dear Chandler,
> Please let me know if you have out-of-tree users of this logic
At KernelGen we have an out-of-tree variation of CodeExractor called
BranchedCodeExractor [1], which instead of taking a code region into a new
function, does it conditionally:
ORIGINAL_CODE;
->>
if (extracted_code_function(args) != -1)
{
ORIGINAL_CODE;
}
I think many hybrid and parallelizing tools
2012 May 02
2
[LLVMdev] Taking over work on CodeExtractor, spiffing it up, and making it nice & easy to use
Hello folks,
Just as a heads up, I chatted with Owen today about a little known bit of
LLVM: lib/Transforms/Utils/CodeExtractor.cpp
A toy project of mine has a use for this functionality, and it still seems
to mostly work, so I'm going to be spending some time doing cleanup and
general maintenance on the code to make it easier and more suitable for
consumption by actual optimization passes.
2004 Aug 16
1
MS-DOS, WinXP SP2 with 3.05 and 3.0.6rc2
...install my WinXP machines from a MS-DOS client. This works fine in
samba-3.0.5 but since
SP2 causes a problem with printers I upgraded to samba-3.0.6rc2. RC2 in
turn doesn't work
with MS-DOS clients. The symptom is that I can boot from the fileserver
but when I try to
invoke a program I get different error messages. If i downgrade to
samba-3.0.5 it works again
but no printers...
It seems that the client connects and then is disconnected immediately
which in turn causes samba
to spawn another smbd process for the client (se the new pid number). It
spawns a new process everytime
I try to run p...