Essays about: "Master compiler"

Showing result 1 - 5 of 8 essays containing the words Master compiler.

  1. 1. Improving Debugging For Optimized Rust Code On Embedded Systems

    University essay from Luleå tekniska universitet/Datavetenskap

    Author : Niklas Lundberg; [2022]
    Keywords : Master thesis; Rust; Debug; Embedded systems; Optimized code;

    Abstract : Debugging is an essential part of programming. No debugger is good at debugging optimized Rust code, which is a problem because unoptimized Rust code is slow compared to optimized. The ability to debug optimized code is important for embedded systems because of the close relation to hardware. READ MORE

  2. 2. Change And Version Management Of Transport Network Data Between Different Database Models : A Case Study On The Swedish National Road Database

    University essay from KTH/Geoinformatik

    Author : Josefine Jonsson; [2019]
    Keywords : FME; DBMS; GIS; NVDB; Transport Network; Database standard; INSPIRE; OpenTNF;

    Abstract : The Swedish Road Administration wants to compile all the national road database data from The Swedish Mapping, Cadastral and Land Registration Authority using a Geographical Information System compiler in order to increase the efficiency of data flow between their respective databases. The objective of this master’s thesis has been to build a software solution containing changed private road data input from The Swedish Mapping, Cadastral and Land Registration Authority and processing it into the OpenTNF standard format. READ MORE

  3. 3. DrAST - An attribute debugger for JastAdd

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Joel Lindholm; Johan Thorsberg; [2016]
    Keywords : debugger; compiler; reflection; Java; JastAdd; attribute grammar; visualization; interactive; Technology and Engineering;

    Abstract : Here we present a solution for debugging compilers that use abstract-syntax trees as their internal structure. The solution focuses on capturing one specific state of the compilation process, and should not be confused with the more known step-by-step debugging. READ MORE

  4. 4. Performance analysis and improvement of PostgreSQL

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Martin Lindblom; Fredrik Strandin; [2015]
    Keywords : PostgreSQL; postgres; performance analysis; optimization; prefetching; filesystems; Technology and Engineering;

    Abstract : PostgreSQL is a database management system, used in many different applications throughout the industry. As databases often are the bottlenecks in the performance of applications, their performance becomes crucial. Better performance can either be achieved by using more and faster hardware, or by making the software more efficient. READ MORE

  5. 5. Extended Metamodelica Based Integrated Copiler Generator

    University essay from PELAB - Laboratoriet för programmeringsomgivningar; Tekniska högskolan

    Author : Arunkumar Palanisamy; [2012]
    Keywords : OMCCp; MetaModelica; Modelica; Parser Generator; flex; bison;

    Abstract : OMCCp is a new generation (not yet released) of the OpenModelica Compiler-Compiler parser generator which contains an LALR parser generator implemented in the MetaModelica language with parsing tables generated by the tools Flex and GNU Bison. It also contains very good error handling and is integrated with the MetaModelica semantics specification language. READ MORE