Displaying 20 results from an estimated 700 matches similar to: "oVirtBIOS : (High-Performance) Virtualization Firmware"
2009 Dec 26
1
oVirtBIOS : Virtualization Firmware
Misters,
Let me introduce myself : Guillaume FORTAINE, Engineer in Computer
Science. Me and my partners are currently working on a Virtualization
Firmware.
After an analysis of the various solutions (Citrix, VMware and
Microsoft), it seemed
natural to our eyes, to enable a true bare-metal hypervisor, to go as
close as possible
to the hardware, hence the BIOS.
That's why we are currently
2010 Jan 10
0
Intel Rapid Boot Toolkit - UEFI Hypervisor : Cloud Computing Firmware / Firmware-as-a-Service
Misters,
Happy New Year to you.
Let me introduce myself : Guillaume FORTAINE, Engineer in Computer
Science. I am currently working on a Cloud Computing Firmware in
an Infrastructure-as-a-Service context.
The product is an UEFI Hypervisor. It puts virtualization exactly
where it belongs: Into the firmware [0]
Customers will be able to deploy their appliances and products
directly to new
2010 Jan 10
0
Intel Rapid Boot Toolkit - UEFI Hypervisor : Cloud Computing Firmware / Firmware-as-a-Service
Misters,
Happy New Year to you.
Let me introduce myself : Guillaume FORTAINE, Engineer in Computer
Science. I am currently working on a Cloud Computing Firmware in
an Infrastructure-as-a-Service context.
The product is an UEFI Hypervisor. It puts virtualization exactly
where it belongs: Into the firmware [0]
Customers will be able to deploy their appliances and products
directly to new
2006 Nov 01
0
[LLVMdev] LLVM / C--
On 11/1/06, Guillaume FORTAINE <guillaume.fortaine at wanadoo.fr> wrote:
> >C--'s weakness is it's incompleteness (missing many major features),
> >instability/bugginess, poor performance (both time to compile and the
> >generated code), lack of high-level optimizations, lack of ABI
> >compatibility with the native tools, lack of C++ frontend support, and the
2004 Nov 12
0
(no subject)
On 11-Nov-04 Wei Yang wrote:
> Hi,
>
> I have a list of numbers. For each of the numbers, I take
> sum of squares of the numbers centered on the number chosen.
> If it is less than a certain constant, I will take the
> average of the numbers chosen.
Assuming I've understood this correctly, one approach is
mean(v[k > sapply(v, function (x) sum((v-x)^2))])
2016 Apr 06
4
[Bug 94844] New: Ditching xf86-video-nouveau in favor of xf86-video-modesetting?
https://bugs.freedesktop.org/show_bug.cgi?id=94844
Bug ID: 94844
Summary: Ditching xf86-video-nouveau in favor of
xf86-video-modesetting?
Product: xorg
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2013 Dec 11
0
[LLVMdev] runtime performance benchmarking tools for clang
Hi Kun Ling & Bergstrom,
Thanks a lot for your earlier responses. We did use the benchmarks in llvm
testsuite for comparing execution time taken by clang & gcc. It appears
that clang is slower than gcc for cases where floating point operations are
involved and recursive calls are involved (note that pic/pie was enabled
for both gcc as well as clang ).
1) For lag in execution time due to
2007 Oct 24
1
GeForce 4 TI 4200 for free (this is no joke, this is no spam !)
Hi there,
I read on last news about Nouveau on Phoronix that some hardware has been
given to Nouveau developers.
Therefore, would someone be interested by my old GeForce4-Ti 4200 / 64 Mb ???
I can send it to any developper that would be interested, instead of having
this card rusting in my basement !
You also can see that proposal on the following topic in the phoronix forums :
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
Some additional tests :
With : -O2 -march=core2 for both gcc and llvm-gcc : LLVM is better with 10%.
LLVM GCC Difference Difference %
Run 1 13771597.2 13105010.6 666586.6 4.84
Run 2 13813420.8 12536327.1 1277093.7 9.25
Run 3 13769573.8 12124207.3 1645366.5 11.95
Run 4 13883222.6
2006 Aug 02
1
[LLVMdev] Mozart / llvm
Hello,
I'm a French student in computing science and I'm interested in your
llvm project. We plan to build a new OS design using the Mozart-Oz
language ( http://hurd.gnufans.org/bin/view/Hurd/NextHurd ). Could we
"easily" implement a Mozart front-end to llvm ? Do you think llvm could
be a good alternative to gcc for our project ?
http://www.mozart-oz.org
2006 Aug 03
1
[LLVMdev] Alice / ML and C--/llvm
Hello,
The Mozart-Oz isn't suitable for our project beacause of disappointing
"raw" performances :
http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=al
http://www.gecode.org/benchmarks.html
I have found a very interesting language :
http://www.ps.uni-sb.de/alice/
Concurrency, logic verification
I found this link : http://www.cminusminus.org with a
2011 Nov 03
3
[LLVMdev] The performance of LLVM vs GCC
And this one, with LLVM ~3.0:
http://www.phoronix.com/scan.php?page=article&item=amd_bulldozer_compilers&num=1
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Martin Whitaker
Sent: Thursday, November 03, 2011 11:01
Cc: LLVM Developers Mailing List
Subject: Re: [LLVMdev] The performance of LLVM vs GCC
[and copy to
2011 Nov 03
0
[LLVMdev] The performance of LLVM vs GCC
Hi Chris,
>>> And this one, with LLVM ~3.0:
>>>
>>> http://www.phoronix.com/scan.php?page=article&item=amd_bulldozer_compilers&num=1
>>
>> What, no dragonegg?! :)
>
> It is worth pointing out that the methodology of Phoronix makes their results basically useless. They willfully test -O0 codegen against different compilers, don't mention
2011 Nov 03
3
[LLVMdev] The performance of LLVM vs GCC
On Nov 3, 2011, at 3:27 AM, Duncan Sands wrote:
> On 11/03/11 10:11, Rotem, Nadav wrote:
>> And this one, with LLVM ~3.0:
>>
>> http://www.phoronix.com/scan.php?page=article&item=amd_bulldozer_compilers&num=1
>
> What, no dragonegg?! :)
It is worth pointing out that the methodology of Phoronix makes their results basically useless. They willfully test -O0
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On 2009-09-16 11:42, Olivier Meurant wrote:
> On Tue, Sep 15, 2009 at 5:35 PM, David Greene <dag at cray.com
> <mailto:dag at cray.com>> wrote:
>
>
> Remember, the goal here isn't to show how great LLVM is. It's to
> get an
> honest assessment of where we are at. Phoronix did us a big
> favor. Getting
> more details about his
2010 Sep 21
3
Direct3D natively on Linux through Gallium?
I have just read from Phoronix that Gallium is going to support native directx on Linux.
http://www.phoronix.com/scan.php?page=article&item=mesa_gallium3d_d3d11&num=1
Is it really possible?
Is this true?
2016 Nov 15
2
CTMark - regular LLVM and CLANG compile-time tracking
Hi,
this is about kicking-off regular compile-time tracking for LLVM and CLANG on the green dragon: http://lab.llvm.org:8080/green/view/Compile%20Time/ <http://lab.llvm.org:8080/green/view/Compile%20Time/>. The goal is to stay on top of compile-time issues immediately when they occur so they can be assessed rather than creeping in unnoticed. The methodology is simple: form a CTMark suite
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
LLVM Weekly - #154, Dec 12th 2016
=================================
If you prefer, you can read a HTML version of this email at
<http://llvmweekly.org/issue/154>.
Welcome to the one hundred and fifty-fourth issue of LLVM Weekly, a weekly
newsletter (published every Monday) covering developments in LLVM, Clang, and
related projects. LLVM Weekly is brought to you by [Alex
2014 Apr 21
2
[LLVMdev] LLVM Weekly - #16, Apr 21st 2014
LLVM Weekly - #16, Apr 21st 2014
================================
If you prefer, you can read a HTML version of this email at
<http://llvmweekly.org/issue/16>
Welcome to the 16th issue of LLVM Weekly, a weekly newsletter (published every
Monday) covering developments in LLVM, Clang, and related projects.
LLVM Weekly is brought to you by [Alex Bradbury](http://asbradbury.org).
Subscribe to
2015 May 02
3
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
Jack,
Could you, please, submit a bug report? -- including steps to
reproduce (where you got imageMagick sources, how exactly you compiled
them, etc)
Andrey
On Fri, May 1, 2015 at 3:56 PM, Jack Howarth
<howarth.mailing.lists at gmail.com> wrote:
>
>
> On Fri, May 1, 2015 at 4:45 AM, Andrey Bokhanko <andreybokhanko at gmail.com>
> wrote:
>>
>> Chandler,