Elevator Pitch
My senior project is to develop a technology that provides higher performance and security for target applications. It is called unikernel which is an optimized library operating system. Unikernel consists of the minimum set of components that a target application … Read More
CS388 – Week 1 – First Idea
Compile Python code into byte code. To enable JVM to run python code. Since JVM executes bytecode, I want to find a way to automatically compile python code to byte code. Software involved: JVM, javac, python interpreter The difficulties come … Read More