Results for Compiler · 0.029s

Sponsored
arxiv.org/abs/2404.16947v2

Fuzzing MLIR Compilers with Custom Mutation Synthesis

Compiler technologies in deep learning and domain-specific hardware acceleration are increasingly adopting extensible compiler frameworks such as Multi-Level Intermediate Representation (MLIR) to facilitate more efficient development. With MLIR, comp...

Moo-AI Loading...
arxiv.org/abs/2408.06711v3

A bound on the quantum value of all compiled nonlocal games

A cryptographic compiler introduced by Kalai et al. (STOC'23) converts any nonlocal game into an interactive protocol with a single computationally bounded prover. Although the compiler is known to be sound in the case of classical provers and comple...

Moo-AI Loading...
Sponsored
github.com/theseus-os/Theseus

theseus-os/Theseus

Theseus is a modern OS written from scratch in Rust that explores ???????????? ??????: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management…

Moo-AI Loading...
stackoverflow.com/questions/31126957/parser-cup-using-cup-in-java

Parser.cup using CUP in Java

Tags: java, compiler-construction, compiler-warnings, cup | Score: 1

Moo-AI Loading...
arxiv.org/abs/2502.20543v1

Meta-compilation of Baseline JIT Compilers with Druid

Virtual Machines (VMs) combine interpreters and just-in-time (JIT) compiled code to achieve good performance. However, implementing different execution engines increases the cost of developing and maintaining such solutions. JIT compilers based on me...

Moo-AI Loading...
arxiv.org/abs/2501.13553v1

Compiler Support for Speculation in Decoupled Access/Execute Architectures

Irregular codes are bottlenecked by memory and communication latency. Decoupled access/execute (DAE) is a common technique to tackle this problem. It relies on the compiler to separate memory address generation from the rest of the program, however,...

Moo-AI Loading...
arxiv.org/abs/1711.11396v3

CONFLLVM: A Compiler for Enforcing Data Confidentiality in Low-Level Code

We present an instrumenting compiler for enforcing data confidentiality in low-level applications (e.g. those written in C) in the presence of an active adversary. In our approach, the programmer marks secret data by writing lightweight annotations o...

Moo-AI Loading...
arxiv.org/abs/2409.18824v1

Fully integrating the Flang Fortran compiler with standard MLIR

Fortran is the lingua franca of HPC code development and as such it is crucial that we as a community have open source Fortran compilers capable of generating high performance executables. Flang is LLVM's Fortran compiler and leverages MLIR which is...

Moo-AI Loading...
www.reddit.com/r/Marathon/comments/1r3zjw0/aside_from_the_compiler_how_long_until_we_see

Aside from the Compiler, how long until we see more aliens, if at all?

i've been excited since the announcement at the prospect of running into our old friend the Compiler, The Most Dangerous Flashers Ever. To further emphasise just how powerful the old protagonist was,...

Moo-AI Loading...
en.wikipedia.org/wiki/Compiler

Compiler - Wikipedia

Common Lisp can be compiled to Java bytecode (and then interpreted by the Java virtual machine), to C code (which can then be compiled again to native machine

Moo-AI Loading...
arxiv.org/abs/2305.14614v1

Invited Paper: Initial Steps Toward a Compiler for Distributed Programs

In the Hydro project we are designing a compiler toolkit that can optimize for the concerns of distributed systems, including scale-up and scale-down, availability, and consistency of outcomes across replicas. This invited paper overviews the project...

Moo-AI Loading...
arxiv.org/abs/2506.23407v2

Compiling a Q# Subset to QASM 3.0 in TypeScript via a JSON Based IR

We implement a compile toolchain from Q# to QASM 3.0 including a full-featured lexer and parser implementation, as well as a compiler that supports a subset of Q# features. The lexer, parser and compiler are shown to work with various input Q# progra...

Moo-AI Loading...
arxiv.org/abs/1107.2437v1

A CONVERT compiler of REC for PDP-8

REC (REGULAR EXPRESSION COMPILER) is a programming language of simple structure developed originally for the PDP-8 computer of the Digital Equipment, Corporation, but readily adaptable to any other general purpose computer. It has been used extensive...

Moo-AI Loading...
arxiv.org/abs/1910.08607v4

Exorcising Spectres with Secure Compilers

Attackers can access sensitive information of programs by exploiting the side-effects of speculatively-executed instructions using Spectre attacks. To mitigate theses attacks, popular compilers deployed a wide range of countermeasures. The security o...

Moo-AI Loading...
en.wikipedia.org/wiki/GNU_Compiler_Collection

GNU Compiler Collection - Wikipedia

object files are linked, the compiler is executed again and uses the helper files to optimize code across the separately compiled object files. Plugins Plugins

Moo-AI Loading...
arxiv.org/abs/2202.12379v1

Learning to Combine Instructions in LLVM Compiler

Instruction combiner (IC) is a critical compiler optimization pass, which replaces a sequence of instructions with an equivalent and optimized instruction sequence at basic block level. There can be thousands of instruction-combining patterns which n...

Moo-AI Loading...
github.com/vuejs/component-compiler-utils

vuejs/component-compiler-utils

Lower level utilities for compiling Vue single file components (⭐ 324)

Moo-AI Loading...
github.com/TimothyLuke/GSE-Advanced-Macro-Compiler

TimothyLuke/GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft. (⭐ 254)

Moo-AI Loading...
arxiv.org/abs/2511.11292v1

The Jasmin Compiler Preserves Cryptographic Security

Jasmin is a programming and verification framework for developing efficient, formally verified, cryptographic implementations. A main component of the framework is the Jasmin compiler, which empowers programmers to write efficient implementations of...

Moo-AI Loading...
arxiv.org/abs/1608.04016v1

A New Functional-Logic Compiler for Curry: Sprite

We introduce a new native code compiler for Curry codenamed Sprite. Sprite is based on the Fair Scheme, a compilation strategy that provides instructions for transforming declarative, non-deterministic programs of a certain class into imperative, det...

Moo-AI Loading...
github.com/michaelficarra/CoffeeScriptRedux

michaelficarra/CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility (⭐ 1835)

Moo-AI Loading...
arxiv.org/abs/2403.11522v4

LOOPer: A Learned Automatic Code Optimizer For Polyhedral Compilers

While polyhedral compilers have shown success in implementing advanced code transformations, they still face challenges in selecting the ones that lead to the most profitable speedups. This has motivated the use of machine learning based cost models...

Moo-AI Loading...
arxiv.org/abs/2307.10793v1

Addressing Compiler Errors: Stack Overflow or Large Language Models?

Compiler error messages serve as an initial resource for programmers dealing with compilation errors. However, previous studies indicate that they often lack sufficient targeted information to resolve code issues. Consequently, programmers typically...

Moo-AI Loading...
Sponsored