会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • Dynamic performance monitoring-based approach to memory management
    • 基于动态性能监控的内存管理方法
    • US07490117B2
    • 2009-02-10
    • US10749425
    • 2003-12-31
    • Sreenivas SubramoneyRichard HudsonMauricio SerranoAli-Reza Adl-Tabatabai
    • Sreenivas SubramoneyRichard HudsonMauricio SerranoAli-Reza Adl-Tabatabai
    • G06F12/08
    • G06F11/348G06F12/0253G06F12/0269G06F2201/88G06F2201/885Y10S707/99957
    • Techniques are described for optimizing memory management in a processor system. The techniques may be implemented on processors that include on-chip performance monitoring and on systems where an external performance monitor is coupled to a processor. Processors that include a Performance Monitoring Unit (PMU) are examples. The PMU may store data on read and write cache misses, as well as data on translation lookaside buffer (TLB) misses. The data from the PMU is used to determine if any memory regions within a memory heap are delinquent memory regions, i.e., regions exhibiting high numbers of memory problems or stalls. If delinquent memory regions are found, the memory manager, such as a garbage collection routine, can efficiently optimize memory performance as well as the mutators performance by improving the layout of objects in the heap. In this way, memory management routines may be focused based on dynamic and real-time memory performance data.
    • 描述了用于优化处理器系统中的存储器管理的技术。 这些技术可以在包括片上性能监视的处理器以及外部性能监视器耦合到处理器的系统上实现。 包括性能监控单元(PMU)的处理器就是例子。 PMU可以将数据存储在读取和写入高速缓存未命中,以及翻译后备缓冲区(TLB)未命中的数据。 来自PMU的数据用于确定存储器堆中的任何存储器区域是否是过期存储器区域,即表现出大量存储器问题或失速的区域。 如果发现存在不正当的内存区域,诸如垃圾收集例程的存储器管理器可以通过改进堆中对象的布局来有效地优化存储器性能以及突变器的性能。 以这种方式,可以基于动态和实时存储器性能数据来集中存储器管理例程。
    • 8. 发明申请
    • Method and system for improving the concurrency and parallelism of mark-sweep-compact garbage collection
    • 改进标记扫描小型垃圾收集的并发性和并行性的方法和系统
    • US20050198088A1
    • 2005-09-08
    • US10793707
    • 2004-03-03
    • Sreenivas SubramoneyRichard Hudson
    • Sreenivas SubramoneyRichard Hudson
    • G06F17/30
    • G06F16/2308
    • An arrangement is provided for using only one bit vector per heap block to improve the concurrency and parallelism of mark-sweep-compact garbage collection in a managed runtime system. A heap may be divided into a number of heap blocks. Each heap block has only one bit vector used for marking, compacting, and sweeping, and in that bit vector only one bit is needed per word or double word in that heap block. Both marking and sweeping phases may proceed concurrently with the execution of applications. Because all information needed for marking, compacting, and sweeping is contained in a bit vector for a heap block, multiple heap blocks may be marked, compacted, or swept in parallel through multiple garbage collection threads. Only a portion of heap blocks may be selected for compaction during each garbage collection to make the compaction incremental to reduce the disruptiveness of compaction to running applications and to achieve a fine load-balance of garbage collection process.
    • 提供了一种仅对每个堆块使用一个位向量来提高被管理的运行时系统中标记扫描紧凑垃圾收集的并发性和并行性的布置。 堆可以分为多个堆块。 每个堆块只有一个位向量用于标记,压缩和扫描,并且在该位向量中,该堆块中每个字或双字只需要一个位。 标记和扫描阶段都可以与应用程序的执行同时进行。 因为标记,压缩和扫描所需的所有信息都包含在堆块的位向量中,所以可以通过多个垃圾回收线程并行地标记,压缩或扫描多个堆块。 在每个垃圾收集期间,只能选择一部分堆块进行压缩,以使压缩增量减少压缩对运行应用程序的破坏性,并实现垃圾收集过程的精细负载平衡。
    • 9. 发明申请
    • Bit vector toggling for concurrent mark-sweep garbage collection
    • 位矢量切换并发标记扫描垃圾回收
    • US20050114413A1
    • 2005-05-26
    • US10719443
    • 2003-11-21
    • Sreenivas SubramoneyRichard Hudson
    • Sreenivas SubramoneyRichard Hudson
    • G06F12/02G06F17/30
    • G06F12/0269Y10S707/99944Y10S707/99957
    • An arrangement is provided for using bit vector toggling to achieve concurrent mark-sweep garbage collection in a managed runtime system. A heap may be divided into a number of heap blocks. Each heap block may contain a mark bit vector pointer, a sweep bit vector pointer, and two bit vectors of which one may be initially pointed to by the mark bit vector pointer and used for marking and the other may be initially pointed to by the sweep bit vector pointer and used for sweeping. At the end of the marking phase for a heap block, the bit vector used for marking and the bit vector used for sweeping may be toggled so that marking phase and sweeping phase may proceed concurrently and both phases may proceed concurrently with mutators.
    • 提供了一种使用位向量切换在托管运行时系统中实现同时标记扫描垃圾收集的布置。 堆可以分为多个堆块。 每个堆块可以包含标记位向量指针,扫描位矢量指针和两个位向量,其中可以由标记位向量指针最初指向并用于标记的两个位向量,另一个可以由扫描开始指向 位向量指针并用于扫描。 在堆块的标记阶段结束时,可以切换用于标记的位向量和用于扫描的位向量,以便同时进行标记相位和扫描阶段,并且两个阶段可以与变异器同时进行。