Sökning: "garbage collector"

Visar resultat 1 - 5 av 14 avhandlingar innehållade orden garbage collector.

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

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

    Sammanfattning : 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. LÄS MER

  2. 2. Scheduling Garbage Collection in Embedded Systems

    Författare :Roger Henriksson; Institutionen för datavetenskap; []
    Nyckelord :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;

    Sammanfattning : 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. LÄS MER

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

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

    Sammanfattning : 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. LÄS MER

  4. 4. A concurrent garbage collector for the (v,G)-machine

    Författare :Niklas Röjemo; Chalmers tekniska högskola; []
    Nyckelord :NATURVETENSKAP; NATURAL SCIENCES;

    Sammanfattning : .... LÄS MER

  5. 5. Garbage collecting reactive real-time systems

    Författare :Martin Kero; Luleå tekniska universitet; []
    Nyckelord :NATURVETENSKAP; NATURAL SCIENCES; Dependable Communication and Computation Systems; Kommunikations- och beräkningssystem;

    Sammanfattning : As real-time systems become more complex, the need for more sophisticated runtime kernel features arises. One such feature that substantially lessens the burden of the programmer is automatic memory management, or garbage collection. However, incorporating garbage collection in a real-time kernel is not an easy task. LÄS MER