Essays about: "Heap Object"

Found 3 essays containing the words Heap Object.

  1. 1. Avoiding Out-Of-Memory Errors in ThinGC

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Pontus Ernstedt; [2020]
    Keywords : ;

    Abstract : A new garbage collector, called ThinGC, is producing out-of-memory errors when applied to certain user applications. ThinGC introduces a classification of objects as either hot or cold, where hot objects are currently in use by the application and cold objects are not. READ MORE

  2. 2. Context-sensitive Points-To Analysis : Comparing precision and scalability

    University essay from Institutionen för datavetenskap, fysik och matematik, DFM

    Author : Ievgen Kovalov; [2012]
    Keywords : Points-To Analysis; Context-sensitivity; Spark; Paddle; P2SSA; Simulated execution; Binary Decision Diagrams; JNI; Soot; Analysis Time; Call Edge; Heap Object; Analysis Memory.;

    Abstract : Points-to analysis is a static program analysis that tries to predict the dynamic behavior of programs without running them. It computes reference information by approximating for each pointer in the program a set of possible objects to which it could point to at runtime. READ MORE

  3. 3. Heapy: A Memory Profiler and Debugger for Python

    University essay from Institutionen för datavetenskap

    Author : Sverker Nilsson; [2006]
    Keywords : memory profiling; memory leaks; debugging; optimization; testing; quality assurance; Python;

    Abstract : Excessive memory use may cause severe performance problems and system crashes. Without appropriate tools, it may be difficult or impossible to determine why a program is using too much memory. READ MORE