413 results for Compiler · 0.082s

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...

Sponsored Partners
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...

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

www.bing.com/ck/a?!&&p=f1fbc6d95c2c73204e4d3c00d6d875fcc3dc87f35d246847c96151a3a665b981JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=015dd5d1-d55b-6a1a-06fb-c2c3d4bc6b6d&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNjQ1MzQ4OTYvd2hhdC1kb2VzLWFycmF5MS1tZWFuLWluLWMtc2hhcnAtY29tcGlsZXI&ntb=1

What does `array[^1]` mean in C# compiler? - Stack Overflow

Oct 26, 2020 · What does `array [^1]` mean in C# compiler? [duplicate] Ask Question Asked 5 years, 4 months ago Modified 3 months ago

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...

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...

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...

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)

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...

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...