LLVM debug information, how does it looks like, data structures etc.
Compiler Engineer Interview Questions
187 compiler engineer interview questions shared by candidates
What are some errors/issues you may see with a poorly optimized compiler?
C++: What is inheritance and polymorphism?
What is your greatest strength?
Describe how C++ templates work.
Just casual conversations about my research
What is a compiler, what is difference between python and c++
Here are some of the questions I remember, Write a function that evaluates equations in the polish notation: e.g. 3*(2+5) in polish notation would be *,3, +,2,5. Another one was write a function that reads values from one queue and puts them in another queue knowing that this function will be used by threads, so you should make sure they dont interfere with each other if ran together.
Explain in detail how a set of software statements in a high level language is converted to assembly and then machine code by GCC internals, and then describe how it works (wrt computer architecture) in detail.
How to do code optimization in extended basic blocks?
Viewing 91 - 100 interview questions