vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.26k stars 145 forks source link

Update MIR.md #147

Open akorotchenko opened 3 years ago

akorotchenko commented 3 years ago

You have added gen_num argument. So can you update at least the description on:

Thanks

vnmakarov commented 3 years ago

Thank you for pointing this out. I missed this when I worked on parallel-generator branch.

I've updated documentation. It is in the repository now.