awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • basarat/typescript-bookAvatar basarat

    basarat/typescript-book

    21,533Vezi pe 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
    Vezi pe GitHub↗21,533
  • compiler-explorer/compiler-explorerAvatar compiler-explorer

    compiler-explorer/compiler-explorer

    18,850Vezi pe 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
    Vezi pe GitHub↗18,850
  • gyoogle/tech-interview-for-developerAvatar gyoogle

    gyoogle/tech-interview-for-developer

    17,417Vezi pe 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
    Vezi pe GitHub↗17,417
  • crytic/slitherAvatar crytic

    crytic/slither

    6,141Vezi pe GitHub↗

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

    Pythonethereumsoliditystatic-analysis
    Vezi pe GitHub↗6,141
  • golang-design/under-the-hoodAvatar golang-design

    golang-design/under-the-hood

    4,340Vezi pe GitHub↗

    Acest proiect este un ghid tehnic pentru elementele interne ale limbajului Go, concentrându-se pe analiza compilatorului, a runtime-ului și a toolchain-ului Go. Acesta servește drept resursă pentru studierea codului sursă oficial, în scopul înțelegerii principiilor tehnice de funcționare a sistemului. Resursa oferă o deconstrucție a procesului de build în Go, urmărind codul de la lexing și parsing, prin etapele de optimizare și reprezentările intermediare, până la binarul final. Include analiza scheduler-ului și a garbage collector-ului din Go pentru a examina gestionarea memoriei și tiparele de execuție. Proiectul acoperă vizualizarea etapelor de compilare și observarea stărilor interne ale runtime-ului. Aceste capabilități susțin studiul toolchain-ului Go și identificarea tiparelor de gestionare a resurselor pentru optimizarea performanței.

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

    HTMLgogolangsource-code-study
    Vezi pe GitHub↗4,340
  1. Home
  2. Development Tools & Productivity
  3. Compiled Code Analysis
  4. Compiler Transformation Analysis

Explorează sub-etichetele

  • Compilation Sequence Analysis1 sub-tagDetailed 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.