Kevin Yonan
Kevin Yonan
significantly increase code size, by how much really? I mean if someone is going to use the JIT portion, they likely would'nt care about the code size. Also, how fast...
hey Mr. Makarov, I wanted to do an update that I've refactored TaghaVM with a brand new architecture that I believe would make it easier for MIR to JIT compile....
this is possible but you'd basically have to remove the variable declaration syntax and just leave it as an assignment statement or expression and wait until after parsing to make...
alternative, quick build a compiler via flex + bison?
writing down some advice someone gave me considering this. "You don't embed clang though. You build a backend so you can write binaries for tagha in any llvm language. You...
saving this for later -> https://github.com/lowRISC/riscv-llvm/tree/master/docs
Saving this link here [just in case](https://github.com/vnmakarov/mir)...
saving helpful link. https://kristerw.blogspot.com/2017/08/writing-gcc-backend_4.html
Idk about what other devs would do with fibers/threading from SM but running code that's done a per-player basis is one such case. From VSH2, perhaps the API can look...
> Again, you'd be limited to data structures and native calls that have no main thread interaction. So if your goal is to off-load main thread work, fibers serve no...