tinyjit icon indicating copy to clipboard operation
tinyjit copied to clipboard

Haskell JIT

Results 2 tinyjit issues
Sort by recently updated
recently updated
newest added

Suppose I'm dynamically generating some assembly that will need a 4K buffer to do some scratch calculations in. It is not important what's left in it after it's done, but...

First of all, thank you for writing this blog post in such incredible detail! From what I understand, there is a bug in the assembling of call instructions, which causes...