awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPeephole Optimizers

Optimization passes that replace short sequences of instructions with more efficient equivalents.

Distinct from Bytecode Generation: Focuses specifically on the optimization of generated bytecode rather than the general process of generating it.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Peephole Optimizers. Refine with filters or upvote what's useful.

Awesome Peephole Optimizers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • norvig/paip-lispAvatar de norvig

    norvig/paip-lisp

    7,465Ver en GitHub↗

    This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also

    Translates symbolic instructions into a flat code vector with a peephole optimizer to remove redundant operations.

    Common Lisp
    Ver en GitHub↗7,465
  • luau-lang/luauAvatar de luau-lang

    luau-lang/luau

    5,635Ver en GitHub↗

    Luau is a high-performance programming language evolved from Lua 5.1. It consists of a bytecode virtual machine, an embeddable scripting engine, and a static code analyzer designed to provide a secure, sandboxed execution environment for host applications. The project is distinguished by its gradual typing system, which combines automatic type inference with optional manual annotations to detect bugs without requiring full static typing. It also features native vector mathematics for high-performance operations and a specialized debugging system that uses bytecode patching to minimize executi

    Performs peephole optimizations and constant folding during compilation to simplify instruction sequences.

    C++luaprogramming-languagescripting-language
    Ver en GitHub↗5,635
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Bytecode Generation
  5. Peephole Optimizers