Displaying 20 results from an estimated 176 matches for "basil".
Did you mean:
basic
2004 Nov 07
2
[LLVMdev] LLVM for JIT only use
Hello List,
(apparently this list is moderated)
Le/On Sun, Nov 07, 2004 at 03:45:41PM -0600, Misha Brukman
écrivait/wrote:
> On Sun, Nov 07, 2004 at 10:33:09PM +0100, Basile STARYNKEVITCH
> wrote:
Basile>> I want to try to use LLVM only for JIT only use (generating code in
Basile>> memory for x86 and, when available PowerPC [32bits])
If you want to know I am experimenting some JIT generation for a
experimental toy functional language [this is only a h...
2004 Nov 07
0
[LLVMdev] LLVM for JIT only use
On Sun, Nov 07, 2004 at 11:04:58PM +0100, Basile STARYNKEVITCH wrote:
> (apparently this list is moderated)
Yes, we get too much spam, so it's moderated, but only with regard to
spam, nothing else.
> Basile>> I want to try to use LLVM only for JIT only use (generating
> code in Basile>> memory for x86 and, when availa...
2009 May 01
6
[LLVMdev] open source multithreaded garbage collector suitable for LLVM applications?
...C malloc).
And it is well known that coding concurrent GC is quite hard, much
harder than coding a single-threaded GC.
And with LLVM, adapting to the constraints of the GC is easier.
Are there people using LLVM in multi-threaded applications with some
other GC than Boehm's?
Regards.
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
2004 Nov 07
2
[LLVMdev] LLVM for JIT only use
...owToUseJIT/HowToUseJIT.cpp and other similar examples.
I want to use LLVM directly from its C++ API to build the "bytecode"
tree (actually the sequence or tree of LLVM instructions), so I really
don't need any C or C++ parser.
(FWIW, I did know and use GNU lightning)
Regards.
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net
aliases: basile<at>tunes<dot>org = bstarynk<at>nerim<dot>net
8, rue de la Faïencerie, 92340 Bourg La Reine, France
2010 Jan 13
3
Live webcam stream with Theora
Hey all,
I've setup a simple page that just displays a live webcam stream of me
at work, and it supposedly falls back onto Cortado if your browser
doesn't support the <video> tag. The URL is here:
http://media.basilgohar.com/stream/
There's been a lot of talk about live streaming and low bitrate
streams. Here is my command line (I've posted this before):
time ffmpeg -f video4linux2 -s 640x480 -r 15 -i /dev/video0 -pix_fmt
yuv420p -f yuv4mpegpipe - 2>/dev/null |
~/packages/theora/examples/encoder_...
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
Thank you for this reply.
If so, is there any way to merge basic blocks into a single one?
Thanks,
Seung J. Lee
---- Original message ----
>Date: Fri, 29 Jun 2007 22:27:38 +0200
>From: Basile STARYNKEVITCH <basile at starynkevitch.net>
>Subject: Re: [LLVMdev] LLVM assembly without basic block
>To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>
>Seung Jae Lee wrote:
>> Hello, guys.
>>
>> I just wonder if there is any way to spit ou...
2012 Jun 15
22
[Bug 51144] New: significant pixel corruption in text
...Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: basile at starynkevitch.net
QAContact: xorg-team at lists.x.org
Created attachment 63099
--> https://bugs.freedesktop.org/attachment.cgi?id=63099
photo of screen portion with corrupted text pixels
(perhaps bug similar to 20363)
with latest git of xf86-video-nouveau:
commit 36d3f8c28c55...
2007 May 10
0
[LLVMdev] 2.0 Release Process
...; release branch.
>
> May 21st - Release!
>
What about the migration to SubVersion? Is it related to release of LLVM2.0?
How will the svn migration happen? When should it be preferable or possible
to use the svn command (instead of cvs) to get the latest LLVM source code?
Regards
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faïencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
2007 Oct 22
2
[LLVMdev] Q: missing -fPIC in llvmc?
...arently no way to
generate position independent code in shared object (i.e. to output
files which are easy dlopen-able without pain)?
I probably missed something obvious, but what?
I want to compile LLVM assembly source code -suitably generated- into
.so as directly as possible...
Regards
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
2007 May 03
3
[LLVMdev] which g++ to compile LLVM CVS on Linux/AMD64?
...compile LLVM and that
some others compile it wrongly (producing buggy code)?
Why can't g++-4.1 be used?
FWIW, the latest gcc snapshot from yesterday gcc version 4.3.0 20070501
(experimental) fail to compile latest LLVM (with compile errors!).
Is LLVM bootstraped thru g++-llvm?
Regards
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faïencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
2007 May 03
1
[LLVMdev] which g++ to compile LLVM CVS on Linux/AMD64?
Le Thu, May 03, 2007 at 09:36:22AM -0700, Chris Lattner écrivait/wrote:
> On Thu, 3 May 2007, Basile STARYNKEVITCH wrote:
> >
>
> > FWIW, the latest gcc snapshot from yesterday gcc version 4.3.0 20070501
> > (experimental) fail to compile latest LLVM (with compile errors!).
>
> Please file an llvm bug report with these errors. It may be that we are
> doing someth...
2009 Oct 15
7
Theora for webcam/conferencing use
...ughts on this?
For those that are interested, here are my command-line:
> time ffmpeg -f video4linux2 -s 640x480 -r 15 -i /dev/video0 -pix_fmt
> yuv420p -f yuv4mpegpipe - 2>/dev/null |
> ~/packages/theora/examples/encoder_example --video-rate-target 150
> --soft-target - | tee /home/basil.gohar/Videos/webcam-capture-`date
> +%Y%m%d`.ogv | oggfwd -d 'Live webcam view of me at work' -g 'Webcam'
> -n 'Basil at work' aalimraan.hidayahonline.net 8000
> ***passwordremoved*** /basil-at-work.ogv
Feel free to tune in to my webcam, too. The URL for it it:
ht...
2011 Sep 02
4
Puppet client dying without errors
Few of my puppet clients (puppet 0.24.8, ruby 1.8.5, facter 1.5.2) are
dying with out any error messages on on syslog. I cannot see much system
resource usage on these nodes.
What is the best way to troubleshoot the root cause of the problem?
-Basil
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2004 Nov 07
2
[LLVMdev] LLVM for JIT only use
Le Sun, Nov 07, 2004 at 04:14:19PM -0600, Misha Brukman écrivait/wrote:
> On Sun, Nov 07, 2004 at 11:04:58PM +0100, Basile STARYNKEVITCH wrote:
Basile>> First, I am extremely confused by the terminology. IMHO, the runtime
Basile>> libraries would include (from my JIT only perspective)
Basile>> 1. all the LLVM libraries required to JIT-generate machine code, and
Basile>> to build a representat...
2004 Nov 07
0
[LLVMdev] LLVM for JIT only use
On Sun, Nov 07, 2004 at 10:33:09PM +0100, Basile STARYNKEVITCH wrote:
> I want to try to use LLVM only for JIT only use (generating code in
> memory for x86 and, when available PowerPC [32bits])
Cool! FYI, the PowerPC JIT needs work to make it operational, but the
x86 JIT is good to go.
> How do I ./configure to avoid being asked ab...
2007 May 09
2
[LLVMdev] 2.0 Release Process
The release branch has been created and the llvm-gcc mirror updated
(thanks Bill!). I will be doing some preliminary testing before I request
the help of the community to test the release.
During this time, I ask that developers only commit documentation changes
to the release branch and email the list with any bug fixes that need to
be merged into the release branch. Bug fixes have to be
2009 Aug 28
2
Introduction
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everyone!
My name is Basil Mohamed Gohar, and I'm an avid free software user &
advocate. I've been using Theora for years as I strongly believe
there is an urgent need for free-as-in-freedom multimedia codecs. The
recent improvements in Thusnelda encoder have encouraged me to become
more actively involved, so I...
2007 Oct 22
2
[LLVMdev] Q: missing -fPIC in llvmc?
Chris Lattner wrote:
> On Mon, 22 Oct 2007, Basile STARYNKEVITCH wrote:
>> On a Debian/AMD64 host I am surprised that there is apparently no way to
>> generate position independent code in shared object (i.e. to output
>> files which are easy dlopen-able without pain)?
>>
>> I probably missed something obvious, but wh...
2008 Jul 20
1
[LLVMdev] generating a shared object from a single *.ll (LLVM) source?
...I can run
gcc -fPIC -shared -O chello.c -o chello.so
I thought that, assuming I have one llvm source ehello.ll, the
equivalent would be
llvmc2 -opt ehello.ll -o ehello.so
but it is not that simple.
Any clues ?
May I also suggest to document it in the man pages or the --help output?
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
2007 May 12
3
[LLVMdev] reading a module from a memory string (BitCode)
...y modtime and id), or not...
Does any one have some example of reading Bitcode encoded modules? Can I
assume that such modules are not tied to a particular (LLVM target)
architecture, in other words can I store into my database modules build on
AMD64 and reload them on x86 (32 bits)?
Regards.
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faïencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***