Kompilace bajtkódu jazyka Sky do C++

Programming language Sky is functional programming language designed for distributed data processing. Today exists a compiler implementation which compiles Sky into a bytecode. The bytecode is interpreted by Sky virtual machine. Today demands put on data processing speed highly exceed capabilities o...

Full description

Bibliographic Details
Main Author: Brodský, David
Other Authors: Yaghob, Jakub
Format: Dissertation
Language:Czech
Published: 2010
Online Access:http://www.nusl.cz/ntk/nusl-298664
Description
Summary:Programming language Sky is functional programming language designed for distributed data processing. Today exists a compiler implementation which compiles Sky into a bytecode. The bytecode is interpreted by Sky virtual machine. Today demands put on data processing speed highly exceed capabilities of the virtual machine. The goal of this work is to speed up virtual machine's interpretation of instructions by compiling bytecode into a code in C++. The implementation must be easily integrated with the current system so that it will be easier to continue with the development of the virtual machine by it's authors.