From f7804478387c509e818a399d9694ced2b55f7442 Mon Sep 17 00:00:00 2001 From: Hamid Date: Sat, 12 Sep 2020 18:26:27 +0200 Subject: [PATCH] Research links for JIT and GC --- dev.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev.org b/dev.org index 230aaed..41a1d44 100644 --- a/dev.org +++ b/dev.org @@ -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/