Essays about: "Källkodsanalys"

Found 4 essays containing the word Källkodsanalys.

  1. 1. Throughput Analysis of Safepoint-attached Barriers in a Low-latency Garbage Collector : Analysis of a Compiler Optimization in the HotSpot JVM

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Filip Wilén; [2023]
    Keywords : Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Abstract : When using managed programming languages, there is an essential benefit in having a fast and efficient compiler and garbage collector; one garbage collector currently under development is the HotSpot low-latency concurrent Generational Z Garbage Collector. Concurrent memory management runs application threads and garbage collection threads simultaneously. READ MORE

  2. 2. Contributions to the usability of Sorald for repairing static analysis violations

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Henry Luong Phu; [2021]
    Keywords : Software quality; static analysis; rule violation; automated repair; Kvalitetssäkring; statiskt analys; regelbrott; automatisk reparation;

    Abstract : Automated static analysis tools are important in modern software quality assurance. These tools scan the input source or binary code for a set of rules to detect functional or maintainability problems and then warn developers about the found rule violations. READ MORE

  3. 3. KtSpoon: Modelling Kotlin by extending Spoon’s Java Metamodel

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Jesper Lundholm; [2021]
    Keywords : Code analysis; code transformation; metamodel; abstract representation; Kotlin; Spoon; Källkodsanalys; kodtransformation; metamodell; abstrakt representation; Kotlin; Spoon;

    Abstract : Kotlin is a relatively new language that has received much attention since its first stable release in February 2016. Despite the fast growth of the language, there is a lack of libraries to provide an intuitive, typed abstract syntax tree (AST). READ MORE

  4. 4. The impact of reactive programming on code complexity and readability: A Case Study

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Gustaf Holst; Alexander Gillberg; [2020]
    Keywords : Reactive programming; code quality; software readability; code complexity; Reaktiv programmering; kodkvalitet; läsbarhet; kodkomplexitet;

    Abstract : Reaktiv programmering är ett programmeringsparadigm som har utvecklats för att underlätta byggande av händelsedrivna reaktiva applikationer. Dess förespråkare hävdar att det kan leda till ökad kodkvalitet, men få studier har utförts för att underbygga dessa påståenden empiriskt. READ MORE