会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • COMPUTER, PROGRAM, AND MEMORY MANAGEMENT METHOD
    • 计算机,程序和内存管理方法
    • US20140337597A1
    • 2014-11-13
    • US14359325
    • 2012-03-02
    • Motoki ObataYasushi MiyataHiroyasu Nishiyama
    • Motoki ObataYasushi MiyataHiroyasu Nishiyama
    • G06F3/06
    • G06F3/0647G06F3/0604G06F3/0683G06F12/0276
    • A computer capable of managing reference relationships between data executes access of first and second storage regions in which stored data can be altered and a third storage region in which stored data cannot be altered. The computer sets specification data in the first storage region for accessing data stored in the second and third storage regions, and shifts data having a reference relationship with the specification data from among the data stored in the third storage region to the second storage region. If the accessing occurs while the shifting is being carried out and the data has already been shifted to the second storage region, the reference information for the specification data is amended to the shifted location of the data, and all of the references to data in the third storage region that are referenced by the specification data are amended, thereby releasing the third storage region.
    • 能够管理数据之间的参考关系的计算机执行可以改变存储数据的第一和第二存储区域的访问以及不能改变存储数据的第三存储区域。 计算机在第一存储区域中设置用于访问存储在第二和第三存储区域中的数据的指定数据,并且将存储在第三存储区域中的数据与指定数据具有参考关系的数据移动到第二存储区域。 如果在执行移位并且数据已经被移动到第二存储区域时发生访问,则将指定数据的参考信息修改为数据的移位位置,并且所有对数据的引用 由规格数据引用的第三存储区域被修改,从而释放第三存储区域。
    • 4. 发明申请
    • APPLICATION ANALYSIS METHOD, ANALYSIS SYSTEM AND RECORDING MEDIUM
    • 应用分析方法,分析系统和记录介质
    • US20130212565A1
    • 2013-08-15
    • US13699151
    • 2010-07-23
    • Hiroyasu Nishiyama
    • Hiroyasu Nishiyama
    • G06F11/36
    • G06F11/3612G06F17/30286
    • Disclosed is a method for analyzing a program that includes database operation statements, said method including: a first procedure for analyzing control flow of a program and data used in the program, on the basis of the program and the execution result of the program; a second procedure for analyzing the dependency relationship among a plurality of database operation statements, in accordance with the analysis result of the first procedure and the operation details of the plurality of database operation statements; a third procedure for analyzing the propagation path of the incorrect operation in the opposite direction to the control flow, on the basis of the analysis result of the first procedure and the analysis result of the second procedure and taking as a starting point for analysis a predetermined program location which is operating incorrectly; and a fourth procedure for displaying program statements on the propagation path obtained by the third procedure.
    • 公开了一种用于分析包括数据库操作语句的程序的方法,所述方法包括:基于程序的程序和执行结果分析程序的控制流程和程序中使用的数据的第一过程; 根据第一过程的分析结果和多个数据库操作语句的操作细节,分析多个数据库操作语句之间的依赖关系的第二过程; 第三步骤,基于第一过程的分析结果和第二过程的分析结果,分析与控制流相反方向的错误操作的传播路径,并将其作为分析预定的起始点 程序位置不正确; 以及用于在通过第三过程获得的传播路径上显示程序语句的第四过程。
    • 5. 发明申请
    • MEMORY MANAGEMENT METHOD, COMPUTER SYSTEM AND PROGRAM
    • 内存管理方法,计算机系统和程序
    • US20120324199A1
    • 2012-12-20
    • US13391566
    • 2010-03-04
    • Ryozo YamashitaHiroyasu NishiyamaTomoya Ohta
    • Ryozo YamashitaHiroyasu NishiyamaTomoya Ohta
    • G06F12/00
    • G06F12/0269
    • Disclosed is a computer system for reliably running a plurality of programs performing garbage collection with less physical memory than in the past. For this purpose, there is disclosed a memory management method that releases unneeded areas in a plurality of memory areas that have been used by each of a plurality of programs stored in memory and executed on a processing unit, the processing unit acquires an index for determining the start of releasing a memory area, compares the index with a predetermined threshold, and when the index exceeds the threshold, selects one of the plurality of programs, collects unneeded areas of the memory areas used by the selected program, and releases the collected areas.
    • 公开了一种用于以比过去更少的物理存储器可靠地运行执行垃圾回收的多个程序的计算机系统。 为此,公开了一种存储器管理方法,其释放由存储在存储器中并在处理单元上执行的多个程序中的每一个使用的多个存储区域中的不需要的区域,处理单元获取用于确定的索引 开始释放存储区域,将索引与预定阈值进行比较,并且当索引超过阈值时,选择多个程序中的一个程序,收集所选程序使用的存储区域的不需要的区域,并释放所收集的区域 。
    • 7. 发明申请
    • MEMORY MANAGEMENT METHOD AND COMPUTER
    • 内存管理方法与计算机
    • US20100250629A1
    • 2010-09-30
    • US12607622
    • 2009-10-28
    • Motoki ObataHiroyasu NishiyamaMasahiko Adachi
    • Motoki ObataHiroyasu NishiyamaMasahiko Adachi
    • G06F12/02G06F17/30
    • G06F12/0253G06F12/08
    • A memory management method is provided to manage a memory in which areas of a garbage collected Java heap memory and a non-garbage collected external heap memory can be secured, by using a program executed by a processor in a computer. If it is judged that there is no reference to all data arranged in the external heap memory or starting point data of reference relations included in the all data, from data arranged outside the external heap memory, then the external heap memory is judged to be capable of being deallocated. As a result, it becomes possible to implement memory management in which garbage collection needing a long time program stop is not conducted and an additional API is not used.
    • 提供了一种存储器管理方法,用于通过使用由计算机中的处理器执行的程序来管理可以确保垃圾收集的Java堆存储器和非垃圾收集的外部堆存储器的区域的存储器。 如果判断不存在外部堆存储器中排列的所有数据或包含在全部数据中的参考关系的起始点数据,则从外部堆存储器外部的数据中判断外部堆存储器是否能够 被释放。 结果,可以实现不进行需要长时间程序停止的垃圾回收和不使用附加API的存储器管理。
    • 9. 发明授权
    • Processor having a selector circuit for selecting an output signal from a hit/miss judgement circuit and data from a register file
    • 处理器具有用于从命中/未命中判断电路中选择输出信号的选择器电路和来自寄存器文件的数据
    • US06775740B1
    • 2004-08-10
    • US09645406
    • 2000-08-25
    • Hiroyasu Nishiyama
    • Hiroyasu Nishiyama
    • G06F1208
    • G06F9/30043G06F9/3824G06F9/3851G06F9/3861
    • A processor for carrying out an arithmetic operation in accordance with a program using data stored in a memory connected to the outside includes: a register file having at least one register for storing therein data which is used in the arithmetic operation or data of the result of the arithmetic operation; a cache memory holding therein a copy of a part of the data which is stored in the memory; a hit/miss judgement circuit judging whether or not data which is to be accessed in accordance with an access instruction is present in the cache memory; and an arithmetic operation unit receiving as its input a judgement result obtained from the hit/miss judgement circuit and a data which has been read out from the register file to carry out a predetermined arithmetic operation.
    • 一种用于根据存储在连接到外部的存储器中的数据的程序执行算术运算的处理器包括:具有至少一个寄存器的寄存器文件,用于存储在算术运算中使用的数据或数据的结果 算术运算; 保存存储在存储器中的数据的一部分的副本的高速缓冲存储器; 判断根据访问指令被访问的数据是否存在于高速缓冲存储器中的命中/未命中判断电路; 以及算术运算单元,作为其输入接收从命中/未命中判断电路获得的判断结果和从寄存器文件读出的数据,以进行预定的算术运算。
    • 10. 发明授权
    • Memory access optimizing method
    • 内存访问优化方法
    • US06401187B1
    • 2002-06-04
    • US09581361
    • 2000-06-12
    • Keiko MotokawaHiroyasu NishiyamaSumio Kikuchi
    • Keiko MotokawaHiroyasu NishiyamaSumio Kikuchi
    • G06F1208
    • G06F8/4442G06F12/0862G06F2212/6028
    • The present invention provides a memory access optimizing method which judges an access method suitable for each of memory accesses and executes the preload optimization and prefetch optimization, according to the judgement result, for an architecture equipped with a prefetch mechanism to write the data on a main storage device into a cache memory and a preload mechanism to write the data on the main storage device into a register without writing it into the cache memory. The memory access method judging step analyzes whether or not there is a designation of a memory access method by a user. Moreover, the memory access method judging step investigates whether or not the data are already in a cache memory, whether or not the data compete with other data for a cache, whether or not the data are to be referred to again later, and whether or not the data fulfill the restriction on register resources.
    • 本发明提供了一种存储器访问优化方法,其判断适合于每个存储器访问的访问方法,并根据判断结果执行预加载优化和预取优化,对于具有预取机制的架构将数据写入主 存储设备进入高速缓冲存储器和预载机制,以将主存储设备上的数据写入寄存器而不将其写入高速缓冲存储器。 存储器访问方法判断步骤分析用户是否存在存储器访问方法的指定。 此外,存储器访问方法判断步骤检查数据是否已经在高速缓冲存储器中,数据是否与高速缓存的其他数据进行竞争,无论以后是否再次参考数据,以及是否或者 数据不符合注册资源的限制。