会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • Mechanism for re-writing an executable having mixed code and data
    • 重写具有混合代码和数据的可执行文件的机制
    • US06324689B1
    • 2001-11-27
    • US09164255
    • 1998-09-30
    • Paul Geoffrey LowneyDavid William GoodwinRobert Cohn
    • Paul Geoffrey LowneyDavid William GoodwinRobert Cohn
    • G06F945
    • G06F8/4442
    • A method for permitting software optimization tools, software instrumenting tools and other analysis tools to re-write executables having mixed instructions and data uses a data structure having an entry for each multi-bit word in an executable file. Each entry of the data structure includes a number of flags that are set to identify the type of the multi-bit word in the associated line of the executable file. The types include instruction, data and unclassified. Each entry also includes a flag that indicates that the multi-bit word should not be optimized and a flag indicating that the multi-bit word is a problem branch. The no-optimize and problem branch flags may be used to identify multi-bit words that may be either branch instructions or data, and to ensure that such multi-bit words are not affected by optimization or other rewriting of the executable. In addition, a problem fall through flag is provided to maintain program flow for possible fall through code segments.
    • 允许软件优化工具,软件测试工具和其他分析工具来重写具有混合指令和数据的可执行程序的方法使用具有可执行文件中的每个多位字的条目的数据结构。 数据结构的每个条目包括多个标志,其被设置为标识可执行文件的相关行中的多位字的类型。 类型包括指令,数据和未分类。 每个条目还包括一个标志,表示多位字不应该被优化,一个标志指示多位字是一个问题分支。 不优化和问题分支标志可以用于识别可以是分支指令或数据的多位字,并且确保这样的多位字不受可执行文件的优化或其他重写的影响。 此外,提供了一个问题跌倒标志,以保持程序流程,以便可能落后于代码段。
    • 3. 发明授权
    • Software mechanism for reducing exceptions generated by speculatively
scheduled instructions
    • 用于减少由推测性安排的指令产生的异常的软件机制
    • US5901308A
    • 1999-05-04
    • US617014
    • 1996-03-18
    • Robert CohnMichael C. AdlerPaul Geoffrey Lowney
    • Robert CohnMichael C. AdlerPaul Geoffrey Lowney
    • G06F9/38G06F9/45G06F11/34G06F9/00
    • G06F8/445G06F11/3466G06F9/3842G06F9/3861
    • A method of compiling an application to reduce the occurrence of speculative exceptions is described. The method includes the steps of compiling the application to provide a speculation table and an executable file, and obtaining profile information about said compiled application using representative data sets. The compiler includes a scheduler unit for rearranging the order of the instructions in the application to provide optimal performance. The speculation table comprises a number of entries corresponding to the instructions of the application, each entry including a tag identifying the instruction and a semaphore indicating whether or not the instruction is likely to cause an exception. The executable file is run using a number of representative data sets to profile information identifying those instructions that result in exceptions, and the tag of the instruction is stored in a log file. After the profiling has completed, the tags of the instructions causing exceptions are used to set the semaphores in the speculation table corresponding to the tag. The application is then re-compiled. During the recompilation, those instructions with their semaphores set; i.e. those instructions causing exceptions, will not be speculatively scheduled by the compiler.
    • 描述了一种编译应用程序以减少投机异常发生的方法。 该方法包括编译应用程序以提供猜测表和可执行文件的步骤,以及使用代表性数据集获取关于所述编译应用的简档信息。 编译器包括用于重新排列应用程序中的指令的顺序以提供最佳性能的调度器单元。 推测表包括与应用程序的指令对应的多个条目,每个条目包括标识指令的标签和指示该指令是否可能引起异常的信号量。 可执行文件使用许多代表性数据集进行运行,以便对识别导致异常的那些指令进行简档信息,并将指令的标签存储在日志文件中。 分析完成后,导致异常的指令的标签用于设置与标签对应的推测表中的信号量。 然后应用程序被重新编译。 在重新编译期间,设置了它们的信号量的指令; 即导致异常的那些指令不会被编译器推测地调度。
    • 5. 发明授权
    • Software mechanism for accurately handling exceptions generated by
instructions scheduled speculatively due to branch elimination
    • 用于精确处理由于分支消除而推测的指令生成的异常的软件机制
    • US5923863A
    • 1999-07-13
    • US548114
    • 1995-10-25
    • Michael C. AdlerSteven O. HobbsPaul Geoffrey Lowney
    • Michael C. AdlerSteven O. HobbsPaul Geoffrey Lowney
    • G06F9/38G06F9/45
    • G06F9/3865G06F8/443G06F8/445G06F9/30072G06F9/3842
    • Methods for handling exceptions caused by speculatively scheduled instructions or predicated instructions executed within a computer program are described. The method for speculatively scheduled instructions includes checking at a commit point of a speculatively scheduled instruction, a semaphore associated with the speculatively scheduled instruction and branching to an error handling routine if the semaphore is set. A set semaphore indicates that an exception occurred when the speculatively scheduled instruction was executed. For a predicated instruction the method includes checking a predicate of an eliminated branch and a semaphore associated with the speculative instruction at a commit point of the speculative instruction and branching to an error handling routine if the semaphore indicates that an exception occurred when said speculative instruction was executed, and the predicate is true, which indicates that said speculative instruction was properly executed.
    • 描述用于处理在计算机程序中执行的由推测性调度的指令或预测指令引起的异常的方法。 用于推测性调度指令的方法包括在推测性调度指令的提交点处检查与所述推测性调度指令相关联的信号量,并且如果设置了所述信号量则将其分支到错误处理例程。 设置的信号量指示执行推测性调度指令时发生异常。 对于预测指令,该方法包括在推测性指令的提交点处检查被排除的分支和与推测指令相关联的信号量的谓词,并分支到错误处理例程,如果信号量指示当所述推测指令为 执行,谓词为true,表示所述推测指令已正确执行。