Important Skills for R&D Compiler Engineer

Firstly compiler engineers should be curious and patient. And one also should know the following things: CPU Design and Architecture. Algorithms (especially graph-based ones). Compiler internals (from parser to codegen). Operational systems design How linkers works Data Science / ML These are the first points which came to my mind. Obviously this list is farContinue reading “Important Skills for R&D Compiler Engineer”

Useful Commands

In this article I will place different tips and tricks for git/bash/sed… But let’s start with setting bash prompt: export PS1=”\e[1;34m[\t]\e[0;32m\w>\e[0m” it changes prompt to this one:  In short: \e[1;34m – Begin color changes to light blue [\t] – Place current time between two brackets \e[0;32m – Begin color changes to green \w> – PlaceContinue reading “Useful Commands”

Design a site like this with WordPress.com
Get started