Displaying 20 results from an estimated 22 matches for "jello".
Did you mean:
hello
2004 Apr 05
2
[LLVMdev] Jello
...by
looking at the code that creates the makefiles.
Meanwhile, I had another question - is there a way in llvm to look at
the SSA form of a program and then modify the SSA, and then recompile
this modified SSA ? If so, is there any documentation regarding this ? I
saw some stuff on the program JELLO, does it do the same thing ?
Thanx,
--
Vinay S. Belgaumkar
2003 Jul 31
2
[LLVMdev] Location of the x86 JIT compiler tool
Hi,
I'm mainly insterested on the x86 JIT compiler.
/lib/Target/X86/README.txt talks about 'Jello', the JIT compiler,
which should be on /tools/jello. I think that changed to /tools/lli
and now comprises a bytecode interpreter as well. Is that right?
--
Oscar
2009 Jun 25
0
[LLVMdev] Problems with lli and hello.c
Jello Juan,
The interpreter is quite useless in its current state. Try using a JIT compiler for you computer from the lli command and it should work.
--Sam
>
>From: Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com>
>To: LLVM Developers Mailing List <llvmdev at cs.uiu...
2004 Aug 06
2
Take down and restart.
...playlist, or do I need to stop ices at all?
Steve Mallett
http://OSDir.com on the O'Reilly Network | steve@osdir.com
http://opensource.org | webmaster@opensource.org
http://open5ource.net/steve <personal>
"Don't hate the media, become the media."
-Jello Biafra
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe m...
2003 Dec 12
0
[LLVMdev] Cool projects with LLVM page, please help! :)
...ster (I'm
not really looking for source code). Any format is fine, though PDF,
HTML, and PPT are prefered. In addition, please let me know what you did
the project for (a class, other?) and send me a paragraph long
blurb/abstract that describes your project for the page. For example, for
the Jello project that Brian, Misha and I worked on (which eventually
turned into the LLVM JIT), this would work:
"We present the design and implementation of a Just-In-Time (JIT)
compiler, Jello, written using the LLVM compiler framework. We initially
implemented it for the Intel IA32 architecture but...
2009 Jun 25
2
[LLVMdev] Problems with lli and hello.c
Hello,
I just install the new newest version of LLVM. When I ran the hello.c
example I got the below message. Somebody has an idea what is wrong? The
problem is just with lli, the other commands worked as I expected.
**********************
:~/LLVM/my-test$ lli hello.bc
Tried to execute an unknown external function: i32 (i8*)* puts
0 lli 0x0861fab8
Stack dump:
0. Program arguments: lli
2008 May 27
1
[LLVMdev] JIT question: Inner workings of getPointerToFunction()
...ToFunction() and it seems it calls
materializeFunction ( is this the run time code generator ? ) where most of
the work is done. It would be great if you could point out a good starting
place to understand the whole JIT'ing place in the source and relevant
documentation (I read the paper about Jello). Also are there any dynamic
optimizations that are currently done using the JIT ?
Thanks for your time !
- Prakash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080527/99748e62/attachment.html>
2004 Aug 06
2
Take down and restart.
...t's ices0.2.3
Thanks for your reply BTW.
Steve Mallett
http://OSDir.com on the O'Reilly Network | steve@osdir.com
http://opensource.org | webmaster@opensource.org
http://open5ource.net/steve <personal>
"Don't hate the media, become the media."
-Jello Biafra
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe m...
2006 Apr 10
1
Mongrel Web Server 0.3.12.4 -- Relaxed Parser, Date Fix
...:
* "Mongrel powers the Web 2.0 revolution just like Rails."
* "Mongrel''s enterprise ready, look, says so right in the name."
* "Mongrel''s version 1.2, Rails is only 1.1.58."
* "Sure Mongrel can scale, all you do is strap a salmon to the jello and
it scales just fine."
-- Makes about as much sense as Java''s scalability arguments so why
not.
Enjoy!
Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/
2017 Apr 02
4
sound problems... alsa & systemd?
...t.org/main/index.php/Main_Page
I think I may have installed pulse-audio to get things working under
systemd with my GUI. What is your GUI? This may be a factor.
--
------------------------------------------
MzK
"If evolution is outlawed,
only outlaws will evolve."
-- Jello Biafra
2007 Jun 13
2
FLAC: library for C#
Hi FLAC dev's list,
I'm looking for a library for the C# language (Microsoft .Net
Framework 2.0or higher) to play FLAC files and/or maybe do some other
things like getting
the file duration, file properties, ... of FLAC files.
The library must preferably be free (open source is not required, but is
always nice).
I hope somebody can help me with this!
thx
Harry
-------------- next part
2004 Feb 09
0
ANNOUNCE: Mailadmin - New web interface for virtual domains
Hey there, I've written a(nother) web front end for postfix + dovecot
+ mysql, it's called Mailadmin. (I'm sure you could use it with
another POP/IMAP server, I haven't though)
You can download it at:
http://waste.org/~jello/mailadmin/
Some features are:
o Licensed under the GPL
o Written in perl
o Written with security in mind
o Supports regular mailboxes, forward-only boxes, and catchalls.
o Ability to undelete deleted users (You'll have to do this manually
for now (se...
2008 Oct 05
2
Attn Ivo. Re patches 15347 and 15376
...can you please check
and confirm that this hasn't broken anything?
Cheers,
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Don't hate the media. Become the media."
- Jello Biafra
2008 May 27
0
[LLVMdev] JIT question: Inner workings of getPointerToFunction()
...ToFunction() and it seems it calls
materializeFunction ( is this the run time code generator ? ) where most of
the work is done. It would be great if you could point out a good starting
place to understand the whole JIT'ing place in the source and relevant
documentation (I read the paper about Jello). Also are there any dynamic
optimizations that are currently done using the JIT ?
Thanks for your time !
- Prakash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080527/0fd40a77/attachment.html>
2003 Jan 13
0
[LLVMdev] X86 JIT status
...r fail to run due to the x86 backend.
The code generated is not wonderful, but it does work. There are still a
couple instructions which are not implemented yet (cast ulong -> fp type,
f.e.) but they are apparently not frequently used. :) That said, here is
the status of programs:
Regression/Jello: All work
SingleSource: All work
MultiSource:
Working: health, perimeter, power, treeadd, bisort, voronoi, tsp, em3d
: pi, llubenchmark, etc...
__iob : bh, anagram, fhourstones, burg, sgefa, sim, 181.mcf, ...
other : mst
The __iob problems are because of explicit references to std...
2003 Apr 22
0
[LLVMdev] New C Frontend available
...t big-endian target (Sparc v9). To
support this, the llvm bytecode and assembly formats have been extended to
capture what flavor they are (You can get access to this information
through methods in the Module class).
Another important note is that the code generated will not neccesarily
work with Jello (the X86 JIT) and LLC: the C frontend now generates
"switch" instructions, which neither of them handle (I updated LLI and the
CBE to support them already, the other two will be updated eventually).
The advantages of the new front-end are three fold: first it generates
code that is much...
2006 Apr 10
0
Mongrel Web Server 0.3.12.4 -- Relaxed Parser, Date Fix
...:
* "Mongrel powers the Web 2.0 revolution just like Rails."
* "Mongrel''s enterprise ready, look, says so right in the name."
* "Mongrel''s version 1.2, Rails is only 1.1.58."
* "Sure Mongrel can scale, all you do is strap a salmon to the jello and
it scales just fine."
-- Makes about as much sense as Java''s scalability arguments so why
not.
Enjoy!
Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/
2017 Mar 23
1
RHEL 6.9 is out
On 03/22/2017 05:11 PM, Digimer wrote:
> On 22/03/17 05:31 PM, Johnny Hughes wrote:
>> On 03/22/2017 08:27 AM, Phelps, Matthew wrote:
>>> On Wed, Mar 22, 2017 at 9:16 AM, Valeri Galtsev <galtsev at kicp.uchicago.edu>
>>> wrote:
>>>
>>>>
>>>> On Wed, March 22, 2017 7:46 am, Phelps, Matthew wrote:
>>>>> Red Hat released
2017 Mar 29
1
RHEL 6.9 is out
On Wed, Mar 29, 2017 at 7:24 AM, Johnny Hughes <johnny at centos.org> wrote:
> On 03/28/2017 06:54 PM, Richard wrote:
> >
> >
> >>> On Fri, Mar 24, 2017 at 1:11 PM, Johnny Hughes <johnny at centos.org>
> >
> >>> wrote:
> >>>
> >>> OK guys, the CR release has happened.
> >>>
> >> Date: Tuesday,
2019 Feb 24
2
SAMBA DNS interfaces set to br0
On a machine with virtual networking is enabled and two ether net
controllers eth0/192.168.1.2 and eth1/192.168.1.3 and having SAMBA smb.conf
set to:
dns interfaces = lo br0
is there a chance for:
1) The system not to boot with DNS working
2) The DNS server bounce between eth0 and eth1
3) The DNS server portion work on boot sometimes on eth0, but when software
restarted only work on eth1 or