Low-Level Virtual Machine 2.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Low-Level Virtual Machine 2.2 (Default branch)
# 1  
Old 05-01-2008
Low-Level Virtual Machine 2.2 (Default branch)

Low-Level Virtual Machine (LLVM) is a compiler infrastructure designed for compile-time, link-time, run-time, and "idle-time" optimization of programs from arbitrary programming languages. It currently supports compilation of C, Objective-C, and C++ programs, using front-ends derived from GCC 4.0, GCC 4.2, and a custom new front-end, "clang". It supports x86, x86_64, ia64, PowerPC, and SPARC, with support for Alpha and ARM under development.License: OSI ApprovedChanges:
Numerous major enhancements and bugfixes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies

2. AIX

High Runqueue (R) LOW CPU LOW I/O Low Network Low memory usage

Hello All I have a system running AIX 61 shared uncapped partition (with 11 physical processors, 24 Virtual 72GB of Memory) . The output from NMON, vmstat show a high run queue (60+) for continous periods of time intervals, but NO paging, relatively low I/o (6000) , CPU % is 40, Low network.... (9 Replies)
Discussion started by: IL-Malti
9 Replies

3. UNIX for Dummies Questions & Answers

Low level format?

I want to do a low level format like in windows (C:\format c:) but I don't know how it works in unix or linux.. Can somebody help me ? thnx :) (3 Replies)
Discussion started by: day
3 Replies
Login or Register to Ask a Question
texthint(1)							   User Commands						       texthint(1)

NAME
texthint - Interactive Helium Haskell interpreter SYNOPSIS
texthint [ file ] DESCRIPTION
texthint is a simple Haskell interpreter which uses helium compiler to compile Haskell code to Lazy Virtual Machine instructions which are executed by lvmrun. It takes a file name as optional argument which then is compiled using helium and the functions defined in the file can be used in the interpreter. ENVIRONMENT
texthint uses the same environment variables as lvm which is used to execute the Haskell code. LVMPATH The search path for lvm files (same as -P option). The default is: ".:/usr/lib/helium/lib" LVMOPTIONS The default options for the lvm. The default is: "" LVMDLLPATH Extra search path for shared (dynamic link) libraries (.so). The default is: "" COPYRIGHT
(C) 1999,2001 Daan Leijen <daan@cs.uu.nl> (C) Bastiaan Heerden <bastiaan@cs.uu.nl> This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as pub- lished by the Free Software Foundation. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA SEE ALSO
helium(1), lvmrun(1) AUTHOR
This manual page was written by Arjan Oosting <arjanoosting@home> for the Debian system and is also licensed under the terms of the GNU General Public License version 2. Lazy Virtual Machine interpreter December 2006 texthint(1)