Giter VIP home page Giter VIP logo

asmjit's Introduction

AsmJit

AsmJit is a lightweight library for machine code generation written in C++ language.

See asmjit.com page for more details, examples, and documentation.

Documentation

Breaking Changes

Breaking the API is sometimes inevitable, what to do?

Project Organization

  • / - Project root.
    • src - Source code.
      • asmjit - Source code and headers (always point include path in here).
        • core - Core API, backend independent except relocations.
        • arm - ARM specific API, used only by ARM and AArch64 backends.
        • x86 - X86 specific API, used only by X86 and X64 backends.
    • test - Unit and integration tests (don't embed in your project).
    • tools - Tools used for configuring, documenting, and generating files.

TODO

  • Core:
    • Add support for user external buffers in CodeBuffer / CodeHolder.
    • Register allocator doesn't understand register pairs, affected instructions:
      • v4fmaddps, v4fmaddss, v4fnmaddps, v4fnmaddss
      • vp4dpwssd, vp4dpwssds
      • vp2intersectd, vp2intersectq
  • Ports:
    • ARM/Thumb/AArch64 support.

Support

Notable Donors List:

Authors & Maintainers

asmjit's People

Contributors

alexjbest avatar blackbird8010 avatar bnoordhuis avatar devnexen avatar evadot avatar fthielke avatar godcodehunter avatar helios-vmg avatar janisozaur avatar jblume avatar jianyuh avatar jjl avatar kirbyfan64 avatar kobalicek avatar krig avatar marenz2569 avatar michaeljclark avatar michaelrfairhurst avatar ngladitz avatar ppaulweber avatar samuelpordeus avatar svost avatar tekknolagi avatar thillux avatar vvalter avatar wjakob avatar wjk avatar xantares avatar zeex avatar zehmatt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.