Reflections on Trusting Trust, and Introduction to "weicc".
I am an undergraduate student in the Computer Science Department at HKMU. My study interest is system programming, specifically operating systems, compilers / interpreters, distributed systems, and computer architecture. I am the co-founder of A4.
[BIO]
[CV]
Reflections on Trusting Trust, and Introduction to "weicc".
Thread switching and scheduling implementation in xv6.
3 kinds of interrupts - system call, device interrupts, fault / exceptions handling in xv6.
An overview of modern compilers.
MapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a cluster. Here is my notes about this famous paper.