Essays about: "ERLANG"

Showing result 11 - 15 of 58 essays containing the word ERLANG.

  1. 11. Benchmarking Parallelism and Concurrency in the Encore Programming Language

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Mikael Östlund; [2016]
    Keywords : ;

    Abstract : Due to the limit in speedup of clock speed, most modern computers now sport multicore chips to provide computing power. Currently, programming language support for such machines often consists of extensions to languages that were originally designed to be sequential. New programming models and languages are needed that are parallel by design. READ MORE

  2. 12. Erlang on Adapteva's Parallella

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Magnus Lång; [2016]
    Keywords : ;

    Abstract : By connecting many simple general-purpose RISC CPUs with a Network-on-Chip memory system, the Epiphany co-processor architecture provides promising power-efficiency. This thesis presents ParallErlang, a modified Erlang Runtime System, capable of running some actors on the Epiphany co-processor. READ MORE

  3. 13. The Hopper language- A Haskell-like language on the Erlang VM

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : William Hughes; Jacob Jarmar; Johan Larsson; David Lindbom; Björn Norgren; Johan Wikström Schützer; [2015-06-25]
    Keywords : ;

    Abstract : The following report aims to give insight into the design and implementation of a statically typed functional language for the Erlang virtual machine, discussing how such an implementation may be approached and whether it appears to be feasible. The primary goal of the project was to design a grammar specification and implement a compiler for such a language. READ MORE

  4. 14. LCS Capable GSM Network

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Tejas Oza; [2015]
    Keywords : ;

    Abstract : This thesis is about Location Based Services which intends to acquire the location of the mobile phone. The goal of our thesis project is to extend the Mobile Switching Centre and Base Station Controller with location based support which is a part of the Global System for Mobile Communications that follows the 3rd Generation Partnership Project standards and integrate with the Mobile Arts Home Location Register, Gateway Mobile Location Centre and Serving Mobile Location Centre. READ MORE

  5. 15. A Tracing JIT Compiler for Erlang using LLVM

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Johan Fänge; [2015]
    Keywords : erlang; tracing; jit; llvm; beam; Technology and Engineering;

    Abstract : We have modified the Erlang runtime to add support for a tracing just-in-time (JIT) compiler, similar to Mozilla’s TraceMonkey. Tracing is a technique to augment an existing interpreter with a JIT simply by recording the instructions executed during a loop iteration, and then generate optimized native code from this. READ MORE