Greeting!
My name is Ivan. I'm a computer science researcher and developer. My research interests span an area of compiler construction and optimization, code generation and polyhedral compilation, operating systems construction and parallel programming tools, processor architectures and their microarchitecture specificies.
Education
2013 – 2016 | Post-graduate student in Computer Science, Siberian State University of Telecommunications and Information Sciences, Novosibirsk, Russia |
2011 – 2013 | M.S. in Computer Science, Siberian State University of Telecommunications and Information Sciences, Novosibirsk, Russia |
2007 – 2011 | B.S. in Computer Science, Siberian State University of Telecommunications and Information Sciences, Novosibirsk, Russia |
On the level of process parallelism I have studied the compiler for IBM X10 language that uses the Partitioned Global Address Space (PGAS) model over the distributed memory of system nodes.
While the multithreading research I have given my attention to the problem of threads synchronization. This part is devoted to the internals of the Software Transactional Memory in GCC compiler (libitm).
The third part of my thesis describes the results of the study of automatic vectorization by compilers (LLVM/Clang, GCC). In this part I have also done some experiments with X86 hardware performance counters and the microarchitectural optimization (optimization of issue ports using).
Teaching
During post-graduate studying I have done lecturing by the courses:
- Theory of Distributed Computer Systems Functioning Organization
- Operating systems