Research links for JIT and GC

This commit is contained in:
Hamid 2020-09-12 18:26:27 +02:00
parent b6a960862c
commit f780447838
1 changed files with 6 additions and 0 deletions

View File

@ -32,3 +32,9 @@ Then here is the list or parsers that we have considered
- Julia: A Fresh Approach toNumerical Computing :: https://julialang.org/research/julia-fresh-approach-BEKS.pdf
** Cranelift
- Source tree :: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift
* Possible solutions
** Garbage collection
- https://v8.dev/blog/high-performance-cpp-gc
** JIT
- https://asmjit.com/