mir

(★ 2,645)

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

File Explorer

  • .clang-format
  • .gitignore
  • .travis.yml
  • check-threads.sh
  • CMakeLists.txt
  • csmith-c2m-gcc.sh
  • csmith-c2m.sh
  • CUSTOM-ALLOCATORS.md
  • GNUmakefile
  • HOW-TO-PORT-MIR.md
  • INSTALL.md
  • LICENSE
  • mir-aarch64.c
  • mir-aarch64.h
  • mir-alloc-default.c
  • mir-alloc.h
  • mir-bin-driver.c
  • mir-bin-run.c
  • mir-bitmap.h
  • mir-code-alloc-default.c
  • mir-code-alloc.h
  • mir-dlist.h
  • mir-gen-aarch64.c
  • mir-gen-ppc64.c
  • mir-gen-riscv64.c
  • mir-gen-s390x.c
  • mir-gen-stub.c
  • mir-gen-x86_64.c
  • mir-gen.c
  • mir-gen.h
  • mir-gen.svg
  • mir-hash.h
  • mir-htab.h
  • mir-interp.c
  • mir-ppc64.c
  • mir-ppc64.h
  • mir-reduce.h
  • mir-riscv64.c
  • mir-riscv64.h
  • mir-s390x.c
  • mir-s390x.h
  • mir-varr.h
  • mir-x86_64.c
  • mir-x86_64.h
  • mir.c
  • mir.h
  • MIR.md
  • mir3.svg
  • mirall.svg
  • README.md
  • real-time.h
  • sieve.c

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

func

View Details ▼

Azure Functions Core Tools: develop and test Azure Functions locally.
Local functions can connect to live Azure services, and can deploy a function app to an Azure subscription.

func init {{project}}

Create a new functions project:

func new

Create a new function:

func start

Run functions locally:

// repository documentation