The present invention relates generally to application development. More particularly, this invention relates to building and distributing application executables based on an intermediate representation of an application.
Retail applications submitted to a market place, such as an application store, are typically packages of fully compiled binary executables for user devices to purchase and/or download. A binary executable may be built targeting a specific type of devices, for example, based on a family of processors or hardware features. Usually, the applications are built to support most popular types of user devices.
However, with the fast advancement in device technologies, increasing number of different types or variations of devices continue to appear in the market. As a result, developers may spend significant amount of resources to support the ever changing types of devices targeted. For example, each binary executable may need to be rebuilt to support even small variations of hardware features or system properties of the targeted devices.
Although techniques such as virtual machines can run a common code to support different types of devices, however, running virtual machine based code may suffer performance tradeoff compared with running natively compiled binary code. Further, requirements for user device to install virtual machine systems may not be practically feasible.
Therefore, traditional mechanisms for application submission and distribution may be inefficient, ineffective and costly.
An application in intermediate code representation (or intermediate format) may be built on a developer device. For example, the intermediate code may be based on bitcode for a compiler infrastructure named LLVM. A compiler may produce the intermediate code when compiling the source code of the application. The application represented by the intermediate code may be submitted to an application store (e.g. application server). Executables of the application may be later rebuilt from the intermediate code targeting multiple client devices which have different processing platforms.
In one embodiment, a compiled code may be generated at a first device for a target device from a source code specifying data processing operations. The compiled code may include executable code and intermediate code. The executable code may be targeted to be executable on devices of a processing (or processor) platform of the target device to perform the data processing operation. The intermediate code may be sent to a second device (which can be part of an application store) remotely coupled to the first device without sending the source code and the executable code to the second device. A plurality of executable codes targeting a plurality of processor platforms can be generated from the intermediate code. Each executable code may perform the data processing operations specified in the source code which is hidden from the intermediate code.
In one embodiment, the second device does not receive the source code so that the developer can preserver the trade secrecy of the source code while also allowing the application store to generate different (target device specific) executables from the intermediate code. For example, the intermediate code may include symbols obfuscated from the source code. Mapping data may be required to relate the symbols in the intermediate code and information of the source code. Both the mapping data and the symbols may be needed to generate debug information for bug reporting.
In another embodiment, an intermediate code received at a server device may be stored in a data storage associated with the server device. The intermediate code may have been generated or built from a source code. The intermediate code may include or embed one or more build options applied for building an executable code from the source code. The executable code may be provided to target devices of a processor platform to perform data processing operations specified in the source code. In one embodiment, a particular executable code may be generated from the intermediate code at the server device to target a particular processor platform according to the build options embedded in the intermediate code. The particular executable code may be forwarded to a device requesting an application corresponding to the particular executable code (for that device) to perform the data processing operations.
Other features of the present invention will be apparent from the accompanying drawings and from the detailed description that follows.
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
Methods and apparatuses for applications represented in intermediate code format are described herein. In the following description, numerous specific details are set forth to provide thorough explanation of embodiments of the present invention. It will be apparent, however, to one skilled in the art, that embodiments of the present invention may be practiced without these specific details. In other instances, well-known components, structures, and techniques have not been shown in detail in order not to obscure the understanding of this description.
Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase “in one embodiment” in various places in the specification do not necessarily all refer to the same embodiment. Further, specific numeric references such as first, second, third, etc., may be made. However, the specific numeric references should not be interpreted as a literal sequential order but rather interpreted as references to different objects.
The processes depicted in the figures that follow, are performed by processing logic that comprises hardware (e.g., circuitry, dedicated logic, etc.), software (such as is run on a general-purpose computer system or a dedicated machine), or a combination of both. Although the processes are described below in terms of some sequential operations, it should be appreciated that some of the operations described may be performed in different order. Moreover, some operations may be performed in parallel rather than sequentially.
An intermediate code represented application (or in intermediate format) can allow an application to be submitted to an application store for distribution (e.g. through downloads from an application store) without submitting fully compiled binary code (e.g. executables with machine instructions). The intermediate code may be produced at the same time when building an application executable from source code of the application.
For example, the intermediate code representing the application may be generated during early phases (e.g. source code compilation) of application building. The application store may perform later phases (e.g. code linking) of the application building or rebuilding based on the intermediate code with added freedom to translate an application executable from one target processor platform to another target processor platform. Thus, an application developer can build an executable of an application for a testing device. An intermediate format of the application can be automatically generated when building the executable. This intermediate format of the application may be submitted for building different executables for target devices not known to the developer.
Target devices may differ in associated processor platforms. A processor platform may represent a hardware infrastructure for a device, such as a mobile computer, a desktop computer or other data processing device. For example, processor platforms may differ in types of technologies, such as wireless chipset, processor, southbridge, northbridge, or other applicable hardware components etc. included in the device. In one embodiment, the intermediate code may allow an application server to build separate application executables for a 32-bit processor and a 64-bit processor. A device can download from the application store an application executable built (or rebuilt) for the processor platform of this device from the intermediate code.
In an embodiment, the intermediate code may be based on a low level abstraction of actual machine code. An instruction of the intermediate code may represent multiple operations specified in actual machine code instructions. For example, unlimited number of registers may be referenced in a bitcode while only a limited number of actual registers may be available in a binary machine code translated from the bitcode. Data layout alignment in the memory may be realigned to support transition from 32-bit to 64-bit processor. One intermediate code based on bitcode may be translated into multiple binary executable codes, each targeting a different processor platform which may or may not exist at the time this intermediate code was produced.
According to certain embodiments, bitcode based intermediate code representations may be hybrid in nature to target a limited (or selected) range of processor platforms (instead of targeting all or any possible processor platforms). Multiple programming languages may be supported to generate the intermediate code (i.e. not tied to a specific programming language). An application can be rebuilt for different processor platforms within the range as if natively compiled/linked from the original source code without performance comprises (e.g. without loss of performance) and without revealing intellectual properties described in the source code.
Processor platforms may differ in versions of a processor family, versions of system components, processor architectures (e.g. 32-bit processor vs. 64-bit processor), processor instruction sets, or other applicable platform differences. The intermediate code can capture the essence of an application for different processor platforms without requiring an application developer to provide the source code. A user device of a new processor platform can download an application built from the intermediate code as true native code (i.e. not an emulate code) as if the developer rebuilt (e.g. recompiled/linked) the downloaded application specific for the user device from the source code.
In one embodiment, application building from a source code to a machine code or application executable may include a pipeline of build steps or processing with a variety of build options, such as compiler options, linker options etc. The intermediate code may be based on intermediate representation of code available along the pipeline before the machine code is generated. The intermediate code may include all information (e.g. build options) necessary to replay the pipeline of processing from the intermediate code (e.g. to get the same results as the originally generated machine code). In some embodiments, the intermediate code may be extracted from a result of the pipeline processing by stripping executable code sections (e.g. text and data sections) and leaving the intermediate code (e.g. bitcode) section.
Thus, intermediate code based representation of applications can allow developers to follow a new device road map automatically without a need to be aware of different target platforms. Application submission system based on intermediate code representation can distribute applications with the flexibility to support new device hardware automatically without involvement of the developer and/or end users of the application rebuilding work.
For example, source codes of an application may be translated (e.g. compiled, linked, optimized or processed) into executable code 113 and intermediate code 115 via the development tools. Executable code 113 may include binary machine instructions targeting processor platform of testing device 109, such as a mobile device or a phone device for installing and running the application. Executable code may bundle resources (e.g. images, screen files, sound files, user interface designs or other application data) needed in the application. Device 109 may be coupled (locally or remotely) with development device 107 to download and execute executable code 113 for testing the application.
In one embodiment, intermediate code 115 may be provided automatically (or on demand) with executable code 113 via a development environment in development device 107. Intermediate code 115 may include an abstract intermediate representation of the application. The abstract intermediate representation may include about the same (low) level of data processing specifications as in machine code compiled from the corresponding source code of the application. Thus, the abstract intermediate representation can provide a level of protection from exposing the source code. Intermediate code 115 may include resources required to build the application.
Intermediate code 115 may be submitted to application server 101 for distribution when the development of the application completes. In one embodiment, application developers can submit the intermediate code to server 101 without ever providing the source code used to create the intermediate code to server 101 so that the trade secrecy of the source code can be preserved. Application server 101 may function as a middle man service (such as an application store or app store) connecting applications developed by multiple developers with multiple end users. In one embodiment, application server 101 may be coupled with development device 107 via developer network 105 which may be provisioned (e.g. protected via passwords or other registration mechanisms).
Application server 101 may certify and store intermediate code 115 in a storage. For example, a signed certification can ensure that intermediate code 115 has not been modified or tampered with during the transfer from development device 107 to application server 101. Intermediate code 115 may include cryptographic code signature for the verification that contents of intermediate code 115 are not modified during transmission over developer network 105.
Binary executables of the same application targeting devices of different processor platforms (which may or may not exist at the time of submission of intermediate code 115) may be rebuilt from intermediate code 115 stored in application server 101. For example, executable code 117 may be rebuilt from intermediate code 115 for a processor platform of user device 111. In one embodiment, application server 101 may pre-build and store multiple executables of the same application, each targeting a different processor platform of user devices. When a user device requests a particular software product (an application or app), the user device can specify a device type, device class or other identifiers so that the application store can select the appropriate executable that is compatible to run on that specific device.
User device 111 can perform purchasing transactions with application server 101 via network 103 to download and install an application executable. Network 103 may include wired/wireless internet/intranet, cellular network, secured/open network, local/wide area networks, or other applicable data exchanges mechanisms. Application server 101 may identify and distribute executable code 117 compatible with the hardware platform or configuration of user device 111.
In one embodiment, compiler 211 can compile source code 207 into object code 213 based on build options 219 which can store command line options used or pre-specified for application building in application development environment 203. Source code 207 may include one or more source files specified in a programming language. Each source file may be compiled into one corresponding object file of machine code 215 and/or intermediate code file of intermediate code 217. Different source files may include code written in different or the same programming languages, such as C, C++, Objective-C, Swift or other applicable programming languages. Object code 213 may be compiled compiler commands with compiler options. Compiler options may indicate level of optimization, whether to generate intermediate representation or other application code translation options.
In one embodiment, compiler 211 may include intermediate code generator 209. Object code 213 may include machine code 215 having machine instructions executable in a specific target processor platform of a device, such as a testing device used by a developer. Alternatively or optionally, object code 213 may include intermediate code 217 generated via intermediate code generator 209 which is activated during compilation of compiler 211 or independently invoked through compilation commands. Intermediate code 217 may include abstract representations of machine instructions which can be retargeted to actual machine instructions for different processor platforms. In one embodiment, compiler options used to generate machine code 215 may be recorded, e.g. according to build option 219, to allow replay of the compilation using intermediate code 217 instead of source code 207. Compiler options may be recorded in a corresponding intermediate code file for each source code file.
In one embodiment, compiler 211 may split into two or more processes when invoked with build options to embed or generate intermediate code. For example, compiler 211 may include a normal compilation process which may stop before actual machine code generation after running IR (intermediate representation) level optimization when compiling a source code. Subsequently a second process may be invoked (e.g. based on intermediate code generator 209) to embed a copy of its own intermediate code or bitcode input as raw data in a separate section of object code 213 and then proceed with code generation. Note that code generation is performed in a separate process to match the behavior of application rebuilding based on the intermediate code at an application server, such as application server 101 of
Compiler code generation may be affected by various command-line options, such as build options including compiler options, which may differ for each compilation. These compiler options may be recorded in the intermediate code itself. The recorded compiler options may be used for link time optimization, e.g. via linker 221. Relevant command-line options for compilation (e.g. for rebuilding an application using intermediate code) may be embedded in a separate section in object code 213. For example, build options 219 may include a compilation option that specifies the level of optimization to be performed. In some embodiments, compilation options may be selectable via a white-list for build options 219 to specify which compilation options are relevant (or all compilation options are relevant). For example, compiler options which specify an overall optimization level may or may not be recorded.
Linker 221 may combine one or more object files in object code 213 with library 241 into a library file, another object file or a single executable file, such as application executable code 227. Linker 221 may be invoked with linker options which may be recorded in build options 219. In one embodiment, Linker 221 may support a intermediate code or bitcode option to specify that it should collect the intermediate code and compiler options embedded by compiler 211 in the object files and generate an archive file, such as intermediate code archive 225 as an output in addition to application executable code 227.
In one embodiment, linker 221 may embed intermediate code archive 225 as a section within application executable code 227. As a result, the need to keep track of separate archive files may be avoided. Other software that interacts with application executable code 227 may not need to know anything about intermediate code archive 225.
Linker options may allow full control on where the archive file is placed in a file system associated with application developer environment 203. In one embodiment, intermediate code package module 223 may extract or collect intermediate code files and associated compiler options from object code and package or archive them into intermediate code archive 225. A table of contents may be created within intermediate code archive 225 to list intermediate code files collected.
According to certain embodiments, possible linker options may be automatically filtered or limited when linker 221 is invoked to generate an archive file of intermediate code, such as intermediate code archive 225. The scope of allowed linker options with an intermediate code may be based on whether matching linking operations can be performed in rebuilding a corresponding executable based on the intermediate code in an application server, such as application server 101 of
In some embodiments, linker 221 may record in intermediate code archive 225 a flat list of object code files and/or library files (e.g. in libraries 241) to be linked together. An application server may link object files in the order specified in the recorded flat list to rebuild the application. Additional or optional items recorded, e.g. via a header section, in intermediate code archive 225 may include the command-line options used for the link, unique identifiers for symbol files to generate debug information, library dependencies for specifying linking order of local libraries, and/or other applicable options.
In some embodiments, linker 221 may support an option to perform a relocatable link. One or more object file (or object code file) inputs may be combined to produce a single relocatable object file in a relocatable link. The resulting object file (e.g. relocatable object file) may then be used in subsequent linking steps. Furthermore, each linking operation (or step) may be performed with different (e.g. link) options. In some embodiments, the intermediate code archive can record (e.g. include a description) of an hierarchical structure of these object files (or object code files), for example, in addition to a flat list of these object files, along with the link options to be used at each linking step.
In some embodiments, linker 221 may not embed intermediate code files of libraries (e.g. libraries 241) into intermediate code archive 225. Instead, intermediate code archive 225 may include specifications of these static libraries to allow a linker at an application server to link with correct versions (e.g. matching version or more recent versions) of corresponding static libraries when rebuilding the application from the intermediate code.
According to certain embodiments, linker 221 may detect whether an object file is embedded with an intermediate code file. Linker 221 may allow mixing an object file or assembly file without a corresponding intermediate file with other intermediate code files in intermediate code archive 225. Linker 221 may prohibit mixing an assembly file of a third party library (e.g. not build from source code 207) in intermediate code archive 225. Alternatively or optionally, linker 221 may report an error when an object code file without embedding a corresponding intermediate code file is detected.
Application development environment may include resource builder 243 to allow a developer to generate application resources 237 to be used to run an application. Application resources 237 may include media data, images, videos, sound files, user inter face designs tailored for different display resolutions, or other applicable application assets. Intermediate code archive module 223 may embed application resources 237 into intermediate code archive 225. Application executable code 227 may include application resources 237 to be installed in a test device.
In some embodiments, code obfuscation module 235 may obfuscate (e.g. obscurely rename or rearrange) symbols in the intermediate code, e.g. included in intermediate code archive 225. The meaning or function of obfuscated symbols may become obscure to comprehend for security or privacy protection. For example, software developers often want to maintain their source code as a trade secret to prevent competitors from using the code, implementations or methods in the source code. This obfuscation module 235 can provide at least some obfuscation to the intermediate code, thereby helping to preserver the trade secrets of the source code.
Different types of symbols may be identified from object code files via linker 221. For example, symbols in object code 213 may include interface symbols defining API (application programming interfaces) to frameworks (e.g. libraries) or interfaces across object code files. Object code 213 may include debug symbols related to source code information (or names) on variables, types, values, types, function parameters, associations with source code line numbers, etc. Code obfuscation module 235 may selectively perform symbol obfuscations. For example, interface symbols may be hidden but not obfuscated and exported. Debug symbols may be optionally obfuscated without meaningful names and/or stripped according to user settings or project settings which can be configurable in application development environment 203.
Post-link processing module 229 may be invoked to perform build steps after linking operations performed by linker 221. For example, post-link processing module 229 may add entitlement information (e.g. for entitlement property list) to intermediate code archive 225. Post-link processing module 229 may perform binary code processing operations on application executable code 227. Binary code processing operations may include updating debug information in object files using debug symbols in symbol tables, stripping binary content included in an application executable (e.g. to remove application resources which are not used in targeted devices), stripping symbols (e.g. related to debug information) from an application executable etc.
In one embodiment, application development environment 203 may include project settings which control binary code processing operations to be performed. Post-link processing module 229 may record these project settings into intermediate code archive 225 to allow matching operations to be performed for rebuilding the application from intermediate code archive 225 in an application server.
In some embodiments, intermediate code archive 225 may be generated automatically or substantially simultaneously when application executable code 227 is generated for testing/building an application. Application testing module 233 may be invoked for a testing device to download and install application executable code 227 via network interface module 239. Once application development is complete, application submission module 231 can submit or send intermediate code archive 225 to an application server (which can be a testing application server or a store application server) for distribution to devices of different processor platforms. Application submission via application submission module 231 may include all information (such as libraries referenced, dependencies among the libraries etc.) necessary to translate an intermediate code to a real executable.
In some embodiments, application submission module 231 may search through a payload directory (e.g. produced for building application executable code 227) for executables and/or library (e.g. dynamic library) binaries identified by unique identifiers (e.g. universally unique identifiers) to correlate these binaries with various intermediate code files (e.g. archive files representing an executable or a library) generated during the build. These intermediate code files (e.g. archive files) may be copied (e.g. via application submission module 231) into a intermediate code directory (e.g. bitcode directory) of a submission package (e.g. including intermediate code archive 225) along with a property list file that records the install path for each binary (e.g. an executable or a library for an application).
Intermediate code archive 309 may include application intermediate code collected from multiple object code files, such as object code 301, 315. For example, intermediate code archive 309 may include intermediate code archives generated via linker 221 and/or post-link processing module 229 of
Application acceptance module 415 may receive submission of application intermediate code via network interface module 427. Analyzer module 417 may determine whether to reject or accept the submitted application intermediate code. For example, analyzer module 417 can reject acceptance of application submission based on presence of malicious code, illegal contents (e.g. pornographic content), or unauthorized system interfaces (e.g. private system APIs), etc. The application intermediate code submitted may be approved via analyzer module 417 and/or human review via user interface handler module 425. Code signing module 419 may sign a certificate to an approved application intermediate code.
Application generator module 407 can rebuild multiple application executables from one application intermediate code of an application, e.g. retrieved from application intermediate code store 405. Each application executable may be rebuilt to target devices of a different processor platform for the application. Target processor platforms may be selected based on target settings 423 specifying information regarding configurations of devices for installing the application.
In one embodiment, application generator module 407 may invoke build tools to read a property list of archive files included in an application intermediate code (or package), identify dependency relationships among the archive files and sort the archive files based on the dependency relationships. The build tools may rebuild binaries for different processor platforms by repeating the same or similar pipeline of building steps (e.g. compile, link and post-link build steps) that were used to build the application in a development environment, such as application development environment 203 of
For example, build options identifier module 409 may read build options recorded in application intermediate code for replaying the pipeline of building steps. In one embodiment, compiler module 411 may compile an intermediate code to object code of targeted processor platform based on compiler options included in the build options. Linker module 413 can perform linking operations on the compiled object code and/or libraries 403 using linking options included in the build options generate a binary code (e.g. executable or library) of the targeted processor platform. Post-link processing module 429 may repeat post link build operations based on project settings recorded in the build options.
In some embodiments, application generator module 407 may support parallel execution of the application building (or rebuilding) steps. The resulting binaries may then be copied into an application payload directory. Optionally or alternatively, symbol file and/or debug information embedded in the application intermediate code may be identified and extracted to support, for example, generating crash log reports in an application server, (e.g. via application store operating environment 401).
The processing logic of process 500 can send the executable code to a testing device, such as testing device 109 of
In one embodiment, the source code can include one or more source file or source code files. The processing logic of process 500 can compile each source file for the processor platform with one or more compilation options for generating the object file or object code file of the compiled code. Each object file may include machine instructions of the processor platform, e.g. via a compiler associated with the processor platform.
Each object file may include an intermediate code section carrying intermediate representations of machine instructions or abstraction of machine instructions independent of processor platforms. The intermediate code section may record the compilation options applied to generate the object file. Alternatively or optionally, the compilation options may be recorded as build options, such as build option 219 of
The processing logic of process 500 can link compiled object code files compiled from source code files into a binary code, such as application executable code 227. Additionally, the processing logic of process 500 can archive intermediate code files into an archive code, such as intermediate code archive 225 of
The processing logic of process 500 can collect intermediate code from intermediate code sections of the compiled object code files into an archive code when performing the linking operations, e.g. via linker 221 of
In one embodiment, the processing logic of process 500 may perform post build operations or post-link operations, e.g. via post-link processing module 229 of
At block 503, the processing logic of process 500 can send the intermediate code of the application to a second device, such as application server 101 of
In one embodiment, the source code and the executable code generated at the first device may be hidden from (or not sent to) the second device. The application executables can be built from the intermediate code without a need to access the source code. Each application executable rebuilt from the intermediate code can perform data processing operations as specified in the source code. Information related to intellectual properties of the source code can be hidden from the intermediate code and protected from being accessible outside the first device.
The intermediate code may be embedded with build options which were previously used for building an executable code from a source code. The executable code may be generated to target a processor platform to perform data processing operations specified in the source code. In one embodiment, the intermediate code may be based on intermediate or abstract representations of machine instructions. For example, the intermediate code may include intermediate instruction sets as bitcode independent of which programming language used in the source code from which the intermediate code was generated.
At block 603, the processing logic of process 600 can generate a particular executable code targeting a particular processor platform. The particular executable may be generated only (e.g. without the corresponding source code) from the intermediate code according to the build options embedded in the intermediate code. The particular executable code may perform the data processing operations in the particular processor platform as specified in the corresponding source code.
The processing logic of process 600 may generate a variety of executables from the intermediate code, each targeting a different processor platform. These executables (e.g. including the particular executable code for the particular processor platform) may be stored in a storage device, such as application store 421 of
In one embodiment, the intermediate code can include a list of one or more portions of intermediate code. Each portion of intermediate code may be extracted as an intermediate code file corresponding to a source code file of the source code. Each intermediate code file may be compiled from a corresponding source file. The processing logic of process 600 can extract the intermediate code files from the intermediate code and identify compilation options from the build options embedded in the intermediate code. The intermediate code files may have been generated or compiled from the corresponding source files based on the compilation options. The processing logic of process 600 may compile the intermediate code files into object code files for at least the particular processor platform based on the compilation options.
The processing logic of process 600 may compile the intermediate code files via one or more compilers to target different processor platforms. The processing logic of process 600 may select a particular compiler from these compilers according to the particular processor platform.
The processing logic of process 600 may link object files compiled from the intermediate files into a binary file for a targeted processor platform according to link options. The processing logic of process 600 can identify these link options from the build options embedded in the intermediate code. An executable may be generated from the binary file. For example, the processing logic of process 600 may perform post-link operations on the binary file to generate the executable code according to one or more post-link options identified from the build options.
In one embodiment, the binary file may include separate application resources designed separately for different processor platforms. These separate application resources may represent a common asset (e.g. same image of different screen resolutions) for running the same application in devices of these different processor platforms.
In some embodiments, the processing logic of process 600 can generate bug (e.g. crash) information for an executable code built from an intermediate code. The bug information may be based on logging data (e.g. crash logs or system information recorded when an application crashes during runtime) reported from user devices. The logging data may include symbols provided in the intermediate code. The symbols may have been obfuscated without exposing intellectual properties included in the corresponding source code.
For example, relationships between the obfuscated symbols and the original source code may be established via a mapping data which may or may not be provided by a developer (e.g. sent from a development device). The bug information may be generated by correlating the logging data and the mapping data. If the mapping data is not available, the debug information may include raw information in the logging data without exposing information of the source code.
At block 605, the processing logic of process 600 can retrieve a particular executable code of an application from an application store, such as application store 421 of
As shown in
The mass storage 711 is typically a magnetic hard drive or a magnetic optical drive or an optical drive or a DVD RAM or a flash memory or other types of memory systems which maintain data (e.g. large amounts of data) even after power is removed from the system. Typically, the mass storage 711 will also be a random access memory although this is not required. While
Portions of what was described above may be implemented with logic circuitry such as a dedicated logic circuit or with a microcontroller or other form of processing core that executes program code instructions. Thus processes taught by the discussion above may be performed with program code such as machine-executable instructions that cause a machine that executes these instructions to perform certain functions. In this context, a “machine” may be a machine that converts intermediate form (or “abstract”) instructions into processor specific instructions (e.g., an abstract execution environment such as a “virtual machine” (e.g., a Java Virtual Machine), an interpreter, a Common Language Runtime, a high-level language virtual machine, etc.), and/or, electronic circuitry disposed on a semiconductor chip (e.g., “logic circuitry” implemented with transistors) designed to execute instructions such as a general-purpose processor and/or a special-purpose processor. Processes taught by the discussion above may also be performed by (in the alternative to a machine or in combination with a machine) electronic circuitry designed to perform the processes (or a portion thereof) without the execution of program code.
An article of manufacture may be used to store program code. An article of manufacture that stores program code may be embodied as, but is not limited to, one or more memories (e.g., one or more flash memories, random access memories (static, dynamic or other)), optical disks, CD-ROMs, DVD ROMs, EPROMs, EEPROMs, magnetic or optical cards or other type of machine-readable media suitable for storing electronic instructions. Program code may also be downloaded from a remote computer (e.g., a server) to a requesting computer (e.g., a client) by way of data signals embodied in a propagation medium (e.g., via a communication link or a network connection).
The preceding detailed descriptions are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the tools used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be kept in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the above discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
The present invention also relates to an apparatus for performing the operations described herein. This apparatus may be specially constructed for the required purpose, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), RAMs, EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
The processes and displays presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems may be used with programs in accordance with the teachings herein, or it may prove convenient to construct a more specialized apparatus to perform the operations described. The required structure for a variety of these systems will be evident from the description below. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein.
The foregoing discussion merely describes some exemplary embodiments of the present invention. One skilled in the art will readily recognize from such discussion, the accompanying drawings and the claims that various modifications can be made without departing from the spirit and scope of the invention.
This application is a continuation of co-pending U.S. application Ser. No. 14/732,604 filed Jun. 5, 2015, the entirety of which is incorporated by reference.
Number | Date | Country | |
---|---|---|---|
Parent | 14732604 | Jun 2015 | US |
Child | 15975666 | US |