The FAST compiler is a backend for compilers of lazy functional languages. There are two versions of the compiler: one that takes a rather simple lazy functional language as input and a second that accepts a language similar to Miranda. On output the compiler produces a set of macro calls that are normally turned into a C program by one of the code generators that have been developed for FAST. Such a C program must be compiled by a C compiler and linked with the appropriate runtime library to
The preprocessor of the C language provides a standard way to generate code at compile time. However...
Abstract. Of late it has become very common for research compilers to emit C as their target code, r...
WOOL is a C parallelization library developed at SICS by Karl-Filip Faxén. It provides the tools for...
Abstract. The FCG code generator produces portable code that supports efficient two-space copying ga...
A method for quickly producing compilers for high level languages is described. The technique consis...
Formal compiler descriptions serve two purposes: (1) they can be used as a reference document which ...
A compiler is a program that translates a source program written in a high-level programming languag...
The Amsterdam Compiler Kit is a widely used compiler building system. Up until now, the emphasis has...
This text treats of the compiler into assembly language of the programming language which is derived...
Most people write their programs in high-level languages because they want to develop their algorith...
FastFlow is a structured parallel programming framework targeting shared memory multicore architectu...
The aim of the FAST Project is to provide an implementation of a functional language, Haskell, on a ...
Functional programming presents a relatively unexplored approach to achieving high- performance comp...
FastFlow is a structured parallel programming framework targeting shared memory multicores. Its laye...
: This tutorial considers the design of modern machine-independent optimising compilers for classica...
The preprocessor of the C language provides a standard way to generate code at compile time. However...
Abstract. Of late it has become very common for research compilers to emit C as their target code, r...
WOOL is a C parallelization library developed at SICS by Karl-Filip Faxén. It provides the tools for...
Abstract. The FCG code generator produces portable code that supports efficient two-space copying ga...
A method for quickly producing compilers for high level languages is described. The technique consis...
Formal compiler descriptions serve two purposes: (1) they can be used as a reference document which ...
A compiler is a program that translates a source program written in a high-level programming languag...
The Amsterdam Compiler Kit is a widely used compiler building system. Up until now, the emphasis has...
This text treats of the compiler into assembly language of the programming language which is derived...
Most people write their programs in high-level languages because they want to develop their algorith...
FastFlow is a structured parallel programming framework targeting shared memory multicore architectu...
The aim of the FAST Project is to provide an implementation of a functional language, Haskell, on a ...
Functional programming presents a relatively unexplored approach to achieving high- performance comp...
FastFlow is a structured parallel programming framework targeting shared memory multicores. Its laye...
: This tutorial considers the design of modern machine-independent optimising compilers for classica...
The preprocessor of the C language provides a standard way to generate code at compile time. However...
Abstract. Of late it has become very common for research compilers to emit C as their target code, r...
WOOL is a C parallelization library developed at SICS by Karl-Filip Faxén. It provides the tools for...