Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Qemu TCG to JIT comparision in README #50

Open
cyrilmhansen opened this issue Feb 22, 2020 · 1 comment
Open

Add Qemu TCG to JIT comparision in README #50

cyrilmhansen opened this issue Feb 22, 2020 · 1 comment

Comments

@cyrilmhansen
Copy link

cyrilmhansen commented Feb 22, 2020

Qemu includes its own JIT and interpreter subsystems.

Maybe it can be useful to describe mir design difference from it in JIT comparison section.

https://wiki.qemu.org/Documentation/TCG
https://wiki.qemu.org/Features/TCI

@vnmakarov
Copy link
Owner

Thank you for the links. I was not aware of that Qemu has a JIT. I was interesting in JIT technology for Valgrind but had no time to learn it more.

They are now interesting to me because they are part of widely used applications unlike many practically not used JIT engines and libraries. Mine is still in the second category and I need to start to work on MIR real usage to move it in the 1st category. I think MIR will be ready for starting this work only in the summer.

I will try to find time to learn Qemu and Valgrind JITs more. After that I can update the comparison section.

Thank you again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants