会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 43. 发明申请
    • METHOD OF DETECTING MEMORY LEAK CAUSING PORTION AND EXECUTION PROGRAM THEREOF
    • 检测记忆泄漏引起部分的方法及其执行程序
    • US20100153922A1
    • 2010-06-17
    • US12635135
    • 2009-12-10
    • Motoki OBATAHiroyasu Nishiyama
    • Motoki OBATAHiroyasu Nishiyama
    • G06F9/44
    • G06F11/366
    • With regard to a plurality of data stored in a memory, relationship of data is grasped twice after a time interval therebetween. Next, increased data C1, E2, E3 which are not present in data of a first time are extracted from data of a second time, and weights “1”, “2”, “2” in accordance with data sizes are attached to the increased data. Next, the weights are successively propagated from a lower order data of a destination of reference to a higher order data of a source of reference successively. When there are a plurality of lower order data E2, E3 for a higher order D0, a weight constituted by adding the weights “2”, “2” of the plurality of lower data E2, E3 is made to be a weight “4” of the higher order data D0, and the weights of the respective data represent leak scores which causes memory leak.
    • 关于存储在存储器中的多个数据,数据的关系在它们之间的时间间隔之后被抓取两次。 接下来,从第二次的数据中提取不存在于第一次的数据中的增加数据C1,E2,E3,并且根据数据大小将权重“1”,“2”,“2”附加到 增加数据。 接下来,将权重连续地从参考目的地的低位数据传播到参考源的高阶数据。 当存在用于较高阶D0的多个低阶数据E2,E3时,将通过将多个较低数据E2,E3的权重“2”,“2”相加而构成的权重作为权重“4” 的高位数据D0,并且各个数据的权重表示导致存储器泄漏的泄漏分数。
    • 44. 发明申请
    • Code generation method and compiler
    • 代码生成方法和编译器
    • US20080114941A1
    • 2008-05-15
    • US11976084
    • 2007-10-19
    • Hiroyasu Nishiyama
    • Hiroyasu Nishiyama
    • G06F12/00
    • G06F8/4441G06F12/0802G06F2212/2515Y02D10/13
    • For a program that runs on a microprocessor having a cache memory and an on-chip memory embedded therein with a capability of specifying and assigning embedded memory capacities, memory capacities to be allocated to the cache memory and the on-chip memory are determined according to memory sizes required for a set of referent data in the program, and a code is generated based on the memory capacities determined. The program may be divided by extracting at least one phase each comprised of a loop in the program and a set of referent data referred to in each phase, so that the memory capacities are determined according to the memory sizes required for the set of referent data divided.
    • 对于具有高速缓冲存储器的微处理器和嵌入其中的片上存储器的程序,具有指定和分配嵌入式存储器容量的能力,根据以下内容确定要分配给高速缓冲存储器和片上存储器的存储器容量 在程序中的一组指示对象数据所需的存储器大小,并且基于所确定的存储器容量生成代码。 可以通过提取每个由程序中的循环和每个阶段中引用的一组参考数据组成的至少一个相位来划分该程序,从而根据该组指示数据所需的存储器大小来确定存储器容量 分为。
    • 45. 发明申请
    • Pointer compression/expansion method, a program to execute the method and a computer system using the program
    • 指针压缩/扩展方法,执行该方法的程序和使用该程序的计算机系统
    • US20070276794A1
    • 2007-11-29
    • US11709297
    • 2007-02-22
    • Hiroyasu Nishiyama
    • Hiroyasu Nishiyama
    • G06F17/30
    • H03M7/30Y10S707/99942Y10S707/99943
    • A pointer field compression/expansion method is provided for a computer system having a data structure reference function using a pointer. The pointers in data structure which a program refers to are classified into pointers to be frequently referred to and those not to be frequently referred to. The pointers not to be frequently referred to are determined as targets of compression and expansion to thereby reduce and suppress the overhead required for the pointer compression and expansion. Information indicating whether or not a pointer in data structure is a compression target is provided separately or such identifying information is embedded into in the pointer whereby the compressed or uncompressed format of the pointer can be dynamically determined.
    • 为具有使用指针的数据结构参考功能的计算机系统提供指针字段压缩/扩展方法。 程序引用的数据结构中的指针被分为要频繁引用的指针和不经常引用的指针。 将不经常引用的指针确定为压缩和扩展的目标,从而减少和抑制指针压缩和扩展所需的开销。 分别提供指示数据结构中的指针是否是压缩目标的信息,或者将这种识别信息嵌入到指针中,从而可以动态地确定指针的压缩或未压缩格式。
    • 46. 发明申请
    • Heap dump acquiring method
    • 堆垃圾收集方式
    • US20070011216A1
    • 2007-01-11
    • US11442280
    • 2006-05-30
    • Koji DoiHiroyasu NishiyamaMotoki Obata
    • Koji DoiHiroyasu NishiyamaMotoki Obata
    • G06F17/30
    • G06F12/0253
    • Under program execution environment, a file size of a heap dump is reduced which is acquired so as to detect memory leaks, and so as to investigate occurrence causes of the memory leaks. In order to provide a memory leak investigating means which can be used even in a large-scaled system, the below-mentioned heap dump acquiring method is provided: When a heap dump is acquired, only such an object within objects stored in a heap memory is outputted which is adapted to the following conditions: That is, in a condition (1), an object exists among objects which are newly produced within a designated time period, and in another condition (2), an object is present on a reference path defined from a root set to the object which satisfies the above-explained condition (1).
    • 在程序执行环境下,减少堆转储的文件大小,以便检测内存泄漏,以便调查内存泄漏的发生原因。 为了提供甚至可以在大规模系统中使用的内存泄漏调查装置,提供了下面提到的堆转储获取方法:当获取堆转储时,只有存储在堆存储器中的对象内的对象 输出,其适用于以下条件:即,在条件(1)中,在指定时间段内新生成的对象之间存在对象,在另一条件(2)中,对象存在于参考 路径,从满足上述条件(1)的对象的根设置定义。