awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • norvig/paip-lispnorvig 的头像

    norvig/paip-lisp

    7,465在 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
    在 GitHub 上查看↗7,465
  • luau-lang/luauluau-lang 的头像

    luau-lang/luau

    5,635在 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
    在 GitHub 上查看↗5,635
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Bytecode Generation
  5. Peephole Optimizers