What's a good starting point to learn about JIT compilers?
Posted
by
davidk01
on Programmers
See other posts from Programmers
or by davidk01
Published on 2014-06-05T16:55:19Z
Indexed on
2014/06/05
21:40 UTC
Read the original article
Hit count: 279
I've spent the past few months learning about stack based virtual machines, parsers, compilers, and some elementary things about hardware architecture. I've also written a few parsers and compilers for C like languages to understand the generic parser/compiler pipeline.
Now I'd like to take my understanding further by learning about optimizing compilers and JIT compilers but I'm having a hard time finding material at the right level. I don't yet understand enough to dive into a code base like PyPy or LuaJIT but I also know more than what most introductory compiler books have to offer. So what are some good books for an intermediate beginner like to me to look into?
© Programmers or respective owner