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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFunction Execution Mechanisms

Low-level logic for executing functions via global symbol jumps and stack frame management.

Distinct from Symbolic Execution Engines: The candidates focus on symbolic execution for verification, whereas this is about actual runtime function dispatch.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Function Execution Mechanisms. Refine with filters or upvote what's useful.

Awesome Function Execution Mechanisms GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • teh-cmc/go-internalsAvatar von teh-cmc

    teh-cmc/go-internals

    7,934Auf GitHub ansehen↗

    This project is a technical reference and study of the Go language internals, providing a deep dive into the runtime architecture, compiler internals, and memory management mechanisms. It serves as a guide for analyzing how the Go compiler and runtime implement low-level features. The materials specifically detail the implementation of polymorphism through virtual tables and dynamic dispatch. It covers the translation of high-level source code into portable pseudo-assembly and machine-specific instructions, alongside the structural mechanics of the interface system, including scalar type boxi

    Implements the mechanics of executing top-level functions by jumping to global symbols in the binary text section.

    Gobookgogolang
    Auf GitHub ansehen↗7,934
  1. Home
  2. Programming Languages & Runtimes
  3. Function Execution Mechanisms