awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesHigh-Level Language Assembly Integration

Executing low-level assembly routines from high-level languages using runtime wrappers and standardized calling conventions.

Distinct from Assembly: Focuses on the interoperability between assembly and high-level languages, not educational materials or assemblers.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · High-Level Language Assembly Integration. Refine with filters or upvote what's useful.

Awesome High-Level Language Assembly Integration GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dgryski/go-perfbookdgryski का अवतार

    dgryski/go-perfbook

    10,902GitHub पर देखें↗

    This project is a collection of educational resources and technical guides focused on Go performance optimization. It provides instruction on improving execution speed and reducing memory usage through code and architectural refinements. The guides cover advanced strategies for low-level programming, including the use of assembly for SIMD instructions and unsafe pointers for direct memory manipulation. It also details concurrency optimization techniques such as lock sharding and cache-line padding to reduce contention and improve hardware utilization. The material encompasses broad capabilit

    Provides instructions for implementing critical paths in assembly to utilize SIMD instructions and hardware capabilities.

    optimizationperformanceperformance-analysis
    GitHub पर देखें↗10,902
  • below/hellosiliconbelow का अवतार

    below/HelloSilicon

    4,967GitHub पर देखें↗

    HelloSilicon is a programming guide and tutorial for writing and debugging low-level 64-bit assembly code specifically for Apple Silicon processors. It serves as an architecture reference for interacting with macOS and iOS kernel services using system calls and hardware registers. The project provides specialized instruction on foreign function interfacing to bridge assembly with high-level languages like C or Python. It also includes a toolkit for configuring Mach-O binaries and compiling universal binaries and dynamic libraries for cross-hardware compatibility. The material covers low-leve

    Implements platform-specific calling conventions to bridge low-level assembly code with high-level languages like C or Python.

    Assemblyaarch64appleapple-silicon
    GitHub पर देखें↗4,967
  • pkivolowitz/asm_bookpkivolowitz का अवतार

    pkivolowitz/asm_book

    3,112GitHub पर देखें↗

    This project is an ARMv8 assembly programming guide and tutorial designed to teach the translation of high-level logic into low-level machine instructions. It serves as a low-level systems programming reference for writing and executing code specifically for the ARMv8 architecture. The resource provides instructions for cross-platform assembly implementation, focusing on unifying symbol naming and memory addressing to ensure source code builds across different operating systems. It also covers the integration of assembly routines with higher-level languages using standardized calling conventi

    Provides instructions for executing assembly routines from high-level languages using runtime wrappers.

    Assemblyaarch64arm64assembly-language
    GitHub पर देखें↗3,112
  1. Home
  2. Operating Systems & Systems Programming
  3. High-Level Language Assembly Integration