Search for dissertations about: "Garbage Collection"

Showing result 1 - 5 of 24 swedish dissertations containing the words Garbage Collection.

  1. 1. Scheduling Garbage Collection in Embedded Systems

    Author : Roger Henriksson; Institutionen för datavetenskap; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES; memory management; garbage collection; real-time; embedded systems; hard deadlines; run-time systems; Systems engineering; scheduling analysis; Data- och systemvetenskap; computer technology;

    Abstract : The complexity of systems for automatic control and other safety-critical applications grows rapidly. Computer software represents an increasing part of the complexity. As larger systems are developed, we need to find scalable techniques to manage the complexity in order to guarantee high product quality. READ MORE

  2. 2. 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

  3. 3. On Composability, Efficient Design and Memory Reclamation of Lock-free Data Structures

    Author : Dang Nhan Nguyen; Chalmers tekniska högskola; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES; NATURVETENSKAP; NATURAL SCIENCES; Mark-Compact; Garbage Collection; Composability; Multicore Programming; Non-blocking; Concurrent Data Structure; Synchronization; Lock-free; Mark-Split; NUMA; Parallel Garbage Collection;

    Abstract : The transition to multicore processors has brought synchronization, a fundamental challenge in computer science, into focus. In looking for solutions to the problem, interest has developed in the lock-free approach, which has been proven to achieve several advantages over the traditional mutual exclusion approach. READ MORE

  4. 4. 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

  5. 5. Lock-free Data Structures in Multicore Software Programming

    Author : Dang Nhan Nguyen; Chalmers tekniska högskola; []
    Keywords : NATURVETENSKAP; NATURAL SCIENCES; Mark-Split; Concurrent Data Structures; Garbage Collection; Lock-free; Concurrent Garbage Collector; Composition; Java;

    Abstract : Lock-free data objects have been proven to have many advantages over their lock-based counter-parts such as high scalability, performance, and immunity to deadlocks and livelocks. Several lock-free implementations of fundamental data structures have been introduced in the literature, and used in practice. READ MORE