Dmytro Sirenko

Results 5 comments of Dmytro Sirenko

I have the same problem of tests timing out. My program is definitely *not* slow or memory-bound: ```console $ /usr/bin/time -f 'Max memory: %M KB' -- ./target/release/xorcism "xor me like...

It's not quite line-by-line, but I documented the trickier parts of JIT in JIT.md.

Thanks for the kind words! The term "memory model" is a bit vague for me. My implementation does not expose much details of memory management into Scheme, although it has...

If you need explanations reading my code, I'll be glad to help, just ping me in this Gitter chat : https://gitter.im/EarlGray/SECD

Yes, taking the generated machine code and dumping it into a simple ELF file should be straightforward.