scispace - formally typeset
Patent

Method and system for program transformation

Reads0
Chats0
TLDR
In this paper, a method and system method for analyzing calls in an executable computer program is provided, which determines if a call is intercepted in a native processor code, analyzes intermediate language code of a function, and checks each function for an exception clause.
Abstract
A method and system method for analyzing calls in an executable computer program is provided. The process determines if a call is intercepted in a native processor code; analyzes intermediate language code of a function if the call is not intercepted in the native processor code; and checks each function for an exception clause. The process also determines if a call is implemented in a managed code or a native processor code; searches for an existing call to a function if the call is implemented in the managed code; adds a new call record if the call does not exist; and links an outgoing argument of the call to an incoming argument of the call. The process also determines if a link between a target node and source node already exists; and creates a link between a target node and a source node if the link does not exist.

read more

Citations
More filters
Patent

Token-based payment processing system

TL;DR: In this paper, a first-computer-implemented method for preventing the transmission of confidential information between a first computer and a second computer in communication with the first computer is presented.
Patent

Tokenized payment processing schemes

TL;DR: In this article, a payment processing system for accepting manually-entered payment-card numbers is proposed, where instead of entering a payment card account number into an application module, the card number is instead captured and stored within a tokenizer before being sent to the application module.
Patent

System and method for efficient compilation and invocation of function type calls

TL;DR: In this paper, the authors present a system and method for efficient compilation and invocation of function type calls in a virtual machine (VM), or other runtime environment, and particularly for use in a system that includes a Java Virtual Machine (JVM).
Patent

Permissive access control for modular reflection

TL;DR: In this article, access to a module element by a second module is prohibited if the module element within the first module has not been exposed to the second module, depending on whether the particular module element has been declared with a public or non-public access modifier.
Patent

Method and apparatus for automatic device program generation

TL;DR: In this article, a method and apparatus for automatic generation of a device program including determining a controller from among a plurality of controllers displayed in a graphical user interface (GUI) on a user device communicatively coupled to a corresponding external controller is presented.
References
More filters
Patent

Dynamic classification of sections of software

TL;DR: In this article, a profile-based optimization system is used to optimize management of the sections of software during later execution, by matching the usage background to a usage profile in the set of usage profiles.
Patent

Verifier to check intermediate language

TL;DR: In this article, a computer-implemented method is proposed to verify metadata of an intermediate language code for consistency and accuracy, and then verify the intermediate language codes for consistency.
Patent

System for modifying relocatable object code files to monitor accesses to dynamically allocated memory

Reed Hastings
TL;DR: In this article, an object code expansion program is used to add instructions to object code files of a second program, to monitor substantially all of the memory accesses of the second program.
Patent

Interface for symbol table construction in a multilanguage optimizing compiler

TL;DR: A compiler framework uses a generic "shell" and a generic back end (where the code generator is target-specific) as mentioned in this paper, where the generic shell provides the functions of optimization, register and memory allocation, and code generation.
Patent

Compiler back end calling predetermined front end routines that use effect and dependency indicators to provide information to the compiler to determine the validity of an optimization

TL;DR: In this article, a compiler framework uses a generic "shell" and a generic back end (where the code generator is target-specific) for optimization, register and memory allocation, and code generation.