Search for dissertations about: "static garbage collector"

Found 4 swedish dissertations containing the words static garbage collector.

  1. 1. Memory Efficient Hard Real-Time Garbage Collection

    Author : Tobias Ritzau; Peter Fritzson; Roger Henriksson; Linköpings universitet; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES; hardware progresses; programming languages; garbage collector; real-time reference counting; object ownership; static garbage collector; embedded systems; Computer science; Datavetenskap;

    Abstract : As the development of hardware progresses, computers are expected to solve increasingly complex problems. However, solving more complex problems requires more complex software. To be able to develop these software systems, new programming languages with new features and higher abstraction levels are introduced. READ MORE

  2. 2. Garbage collection for reactive real-time systems

    Author : Martin Kero; Roger Henriksson; Luleå tekniska universitet; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES; Dependable Communication and Computation Systems; Kommunikations- och beräkningssystem;

    Abstract : Predictable use of resources, such as processor time and memory, is a desirable property for virtually any computer system. In real-time computing, static predictability is of particular concern. READ MORE

  3. 3. Garbage Collection, and Memory Efficiency, in Lazy Functional Languages

    Author : Niklas Röjemo; Chalmers tekniska högskola; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES;

    Abstract : Automatic memory management is an important concept in many high order languages. It improves productivity by abstracting away from memory management, but it is not free! The cost can sometimes be much higher than the programmer thought. This is especially true for lazy functional languages where it is not always obvious when things are evaluated. READ MORE

  4. 4. Efficient memory management for message-passing concurrency, Part I : Single-threaded execution

    Author : Jesper Wilhelmsson; Konstantinos Sagonas; Uppsala universitet; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES; Datavetenskap; Computer Science;

    Abstract : Manual memory management is error prone. Some of the errors it causes, in particular memory leaks and dangling pointers, are hard to find. Manual memory management becomes even harder when concurrency enters the picture. READ MORE