Font Size: a A A

Code Generation Techniques for Raw Data Processin

Posted on:2018-05-03Degree:M.SType:Thesis
University:University of California, MercedCandidate:Zhang, XinFull Text:PDF
GTID:2478390020957355Subject:Computer Science
Abstract/Summary:
The motivation of the current study was to design an algorithm that can speed up the processing of a query. The important feature is generating code dynamically for a specific query.;We present the technique of code generation that is applied to query processing on a raw file. The idea was to customize a query program with a given query and generate a machine- and query-specific source code. The generated code is compiled by GCC, Clang or any other C/C++ compiler, and the compiled file is dynamically linked to the main program for further processing. Code generation reduces the cost of generalizing query processing. It also avoids the overhead of the conventional interpretation during achieve high performance.
Keywords/Search Tags:Query, Code generation, Processing
Related items