search for: mailoo

Displaying 8 results from an estimated 8 matches for "mailoo".

Did you mean: mailog
2012 Jun 27
1
[LLVMdev] Performance of JNI in VMKit
...Q.html#gc-abi Perhaps this could make the C/C++/Java integration quite seamless and the two worlds of the C-ABI languages and the JVM languages could be united. All the best Bruno Daniel Nicolas Geoffray wrote: > Hi Bruno, > > On Wed, Jun 20, 2012 at 3:04 PM, Bruno Daniel <abml at mailoo.org> wrote: > >> Dear developers, >> >> Are there any benchmarks for the performance of Java Native Interface (JNI) >> calls in VMKit? Since VMKit is based on LLVM which can also run C++ code >> (maybe in the same just-in-time compiler?) I guess calls from Java...
2013 Jan 06
2
openvswitch
Hello I'm a newbie with libvirt and I would like to know if when I compile libvirt (0.10 on amd64 debian) I have to specify an option for the management of openvswitch or if it's integrated in the code? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Sep 03
5
[Bug 83443] New: Nouveau cras
...Priority: medium Bug ID: 83443 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau cras QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All) Reporter: openoliv at mailoo.org Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 105694 --> https://bugs.freedesktop.org/attachment.cgi?id=105694&action=edit nouveau crash Hi, sometimes at boot...
2012 Jun 23
0
[LLVMdev] Performance of JNI in VMKit
Hi Bruno, On Wed, Jun 20, 2012 at 3:04 PM, Bruno Daniel <abml at mailoo.org> wrote: > Dear developers, > > Are there any benchmarks for the performance of Java Native Interface (JNI) > calls in VMKit? Since VMKit is based on LLVM which can also run C++ code > (maybe in the same just-in-time compiler?) I guess calls from Java to C++ > and > back...
2012 Jun 20
2
[LLVMdev] Performance of JNI in VMKit
Dear developers, Are there any benchmarks for the performance of Java Native Interface (JNI) calls in VMKit? Since VMKit is based on LLVM which can also run C++ code (maybe in the same just-in-time compiler?) I guess calls from Java to C++ and back could be much faster than in Sun's JVM which has extremely slow C++ -> Java callbacks. If this was the case, this would be a big advantage of
2012 Mar 10
1
Use different panel functions with lattice
Hi, I have a data.frame df with names(df) = c("Var1", "Var2", "Var3", "Var4") and I plot data with xyplot(Var1+Var2~Var3|Var4, data=df) I want to use different panel functions for Var1 and Var2. How can I do ? Something like : panel.mypanel = function(x, y, ...) { if (Var1) panel.Var1Panel(x, y, ...) else panel.Var2Panel(x, y, ...) }
2014 Dec 28
1
Current state of Tinc 1.1?
> That said, there are significant advantages to using external > libraries for this: some of them use heavily optimized (assembly, > tuned for SSE etc.) code for ChaCha-Poly1305, which is a big win for > tinc because it dramatically lowers CPU usage and increases maximum > achievable throughput. See > http://bench.cr.yp.to/impl-stream/chacha20.html This is quite a nice point,
2015 May 04
2
Isolating a subnet on demand
Hi, Thanks for the link :) I guess we'll just end up having 2 separate VPNs, eventually. Have a good evening! > There is no centralized way to remove a subnet or block a user. A user > is authorized to be on the network by other nodes that have his/her > public key. If you delete the offending host config files and let tinc > reload its configuration, you can remove a bad node