Hey friends, here is the episode number 19 of "How to build a #compiler with #LLVM and #MLIR". It is all about the current #JIT implementation of the #Serene compiler and the overall compile time processes.
Hey friends, here is the episode number 18 of "How to build a #compiler with #LLVM and #MLIR". It is all about the current #JIT implementation of the #Serene compiler.
Hey folks, here is the 17th episode of "How to build a #compiler with #LLVM and #MLIR" series about how to build "Custom ORC Layers" for the JIT engine.
After 2 attempts to build a JIT for #Serene#compiler, finally I think I'm on track, the prev 2 were ok and worked but I wasn't happy with the design and flexibility, The 3rd one is quite good but I have to rewrite a big chunk of da code which will take time but I'm happy.
hey folks, I'm working on the diagnostic system of #Serene#compiler. What do you think a good trackback/error message should look like? tell me what you think. Examples or even sketches are welcome.
Just finished up a very very basic JIT implementation for #Serene. It still needs more work to be done for the JIT in a #repl environment but it is a good start.