US20170168787A1 - Optimized compiling of a template function - Google Patents

Optimized compiling of a template function Download PDF

Info

Publication number
US20170168787A1
US20170168787A1 US14/964,646 US201514964646A US2017168787A1 US 20170168787 A1 US20170168787 A1 US 20170168787A1 US 201514964646 A US201514964646 A US 201514964646A US 2017168787 A1 US2017168787 A1 US 2017168787A1
Authority
US
United States
Prior art keywords
abstract
template function
program instructions
computer
instantiation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US14/964,646
Other versions
US9684497B1 (en
Inventor
Xiao Feng GUAN
JiuFu Guo
Jin Song Ji
Jia Bing Liu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US14/964,646 priority Critical patent/US9684497B1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GUAN, XIAO FENG, GUO, JIUFU, LIU, JIA BING, JI, JIN SONG
Priority to US15/053,115 priority patent/US9524153B1/en
Priority to US15/286,727 priority patent/US9875088B2/en
Priority to US15/286,775 priority patent/US9886251B2/en
Publication of US20170168787A1 publication Critical patent/US20170168787A1/en
Application granted granted Critical
Publication of US9684497B1 publication Critical patent/US9684497B1/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation

Definitions

  • the present invention relates generally to the field of compiling source code, and more particularly to optimizing the compiling of a template function.
  • a compiler is a program, or set of programs, that transforms source code written in a programming language (i.e., the source language) into another computer language (i.e., the target language, often having a binary form known as object code).
  • a programming language i.e., the source language
  • another computer language i.e., the target language, often having a binary form known as object code.
  • object code i.e., the target language
  • a common reason for converting source code is to create an executable program. More generally, a compiler is a specific type of translator.
  • a template function behaves like a standard function except that the template can have data of many different types; each data type may have one or more parameters.
  • a template function represents a family of functions.
  • a template function allows a programmer to code a single function to work on multiple data types which results in the compiler executing the function on the various data types rather than the programmer writing individual functions for each data type.
  • Embodiments of the present invention include a method, computer program product and computer system for optimized compiling of a template function.
  • a template function is received by one or more computer processors.
  • the template function includes one or more data types.
  • a single abstract instantiation of the template function is created.
  • An abstract internal descriptor for each data type is created.
  • a map set for each abstract internal descriptor is created. The number of instantiations required and the type of instantiation required is provided.
  • a finished object is created using each map set. The finished object is a translation of the intermediate representation into assembly code.
  • FIG. 1 is a functional block diagram of a computing environment, in accordance with an embodiment of the present invention.
  • FIG. 2 is a flowchart depicting operational steps of a program that functions to optimize the compiling of a template function, in accordance with an embodiment of the present invention.
  • FIG. 3 depicts a block diagram of the components of a computing system representative of the server device of FIG. 1 , in accordance with an embodiment of the present invention.
  • compiling software is an important aspect of creating an executable program. Steps in compiling include ‘front-end’ analysis (i.e., lexical analysis, syntax analysis, and semantic analysis), intermediate code generation, and ‘back-end’ synthesis (i.e., optimization and code generation).
  • front-end analysis
  • syntax analysis syntax analysis
  • semantic analysis intermediate code generation
  • back-end synthesis
  • compiling a template function may be time consuming and compiler resource intensive depending upon how many different data types (characters, integers, floats, doubles, strings, arrays, etc.) the template function includes.
  • Embodiments of the present invention recognize that there may be many economical ways to compile a template function. Creating a single, abstract instantiation of the template function allows for one back-end optimization (rather than one optimization cycle for each data type in the template function).
  • An abstract instantiation is an instance of an object which includes only essential characteristics of the object. Non-relevant information concerning the object is removed or hidden by the programmer in order to reduce complexity of the object and to increase efficiency.
  • object refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures.
  • Running just one optimization cycle may enable the compiler to complete the process quicker. Additionally, late optimization may be done, using an optimized alias set from the abstract instantiation. The late optimization saves compiler resources. Using fewer resources may decrease the chance of a compiler fault or error.
  • FIG. 1 is a functional block diagram of a computing environment, generally designated 100 , in accordance with an embodiment of the present invention.
  • FIG. 1 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. Those skilled in the art may make many modifications to the depicted environment without departing from the scope of the invention as recited by the claims.
  • An embodiment of computing environment 100 includes server device 120 connected to network 110 .
  • server device 120 may communicate with any other device(s) (not shown) utilizing network 110 .
  • computing environment 100 can include other computing devices not shown such as smartwatches, cell phones, smartphones, phablets, tablet computers, laptop computers, desktop computers, other computer servers or any other computer system known in the art.
  • server device 120 may connect to network 110 which enables server device 120 to access other computing devices and/or data not directly stored on server device 120 .
  • Network 110 may be a local area network (LAN), a telecommunications network, a wide area network (WAN) such as the Internet, or any combination of the three, and include wired, wireless or fiber optic connections.
  • Network 110 may include one or more wired and/or wireless networks that are capable of receiving and transmitting data, voice, and/or video signals, including multimedia signals that include voice, data, and video information.
  • network 110 can be any combination of connections and protocols that will support communications between server device 120 and other computing devices (not shown) within computing environment 100 , in accordance with embodiments of the present invention.
  • server device 120 may be a laptop, tablet or netbook personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smartphone, or any other hand-held, programmable electronic device capable of communicating with any computing device within computing environment 100 .
  • server device 120 represents a computer system utilizing clustered computers and components (e.g., database server computers, application server computers, etc.) that act as a single pool of seamless resources when accessed by elements of computing environment 100 (not shown).
  • server device 120 may be representative of any electronic device or combination of electronic devices capable of executing computer readable program instructions.
  • Server device 120 may include components as depicted and described in further detail with respect to FIG. 3 , in accordance with embodiments of the present invention.
  • server device 120 includes compiler 122 and late instantiation program 124 .
  • compiler 122 and late instantiation program 124 may be found on any other devices connected to network 110 .
  • Compiler 122 is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for converting a source code is to create an executable program.
  • the name “compiler” is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code). If the compiled program can run on a computer whose CPU (central processing unit) or operating system is different from the one on which the compiler runs, the compiler may be known as a cross-compiler. More generally, compilers may be considered to be a specific type of translator.
  • a compiler is likely to perform many or all of the following operations: lexical analysis, preprocessing, parsing, semantic analysis (syntax-directed translation), code generation, and code optimization. Program faults caused by incorrect compiler behavior can be very difficult to track down and work around. Compiler programmers, therefore, invest significant effort to ensure compiler correctness.
  • late instantiation program 124 is included on server device 120 as a stand-alone program. In other embodiments, late instantiation program 124 may be found on any other device (not shown) within computing environment 100 . In yet another embodiment, compiler 122 may execute the function of late instantiation program 124 . Late instantiation program 124 may be a program, subprogram of a larger program, application, and plurality of applications which optimizes the compiling of a template function. In one embodiment of the present invention, late instantiation program 124 creates a single, abstract instantiation of a template function. After optimization of the abstract instantiation, the abstract instantiation is processed through late instantiation which creates the necessary template function object.
  • FIG. 2 is a flowchart of workflow 200 depicting operational steps for optimizing the compiling of a template function, in accordance with an embodiment of the present invention.
  • the steps of the workflow are performed by late instantiation program 124 .
  • compiler 122 may perform the steps of workflow 200 .
  • any other program working with late instantiation program 124 may perform steps of workflow 200 .
  • late instantiation program 124 may invoke workflow 200 upon a user requesting optimized compiling of a template function.
  • late instantiation program 124 may invoke workflow 200 upon a user running source code through compiler 122 .
  • Late instantiation program 124 receives input (step 202 ).
  • late instantiation program 124 receives the input of a template function which needs to be compiled.
  • a template function behaves like a standard function except that the template can have data of many different types; each data type may have one or more parameters.
  • server device 120 receives source code containing a template function from a user.
  • the template function ‘SUM’ includes the following four data types: integer; decimal; float; and double and each data type may have one or more attributes.
  • Late instantiation program 124 creates an abstract instantiation (step 204 ).
  • late instantiation program 124 creates a single, abstract instantiation for the template function at the intermediate language level.
  • An abstract instantiation is a function template in the intermediate language form (output from the front-end of a compiler). Except for the template function code, the template parameters in the source code are converted into the abstract type, which also includes information about mapping from the abstract type to the target type. An abstract instantiation would be instantiated later by the compiler back-end.
  • late instantiation program 124 creates the abstract instantiation in conjunction with compiler 122 . For example, a single instantiation is created for the four data types rather than one instantiation each for the integer, decimal, float, and double data types.
  • Late instantiation program 124 creates abstract internal descriptors (AIDs) (step 206 ).
  • AIDs abstract internal descriptors
  • late instantiation program 124 abstracts the differences between the four data types in the template function, which are represented by symbols with various attributes in the compiler, and creates the abstract internal descriptors for each unique template parameter (i.e., the parameters for the data types included in the template function).
  • An AID is an internal symbol with undefined contents, generated in the front-end portion of the compiler and used in the back-end of the compiler.
  • a symbol in computer programming is a primitive data type whose instances have a unique human-readable form. Symbols may be used as identifiers.
  • the front-end of the compiler treats the template function as a normal function with undefined type parameters to generate an intermediate representation (IR) for the back-end of the compiler.
  • IR intermediate representation
  • late instantiation program 124 creates the template function AIDs in the front-end of compiler 122 .
  • an AID is created for the integer data type, another for the decimal data type, another for the float data type, and another for the double data type.
  • Late instantiation program 124 generates a map set (step 208 ).
  • late instantiation program 124 generates a map set for the template function AIDs.
  • the map set may serve as the link between the template function and the template function parameters.
  • the map set may create the association between a given AID to the real symbols that AID represents.
  • the fully completed map set may provide the back-end of the compiler information such as how many instantiations are required from the abstract instantiation and what type of instantiations are required after back-end optimization.
  • late instantiation program 124 generates the initial map set. For example, a map set is generated between the AIDs of the ‘SUM’ template function and the data type ‘integer’.
  • Late instantiation program 124 displays whether a new data type was found (decision step 210 ). In other words, late instantiation program 124 displays whether another data type is found in the template function. The number of template instantiations determines the number of new data types which should be added into the mapping set for a given AID. In one embodiment (decision step 210 , YES branch), a new data type is found; therefore, late instantiation program 124 returns to step 208 to generate a new AID mapping set for the new data type and adds the new AID mapping set to the overall template function AIDs mapping set. In another embodiment (decision step 210 , NO branch), a new data type is not found; therefore, late instantiation program 124 proceeds to step 212 .
  • Late instantiation program 124 executes late instantiation (step 212 ).
  • late instantiation program 124 utilizes the abstract instantiations from the compiler front-end to translate the IR into assembly code to create the finished object.
  • late instantiation program 124 and compiler 122 create the final object. For example, the executable file to sum the four individual data types (i.e., integer, decimal, float, and double data) is created.
  • FIG. 3 depicts computer system 300 which is an example of a system that includes compiler 122 or late instantiation program 124 .
  • Computer system 300 includes processors 301 , cache 303 , memory 302 , persistent storage 305 , communications unit 307 , input/output (I/O) interface(s) 306 and communications fabric 304 .
  • Communications fabric 304 provides communications between cache 303 , memory 302 , persistent storage 305 , communications unit 307 , and input/output (I/O) interface(s) 306 .
  • Communications fabric 304 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system.
  • processors such as microprocessors, communications and network processors, etc.
  • Communications fabric 304 can be implemented with one or more buses or a crossbar switch.
  • Memory 302 and persistent storage 305 are computer readable storage media.
  • memory 302 includes random access memory (RAM).
  • RAM random access memory
  • memory 302 can include any suitable volatile or non-volatile computer readable storage media.
  • Cache 303 is a fast memory that enhances the performance of processors 301 by holding recently accessed data, and data near recently accessed data, from memory 302 .
  • persistent storage 305 includes a magnetic hard disk drive.
  • persistent storage 305 can include a solid state hard drive, a semiconductor storage device, read-only memory (ROM), erasable programmable read-only memory (EPROM), flash memory, or any other computer readable storage media that is capable of storing program instructions or digital information.
  • the media used by persistent storage 305 may also be removable.
  • a removable hard drive may be used for persistent storage 305 .
  • Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer readable storage medium that is also part of persistent storage 305 .
  • Communications unit 307 in these examples, provides for communications with other data processing systems or devices.
  • communications unit 307 includes one or more network interface cards.
  • Communications unit 307 may provide communications through the use of either or both physical and wireless communications links.
  • Program instructions and data used to practice embodiments of the present invention may be downloaded to persistent storage 305 through communications unit 307 .
  • I/O interface(s) 306 allows for input and output of data with other devices that may be connected to each computer system.
  • I/O interface 306 may provide a connection to external devices 308 such as a keyboard, keypad, a touch screen, and/or some other suitable input device.
  • External devices 308 can also include portable computer readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards.
  • Software and data used to practice embodiments of the present invention can be stored on such portable computer readable storage media and can be loaded onto persistent storage 305 via I/O interface(s) 306 .
  • I/O interface(s) 306 also connect to display 309 .
  • Display 309 provides a mechanism to display data to a user and may be, for example, a computer monitor.
  • the present invention may be a system, a method, and/or a computer program product.
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium can be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures.
  • two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Abstract

A template function is received. The template function includes one or more data types. A single abstract instantiation of the template function is created. An abstract internal descriptor for each data type is created. A map set for each abstract internal descriptor is created. The number of instantiations required and the type of instantiation required is provided. A finished object is created using each map set. The finished object is a translation of the intermediate representation into assembly code.

Description

    BACKGROUND OF THE INVENTION
  • The present invention relates generally to the field of compiling source code, and more particularly to optimizing the compiling of a template function.
  • A compiler is a program, or set of programs, that transforms source code written in a programming language (i.e., the source language) into another computer language (i.e., the target language, often having a binary form known as object code). A common reason for converting source code is to create an executable program. More generally, a compiler is a specific type of translator.
  • A template function behaves like a standard function except that the template can have data of many different types; each data type may have one or more parameters. In other words, a template function represents a family of functions. A template function allows a programmer to code a single function to work on multiple data types which results in the compiler executing the function on the various data types rather than the programmer writing individual functions for each data type.
  • SUMMARY
  • Embodiments of the present invention include a method, computer program product and computer system for optimized compiling of a template function. In one embodiment, a template function is received by one or more computer processors. The template function includes one or more data types. A single abstract instantiation of the template function is created. An abstract internal descriptor for each data type is created. A map set for each abstract internal descriptor is created. The number of instantiations required and the type of instantiation required is provided. A finished object is created using each map set. The finished object is a translation of the intermediate representation into assembly code.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a functional block diagram of a computing environment, in accordance with an embodiment of the present invention;
  • FIG. 2 is a flowchart depicting operational steps of a program that functions to optimize the compiling of a template function, in accordance with an embodiment of the present invention; and
  • FIG. 3 depicts a block diagram of the components of a computing system representative of the server device of FIG. 1, in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Some embodiments of the present invention recognize that compiling software is an important aspect of creating an executable program. Steps in compiling include ‘front-end’ analysis (i.e., lexical analysis, syntax analysis, and semantic analysis), intermediate code generation, and ‘back-end’ synthesis (i.e., optimization and code generation). Embodiments of the present invention recognize that compiling a template function may be time consuming and compiler resource intensive depending upon how many different data types (characters, integers, floats, doubles, strings, arrays, etc.) the template function includes.
  • Embodiments of the present invention recognize that there may be many economical ways to compile a template function. Creating a single, abstract instantiation of the template function allows for one back-end optimization (rather than one optimization cycle for each data type in the template function). An abstract instantiation is an instance of an object which includes only essential characteristics of the object. Non-relevant information concerning the object is removed or hidden by the programmer in order to reduce complexity of the object and to increase efficiency. In the class-based object-oriented programming paradigm, “object” refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures. Running just one optimization cycle may enable the compiler to complete the process quicker. Additionally, late optimization may be done, using an optimized alias set from the abstract instantiation. The late optimization saves compiler resources. Using fewer resources may decrease the chance of a compiler fault or error.
  • The present invention will now be described in detail with references to the Figures. FIG. 1 is a functional block diagram of a computing environment, generally designated 100, in accordance with an embodiment of the present invention. FIG. 1 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. Those skilled in the art may make many modifications to the depicted environment without departing from the scope of the invention as recited by the claims.
  • An embodiment of computing environment 100 includes server device 120 connected to network 110. In an example embodiment, server device 120 may communicate with any other device(s) (not shown) utilizing network 110. In example embodiments, computing environment 100 can include other computing devices not shown such as smartwatches, cell phones, smartphones, phablets, tablet computers, laptop computers, desktop computers, other computer servers or any other computer system known in the art.
  • In example embodiments, server device 120 may connect to network 110 which enables server device 120 to access other computing devices and/or data not directly stored on server device 120. Network 110 may be a local area network (LAN), a telecommunications network, a wide area network (WAN) such as the Internet, or any combination of the three, and include wired, wireless or fiber optic connections. Network 110 may include one or more wired and/or wireless networks that are capable of receiving and transmitting data, voice, and/or video signals, including multimedia signals that include voice, data, and video information. In general, network 110 can be any combination of connections and protocols that will support communications between server device 120 and other computing devices (not shown) within computing environment 100, in accordance with embodiments of the present invention.
  • In various embodiments of the present invention, server device 120 may be a laptop, tablet or netbook personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smartphone, or any other hand-held, programmable electronic device capable of communicating with any computing device within computing environment 100. In certain embodiments, server device 120 represents a computer system utilizing clustered computers and components (e.g., database server computers, application server computers, etc.) that act as a single pool of seamless resources when accessed by elements of computing environment 100 (not shown). In general, server device 120 may be representative of any electronic device or combination of electronic devices capable of executing computer readable program instructions. Server device 120 may include components as depicted and described in further detail with respect to FIG. 3, in accordance with embodiments of the present invention.
  • According to an embodiment of the present invention, server device 120 includes compiler 122 and late instantiation program 124. In an alternative embodiment, compiler 122 and late instantiation program 124 may be found on any other devices connected to network 110.
  • Compiler 122 is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for converting a source code is to create an executable program. The name “compiler” is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code). If the compiled program can run on a computer whose CPU (central processing unit) or operating system is different from the one on which the compiler runs, the compiler may be known as a cross-compiler. More generally, compilers may be considered to be a specific type of translator. A compiler is likely to perform many or all of the following operations: lexical analysis, preprocessing, parsing, semantic analysis (syntax-directed translation), code generation, and code optimization. Program faults caused by incorrect compiler behavior can be very difficult to track down and work around. Compiler programmers, therefore, invest significant effort to ensure compiler correctness.
  • According to embodiments of the present invention, late instantiation program 124 is included on server device 120 as a stand-alone program. In other embodiments, late instantiation program 124 may be found on any other device (not shown) within computing environment 100. In yet another embodiment, compiler 122 may execute the function of late instantiation program 124. Late instantiation program 124 may be a program, subprogram of a larger program, application, and plurality of applications which optimizes the compiling of a template function. In one embodiment of the present invention, late instantiation program 124 creates a single, abstract instantiation of a template function. After optimization of the abstract instantiation, the abstract instantiation is processed through late instantiation which creates the necessary template function object.
  • FIG. 2 is a flowchart of workflow 200 depicting operational steps for optimizing the compiling of a template function, in accordance with an embodiment of the present invention. In one embodiment, the steps of the workflow are performed by late instantiation program 124. In another embodiment, compiler 122 may perform the steps of workflow 200. In an alternative embodiment, any other program working with late instantiation program 124 may perform steps of workflow 200. In an embodiment, late instantiation program 124 may invoke workflow 200 upon a user requesting optimized compiling of a template function. In an alternative embodiment, late instantiation program 124 may invoke workflow 200 upon a user running source code through compiler 122.
  • Late instantiation program 124 receives input (step 202). In other words, late instantiation program 124 receives the input of a template function which needs to be compiled. A template function behaves like a standard function except that the template can have data of many different types; each data type may have one or more parameters. In an embodiment of the present invention, server device 120 receives source code containing a template function from a user. For example, a user creates a template function named ‘SUM” to add two variables together (e.g., V1+V2=X). The template function ‘SUM’ includes the following four data types: integer; decimal; float; and double and each data type may have one or more attributes.
  • Late instantiation program 124 creates an abstract instantiation (step 204). In other words, late instantiation program 124 creates a single, abstract instantiation for the template function at the intermediate language level. An abstract instantiation is a function template in the intermediate language form (output from the front-end of a compiler). Except for the template function code, the template parameters in the source code are converted into the abstract type, which also includes information about mapping from the abstract type to the target type. An abstract instantiation would be instantiated later by the compiler back-end. In one embodiment, late instantiation program 124 creates the abstract instantiation in conjunction with compiler 122. For example, a single instantiation is created for the four data types rather than one instantiation each for the integer, decimal, float, and double data types.
  • Late instantiation program 124 creates abstract internal descriptors (AIDs) (step 206). In other words, late instantiation program 124 abstracts the differences between the four data types in the template function, which are represented by symbols with various attributes in the compiler, and creates the abstract internal descriptors for each unique template parameter (i.e., the parameters for the data types included in the template function). An AID is an internal symbol with undefined contents, generated in the front-end portion of the compiler and used in the back-end of the compiler. A symbol in computer programming is a primitive data type whose instances have a unique human-readable form. Symbols may be used as identifiers. The front-end of the compiler treats the template function as a normal function with undefined type parameters to generate an intermediate representation (IR) for the back-end of the compiler. In an embodiment of the present invention, late instantiation program 124 creates the template function AIDs in the front-end of compiler 122. For example, an AID is created for the integer data type, another for the decimal data type, another for the float data type, and another for the double data type.
  • Late instantiation program 124 generates a map set (step 208). In other words, late instantiation program 124 generates a map set for the template function AIDs. The map set may serve as the link between the template function and the template function parameters. The map set may create the association between a given AID to the real symbols that AID represents. The fully completed map set may provide the back-end of the compiler information such as how many instantiations are required from the abstract instantiation and what type of instantiations are required after back-end optimization. In one embodiment, late instantiation program 124 generates the initial map set. For example, a map set is generated between the AIDs of the ‘SUM’ template function and the data type ‘integer’.
  • Late instantiation program 124 displays whether a new data type was found (decision step 210). In other words, late instantiation program 124 displays whether another data type is found in the template function. The number of template instantiations determines the number of new data types which should be added into the mapping set for a given AID. In one embodiment (decision step 210, YES branch), a new data type is found; therefore, late instantiation program 124 returns to step 208 to generate a new AID mapping set for the new data type and adds the new AID mapping set to the overall template function AIDs mapping set. In another embodiment (decision step 210, NO branch), a new data type is not found; therefore, late instantiation program 124 proceeds to step 212.
  • Late instantiation program 124 executes late instantiation (step 212). In other words, following normal optimization by compiler 122, late instantiation program 124 utilizes the abstract instantiations from the compiler front-end to translate the IR into assembly code to create the finished object. In one embodiment, late instantiation program 124 and compiler 122 create the final object. For example, the executable file to sum the four individual data types (i.e., integer, decimal, float, and double data) is created.
  • FIG. 3 depicts computer system 300 which is an example of a system that includes compiler 122 or late instantiation program 124. Computer system 300 includes processors 301, cache 303, memory 302, persistent storage 305, communications unit 307, input/output (I/O) interface(s) 306 and communications fabric 304. Communications fabric 304 provides communications between cache 303, memory 302, persistent storage 305, communications unit 307, and input/output (I/O) interface(s) 306. Communications fabric 304 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system. For example, communications fabric 304 can be implemented with one or more buses or a crossbar switch.
  • Memory 302 and persistent storage 305 are computer readable storage media. In this embodiment, memory 302 includes random access memory (RAM). In general, memory 302 can include any suitable volatile or non-volatile computer readable storage media. Cache 303 is a fast memory that enhances the performance of processors 301 by holding recently accessed data, and data near recently accessed data, from memory 302.
  • Program instructions and data used to practice embodiments of the present invention may be stored in persistent storage 305 and in memory 302 for execution by one or more of the respective processors 301 via cache 303. In an embodiment, persistent storage 305 includes a magnetic hard disk drive. Alternatively, or in addition to a magnetic hard disk drive, persistent storage 305 can include a solid state hard drive, a semiconductor storage device, read-only memory (ROM), erasable programmable read-only memory (EPROM), flash memory, or any other computer readable storage media that is capable of storing program instructions or digital information.
  • The media used by persistent storage 305 may also be removable. For example, a removable hard drive may be used for persistent storage 305. Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer readable storage medium that is also part of persistent storage 305.
  • Communications unit 307, in these examples, provides for communications with other data processing systems or devices. In these examples, communications unit 307 includes one or more network interface cards. Communications unit 307 may provide communications through the use of either or both physical and wireless communications links. Program instructions and data used to practice embodiments of the present invention may be downloaded to persistent storage 305 through communications unit 307.
  • I/O interface(s) 306 allows for input and output of data with other devices that may be connected to each computer system. For example, I/O interface 306 may provide a connection to external devices 308 such as a keyboard, keypad, a touch screen, and/or some other suitable input device. External devices 308 can also include portable computer readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards. Software and data used to practice embodiments of the present invention can be stored on such portable computer readable storage media and can be loaded onto persistent storage 305 via I/O interface(s) 306. I/O interface(s) 306 also connect to display 309.
  • Display 309 provides a mechanism to display data to a user and may be, for example, a computer monitor.
  • The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium can be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
  • The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The terminology used herein was chosen to best explain the principles of the embodiment, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (20)

What is claimed is:
1. A method for optimized compiling of a template function, the method comprising:
receiving, by one or more computer processors, a template function, wherein the template function includes one or more data types;
creating, by one or more computer processors, a single abstract instantiation for the template function;
creating, by one or more computer processors, an abstract internal descriptor for each data type of the one or more data types;
generating, by one or more computer processors, a map set for one or more created abstract internal descriptor, wherein the map set provides one or more of the following: the number of instantiations required from the single abstract instantiation and what type of instantiations are required, and
creating, by one or more computer processors, a finished object using each generated map set, wherein the created finished object is a translation of an intermediate representation into assembly code.
2. The method of claim 1, wherein the finished object is an executable file.
3. The method of claim 1, wherein the step of creating, by one or more computer processors, an abstract internal descriptor for each data type of the one or more data types, comprises:
creating an abstract internal descriptor for each unique parameter found in the template function, wherein each unique parameter consists of the parameters for the data types included in the template function.
4. The method of claim 3, wherein each unique parameter for each data type of the one or more data types is represented by symbols with various attributes in a compiler.
5. The method of claim 1, wherein the abstract internal descriptor is an internal symbol with undefined contents.
6. The method of claim 1, wherein the map set is a link between the template function and the template function parameters.
7. The method of claim 1, wherein the step of creating, by one or more computer processors, a finished object using each generated map set, comprises:
executing a single back-end compiler optimization of a single front-end compiler abstract instantiation, wherein the front-end compiler abstract instantiation and back-end compiler optimization are steps for converting a source code into an executable file; and
creating the executable file via late instantiation of the optimized abstract instantiation.
8. A computer program product for optimized compiling of a template function, the computer program product comprising:
one or more computer readable storage media; and
program instructions stored on the one or more computer readable storage media, the program instructions comprising:
program instructions to receive a template function, wherein the template function includes one or more data types;
program instructions to create a single abstract instantiation for the template function;
program instructions to create an abstract internal descriptor for each data type of the one or more data types;
program instructions to generate a map set for one or more created abstract internal descriptor, wherein the map set provides one or more of the following: the number of instantiations required from the single abstract instantiation and what type of instantiations are required, and
program instructions to create a finished object using each generated map set, wherein the created finished object is a translation of an intermediate representation into assembly code.
9. The computer program product of claim 8, wherein the finished object is an executable file.
10. The computer program product of claim 8, wherein the program instructions to create an abstract internal descriptor for each data type of the one or more data types, comprises:
program instructions to create an abstract internal descriptor for each unique parameter found in the template function, wherein each unique parameter consists of the parameters for the data types included in the template function.
11. The computer program product of claim 10, wherein each unique parameter for each data type of the one or more data types is represented by symbols with various attributes in a compiler.
12. The computer program product of claim 8, wherein the abstract internal descriptor is an internal symbol with undefined contents.
13. The computer program product of claim 8, wherein the map set is a link between the template function and the template function parameters.
14. The computer program product of claim 8, wherein the program instructions to create a finished object using each generated map set, comprises:
program instruction to execute a single back-end compiler optimization of a single front-end compiler abstract instantiation, wherein the front-end compiler abstract instantiation and back-end compiler optimization are steps for converting a source code into an executable file; and
program instructions to create the executable file via late instantiation of the optimized abstract instantiation.
15. A computer system for optimized compiling of a template function, the computer system comprising:
one or more computer processors;
one or more computer readable storage media; and
program instructions stored on the one or more computer readable storage media for execution by at least one of the one or more computer processors, the program instructions comprising:
program instructions to receive a template function, wherein the template function includes one or more data types;
program instructions to create a single abstract instantiation for the template function;
program instructions to create an abstract internal descriptor for each data type of the one or more data types;
program instructions to generate a map set for one or more created abstract internal descriptor, wherein the map set provides one or more of the following: the number of instantiations required from the single abstract instantiation and what type of instantiations are required, and
program instructions to create a finished object using each generated map set, wherein the created finished object is a translation of an intermediate representation into assembly code.
16. The computer system of claim 15, wherein the finished object is an executable file.
17. The computer system of claim 15, wherein the program instructions to create an abstract internal descriptor for each data type of the one or more data types, comprises:
program instructions to create an abstract internal descriptor for each unique parameter found in the template function, wherein each unique parameter consists of the parameters for the data types included in the template function.
18. The computer system of claim 17, wherein each unique parameter for each data type of the one or more data types is represented by symbols with various attributes in a compiler.
19. The computer system of claim 15, wherein the abstract internal descriptor is an internal symbol with undefined contents.
20. The computer system of claim 15, wherein the map set is a link between the template function and the template function parameters.
US14/964,646 2015-12-10 2015-12-10 Optimized compiling of a template function Expired - Fee Related US9684497B1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US14/964,646 US9684497B1 (en) 2015-12-10 2015-12-10 Optimized compiling of a template function
US15/053,115 US9524153B1 (en) 2015-12-10 2016-02-25 Optimized compiling of a template function
US15/286,727 US9875088B2 (en) 2015-12-10 2016-10-06 Optimized compiling of a template function
US15/286,775 US9886251B2 (en) 2015-12-10 2016-10-06 Optimized compiling of a template function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US14/964,646 US9684497B1 (en) 2015-12-10 2015-12-10 Optimized compiling of a template function

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/053,115 Continuation US9524153B1 (en) 2015-12-10 2016-02-25 Optimized compiling of a template function

Publications (2)

Publication Number Publication Date
US20170168787A1 true US20170168787A1 (en) 2017-06-15
US9684497B1 US9684497B1 (en) 2017-06-20

Family

ID=57538645

Family Applications (4)

Application Number Title Priority Date Filing Date
US14/964,646 Expired - Fee Related US9684497B1 (en) 2015-12-10 2015-12-10 Optimized compiling of a template function
US15/053,115 Expired - Fee Related US9524153B1 (en) 2015-12-10 2016-02-25 Optimized compiling of a template function
US15/286,775 Expired - Fee Related US9886251B2 (en) 2015-12-10 2016-10-06 Optimized compiling of a template function
US15/286,727 Expired - Fee Related US9875088B2 (en) 2015-12-10 2016-10-06 Optimized compiling of a template function

Family Applications After (3)

Application Number Title Priority Date Filing Date
US15/053,115 Expired - Fee Related US9524153B1 (en) 2015-12-10 2016-02-25 Optimized compiling of a template function
US15/286,775 Expired - Fee Related US9886251B2 (en) 2015-12-10 2016-10-06 Optimized compiling of a template function
US15/286,727 Expired - Fee Related US9875088B2 (en) 2015-12-10 2016-10-06 Optimized compiling of a template function

Country Status (1)

Country Link
US (4) US9684497B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109035037A (en) * 2018-06-29 2018-12-18 渤海人寿保险股份有限公司 Insurance products visual configuration method, apparatus, storage medium and terminal

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9684497B1 (en) 2015-12-10 2017-06-20 International Business Machines Corporation Optimized compiling of a template function
US10289394B2 (en) * 2016-10-11 2019-05-14 Oracle International Corporation Selective generation of multiple versions of machine code for source code functions for execution on different processor versions and/or architectures
US10747711B2 (en) * 2018-03-20 2020-08-18 Arizona Board Of Regents On Behalf Of Northern Arizona University Dynamic hybridized positional notation instruction set computer architecture to enhance security

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6041180A (en) * 1997-04-28 2000-03-21 International Business Machines Corporation System and method for optimizing template object files
US8312425B2 (en) * 2008-03-31 2012-11-13 International Business Machines Corporation Dynamic template instantiation
US8336032B2 (en) * 2007-12-05 2012-12-18 International Business Machines Corporation Implementing enhanced template debug
US8819650B2 (en) * 2006-10-23 2014-08-26 International Business Machines Corporation Instantiating an interface or abstract class in application code
US8904370B2 (en) * 2009-09-30 2014-12-02 International Business Machines Corporation Optimization of meta-template instantiations

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008005581A2 (en) 2006-07-07 2008-01-10 United Parcel Service Of America, Inc. Compiled data for software applications
US8291397B2 (en) 2008-04-02 2012-10-16 International Business Machines Corporation Compiler optimized function variants for use when return codes are ignored
US8819560B2 (en) 2008-08-04 2014-08-26 International Business Machines Corporation Dispatching events to multiple browser windows/tabs using a single connection
US8631385B2 (en) 2009-02-26 2014-01-14 International Business Machines Corporation Optimizing code generation system with input data integration
US9195712B2 (en) 2013-03-12 2015-11-24 Microsoft Technology Licensing, Llc Method of converting query plans to native code
US9727317B2 (en) 2015-11-04 2017-08-08 International Business Machines Corporation Optimized compilation using an auto-tuned compiler as a service
US9684497B1 (en) 2015-12-10 2017-06-20 International Business Machines Corporation Optimized compiling of a template function

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6041180A (en) * 1997-04-28 2000-03-21 International Business Machines Corporation System and method for optimizing template object files
US8819650B2 (en) * 2006-10-23 2014-08-26 International Business Machines Corporation Instantiating an interface or abstract class in application code
US8336032B2 (en) * 2007-12-05 2012-12-18 International Business Machines Corporation Implementing enhanced template debug
US8312425B2 (en) * 2008-03-31 2012-11-13 International Business Machines Corporation Dynamic template instantiation
US8904370B2 (en) * 2009-09-30 2014-12-02 International Business Machines Corporation Optimization of meta-template instantiations

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109035037A (en) * 2018-06-29 2018-12-18 渤海人寿保险股份有限公司 Insurance products visual configuration method, apparatus, storage medium and terminal

Also Published As

Publication number Publication date
US9875088B2 (en) 2018-01-23
US9886251B2 (en) 2018-02-06
US9684497B1 (en) 2017-06-20
US20170168789A1 (en) 2017-06-15
US9524153B1 (en) 2016-12-20
US20170168788A1 (en) 2017-06-15

Similar Documents

Publication Publication Date Title
US11036937B2 (en) Contraction aware parsing system for domain-specific languages
US20110078424A1 (en) Optimizing program code using branch elimination
JP7196171B2 (en) Providing optimizations using program comments
US9886251B2 (en) Optimized compiling of a template function
US20220004642A1 (en) Vulnerability analysis using contextual embeddings
US9594559B2 (en) Binary file for computer program having multiple executable code variants for a function that are executable on a same processor architecture
CN111736840A (en) Compiling method and running method of applet, storage medium and electronic equipment
US20150331781A1 (en) Debugging data format conversion
CN111813381A (en) Method, device, medium and electronic equipment for generating executable program in cross-platform mode
US20210157553A1 (en) Source code auto-suggestion based on structural and semantic features
US10318621B2 (en) Collating and intelligently sequencing installation documentation
US8875089B2 (en) Workspace model for interrelated projects
CN112269566B (en) Script generation processing method, device, equipment and system
US11573790B2 (en) Generation of knowledge graphs based on repositories of code
JP7344259B2 (en) Pattern transformation methods, apparatus, electronic devices, computer storage media and computer program products in deep learning frameworks
US10521207B2 (en) Compiler optimization for indirect array access operations
US9858047B2 (en) Generating comprehensive symbol tables for source code files
Kim et al. Static dalvik bytecode optimization for Android applications
McNamara Rust in Action
US11157874B2 (en) Hierarchy definition and analysis for requirement documentation
US20150220310A1 (en) Object field optimization
US20220253723A1 (en) Amplifying source code signals for machine learning
US11886848B2 (en) Binary translation using raw binary code with compiler produced metadata
CN117075912B (en) Method for program language conversion, compiling method and related equipment
US20200356364A1 (en) Project adoption documentation generation using machine learning

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GUAN, XIAO FENG;GUO, JIUFU;JI, JIN SONG;AND OTHERS;SIGNING DATES FROM 20151204 TO 20151207;REEL/FRAME:037256/0718

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20210620