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

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

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

5 个仓库

Awesome GitHub RepositoriesCompiler Transformation Analysis

Detailed study of how source code is parsed and transformed into intermediate representations.

Distinct from Compiled Code Analysis: Focuses on the theoretical and educational analysis of the transformation process rather than auditing binary output.

Explore 5 awesome GitHub repositories matching development tools & productivity · Compiler Transformation Analysis. Refine with filters or upvote what's useful.

Awesome Compiler Transformation Analysis GitHub Repositories

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

    basarat/typescript-book

    21,533在 GitHub 上查看↗

    This project is a comprehensive educational resource and programming guide for the TypeScript language. It serves as a manual for the type system and a reference for the language's core syntax, focusing on writing type-safe code and building scalable applications. The content provides detailed instruction on the TypeScript type system, covering interfaces, generics, and structural typing. It further acts as a compiler reference, analyzing how source code is transformed into an abstract syntax tree through scanning and parsing. The guide also covers software architecture design, detailing pro

    Analyzes the process by which the TypeScript compiler transforms source code into a syntax tree.

    TypeScriptfreeopen-sourcetypescript
    在 GitHub 上查看↗21,533
  • compiler-explorer/compiler-explorercompiler-explorer 的头像

    compiler-explorer/compiler-explorer

    18,850在 GitHub 上查看↗

    Compiler Explorer is an online tool and analysis platform used to translate source code into assembly in real time. It functions as a cross-compiler analysis tool, allowing users to examine how various compilers and versions translate the same source code into machine code to analyze optimizations and generation patterns. The platform supports low-level language debugging and the comparison of assembly output across different compiler toolchains. It also provides a self-hosted environment option for users who need to run private deployments with custom binaries or operate within secure offlin

    Analyzes how source code is translated into assembly to understand compiler optimizations.

    TypeScriptassemblycc-plus-plus
    在 GitHub 上查看↗18,850
  • gyoogle/tech-interview-for-developergyoogle 的头像

    gyoogle/tech-interview-for-developer

    17,417在 GitHub 上查看↗

    This project is a comprehensive technical interview preparation resource and computer science interview guide. It serves as an educational reference for developers to study core software engineering fundamentals and common coding patterns required for employment screenings. The repository provides detailed guides and references covering data structures and algorithms, networking and security, operating systems, and web development. It specifically focuses on the implementation and complexity analysis of sorting, searching, and graph algorithms. The material encompasses a wide breadth of comp

    An explanation of the preprocessing, compiling, assembling, and linking sequence.

    Javaalgorithmcomputer-sciencecs
    在 GitHub 上查看↗17,417
  • crytic/slithercrytic 的头像

    crytic/slither

    6,141在 GitHub 上查看↗

    Trail of Bits detects information leaks introduced by compiler optimization passes despite correctness certification.

    Pythonethereumsoliditystatic-analysis
    在 GitHub 上查看↗6,141
  • golang-design/under-the-hoodgolang-design 的头像

    golang-design/under-the-hood

    4,340在 GitHub 上查看↗

    本项目是一份关于 Go 语言内部机制的技术指南,重点分析 Go 编译器、运行时和工具链。它作为研究官方源代码的资源,旨在理解系统运行的技术原理。 该资源对 Go 构建过程进行了拆解,追踪代码从词法分析和解析,经过优化传递和中间表示,最终生成机器二进制文件的全过程。它包括对 Go 调度器和垃圾回收器的分析,以检查内存管理和执行模式。 该项目涵盖了编译器传递的可视化和内部运行时状态的观察。这些能力支持对 Go 工具链的研究,并有助于识别性能优化中的资源管理模式。

    Offers a detailed study of how Go source code is parsed and transformed into intermediate representations.

    HTMLgogolangsource-code-study
    在 GitHub 上查看↗4,340
  1. Home
  2. Development Tools & Productivity
  3. Compiled Code Analysis
  4. Compiler Transformation Analysis

探索子标签

  • Compilation Sequence Analysis1 个子标签Detailed study of the stages of source code transformation into executable binaries. **Distinct from Compiler Transformation Analysis:** Focuses specifically on the sequence of preprocessing, compiling, assembling, and linking, rather than general intermediate representation transformations.