issues
search
cisen
/
blog
Time waits for no one.
135
stars
20
forks
source link
Cranelift 源码相关
#963
Open
cisen
opened
4 years ago
cisen
commented
4 years ago
https://github.com/bytecodealliance/simplejit-demo
https://github.com/cisen/sourcecode-wasmtime-2.0.0-llvm-cranelift
https://github.com/cisen/blog/issues/962
rust版cranelift:
https://github.com/bjorn3/rustc_codegen_cranelift
TerminatorKind是rust语言的语句类型:
rustc_middle::mir::terminator::TerminatorKind
rustc
jit:
https://github.com/bytecodealliance/cranelift-jit-demo
lua:
https://github.com/pedrogao/plua
lisp:
https://github.com/0xekez/lust
js:
https://github.com/YC-Lammy/rusty-js
c语言:
https://github.com/thepowersgang/rust-cc
c++:
https://github.com/maekawatoshiki/long
c:
https://github.com/tathanhdinh/tocc
caml:
https://github.com/osa1/mincaml
https://github.com/monsieurbadia/zhoo
https://github.com/qhantoom/qhantoom
https://github.com/tmngo/hubbub
https://github.com/jfecher/ante
https://github.com/RustPython/RustPython
https://github.com/TheNappap/crust
https://github.com/amethyst-lang/amethyst
https://github.com/WeirdConstructor/synfx-dsp-jit
awk:
https://github.com/ezrosent/frawk
c:
https://github.com/junaire/bril
python:
Python
https://github.com/vstroebel/cranefack
Lox frontend:
https://github.com/bayedieng/blox
https://github.com/DGriffin91/Sarus
llvm转cranelift:
https://github.com/maekawatoshiki/vicis
sm:
https://github.com/chad-russell/seam
cisen
commented
4 years ago
rustc_codegen_cranelift
https://github.com/bjorn3/rustc_codegen_cranelift
问答
rust的语句匹配在哪里?
src\base.rs