CN109542446A - A kind of compiling system, method and compiler - Google Patents

A kind of compiling system, method and compiler Download PDF

Info

Publication number
CN109542446A
CN109542446A CN201710692165.3A CN201710692165A CN109542446A CN 109542446 A CN109542446 A CN 109542446A CN 201710692165 A CN201710692165 A CN 201710692165A CN 109542446 A CN109542446 A CN 109542446A
Authority
CN
China
Prior art keywords
compiling
library
file
compiled
default
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.)
Withdrawn
Application number
CN201710692165.3A
Other languages
Chinese (zh)
Inventor
高海豹
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.)
ZTE Corp
Original Assignee
ZTE 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 ZTE Corp filed Critical ZTE Corp
Priority to CN201710692165.3A priority Critical patent/CN109542446A/en
Publication of CN109542446A publication Critical patent/CN109542446A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • 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/54Link editing before load time

Abstract

The present invention provides a kind of compiling system, method and compiler, which includes: tool configuration module, for tool needed for configuring compiling;Uniform compilation inlet module, according to tool needed for compiling, parses the compiling target content to be compiled, generation executes instruction for parsing compiler directive, and calls tool configuration module according to default compiling rule file;And content to be compiled is compiled with the default compiling rule file according to described execute instruction.The embodiment of the present invention can realize newly-increased library or process, realize the adjustment of code structure, avoid the defect for modifying a large amount of makefile in the related technology, reduce the workload of modification, improve work efficiency by modifying default compiling rule file.

Description

A kind of compiling system, method and compiler
Technical field
The present invention relates to computer application technology, in particular to a kind of compiling system, method and compiler.
Background technique
Nowadays the project constructed on linux requires the compiling by Makefile come management code, especially large-scale Project, code misclassification is complicated, needs using different compilation tools, different compiling options, different compiling macro configurations.
It is most of using the specified compiling target of makefile in the compiled system of correlative code, have real in compiling target Multi-level compiling is applied, compiling is finally executed in makefile, when carrying out code structure adjustment, due to having in compiling The problem of a large amount of makefile are applied layer by layer and defect, generally require to modify a large amount of makefile therewith.
Summary of the invention
Technical problems to be solved of the embodiment of the present invention are to provide a kind of compiling system, method and compiler, to realize The adjustment of code structure can be realized by modifying default compiling rule file.
In order to solve the above technical problems, the embodiment of the invention provides a kind of compiling systems, comprising:
Tool configuration module, for tool needed for configuring compiling;
Uniform compilation inlet module, for parsing compiler directive according to default compiling rule file, and calls tool configures Module parses the compiling target content to be compiled, generation executes instruction according to tool needed for compiling;And according to institute It states to execute instruction and content to be compiled is compiled with the default compiling rule file.
Further, the tool configuration module includes:
First tool configuration module, when for repository compiling, required tool;
Second tool configuration module, when for configuring process compiling, required tool.
Further, the first tool configuration module includes:
First object resolver, for according to the compiler directive, parsing to obtain library target;
At least two compilers for receiving and compiling compileable file, and by the compressing file after compiling or are linked into Library;
Source code resolver, for obtaining source generation to be compiled according to the library target and preset source code allocation list Code path;According to the source code path, the compileable file under the source code path is obtained;It obtains each described compileable The file type of file;The compileable file is transferred to compiling corresponding with the file type of the compileable file Device.
Further, the second tool configuration module includes:
Second target resolver, for according to the compiler directive, parsing to obtain process goal;
Chained library resolver, for receiving the incoming process goal of the second target resolver, and according to described Process goal and preset process link allocation list, obtain the object library linked needed for process;
Library addresses resolver, for receiving the incoming object library of the chained library resolver, and according to the target Library and itself preset library address allocation list, obtain the dependence between the path of the object library and the object library;
Linker generates process for receiving and according to the dependence between the path of the object library and the object library.
Further, the default process link allocation list includes: the position and library to be linked of principal function.
According to a further aspect of the invention, the embodiment of the invention also provides a kind of Compilation Methods, comprising:
Tool and compiler directive needed for obtaining configuration compiling;
Compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, compiling target will be compiled The content translated is parsed, and generation executes instruction;
Content to be compiled is compiled with the default compiling rule file according to described execute instruction.
Further, the default compiling rule file of the basis parses compiler directive, and according to tool needed for compiling, right The compiling target content to be compiled is parsed, and is generated the step of executing instruction and is included:
Compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, compiling target will be compiled The content translated is parsed, and the instruction of library Complied executing is generated;Alternatively,
Compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, compiling target will be compiled The content translated is parsed, and the instruction of process Complied executing is generated.
Further, content to be compiled is compiled according to the instruction of library Complied executing and the default compiling rule file The step of include:
According to library Complied executing instruction and the compiler directive, parsing obtains library target;
According to the library target and default source code allocation list, source code path to be compiled is obtained;
According to the source code path, the compileable file under the source code path is obtained;
Obtain the file type of each compileable file;
The compileable file is transferred to compiler corresponding with the file type of the compileable file, passes through institute It states compiler and compiles the compileable file, and by the compressing file after compiling or be linked into library.
Further, content to be compiled is compiled according to the instruction of process Complied executing and the default compiling rule file The step of translating include:
According to process Complied executing instruction and the compiler directive, parsing obtains process goal;
Allocation list is linked according to the process goal and default process, obtains the object library linked needed for process;
Allocation list is addressed according to the object library and default library, is obtained between the path of the object library and the object library Dependence;
According to the dependence between the path of the object library and the object library, process is generated.
Further, the default process link allocation list includes: the position and library to be linked of principal function.
According to a further aspect of the invention, the embodiment of the invention also provides a kind of compilers, comprising: memory, processor And the computer program that can be run on a memory and on a processor is stored, when the processor executes the computer program Realize the step in method as described above.
Compared with prior art, a kind of compiling system, method and compiler provided in an embodiment of the present invention, at least have with It is lower the utility model has the advantages that
The embodiment of the present invention can realize newly-increased library or process, realize code by modifying default compiling rule file The adjustment of structure avoids the defect for modifying a large amount of makefile in the related technology, reduces the workload of modification, improves work Make efficiency.
Detailed description of the invention
Fig. 1 is one of the structural schematic diagram of compiling system of the embodiment of the present invention;
Fig. 2 is the second structural representation of the compiling system of the embodiment of the present invention;
Fig. 3 is the third structural representation of the compiling system of the embodiment of the present invention;
Fig. 4 is one of the flow chart of Compilation Method of the embodiment of the present invention;
Fig. 5 is the two of the flow chart of the Compilation Method of the embodiment of the present invention;
Fig. 6 is the three of the flow chart of the Compilation Method of the embodiment of the present invention;
Fig. 7 is the four of the flow chart of the Compilation Method of the embodiment of the present invention.
Specific embodiment
To keep the technical problem to be solved in the present invention, technical solution and advantage clearer, below in conjunction with attached drawing and tool Body embodiment is described in detail.In the following description, such as specific configuration is provided and the specific detail of component is only In order to help comprehensive understanding the embodiment of the present invention.It therefore, it will be apparent to those skilled in the art that can be to reality described herein Example is applied to make various changes and modifications without departing from scope and spirit of the present invention.In addition, for clarity and brevity, it is omitted pair The description of known function and construction.
It should be understood that " one embodiment " or " embodiment " that specification is mentioned in the whole text mean it is related with embodiment A particular feature, structure, or characteristic is included at least one embodiment of the present invention.Therefore, occur everywhere in the whole instruction " in one embodiment " or " in one embodiment " not necessarily refer to identical embodiment.In addition, these specific features, knot Structure or characteristic can combine in any suitable manner in one or more embodiments.
In various embodiments of the present invention, it should be appreciated that the size of the serial number of following each processes is not meant to execute suitable Sequence it is successive, the execution of each process sequence should be determined by its function and internal logic, the implementation without coping with the embodiment of the present invention Process constitutes any restriction.
Referring to Fig. 1, the embodiment of the invention provides a kind of compiling systems, comprising:
Tool configuration module 200, for tool needed for configuring compiling;
Uniform compilation inlet module 100, for parsing compiler directive according to default compiling rule file, and calls tool is matched Module 200 is set, according to tool needed for compiling, the compiling target content to be compiled is parsed, generation executes instruction;And root Content to be compiled is compiled with the default compiling rule file according to described execute instruction.
The embodiment of the present invention can realize newly-increased library or process, realize code by modifying default compiling rule file The adjustment of structure avoids the defect for modifying a large amount of makefile in the related technology, reduces the workload of modification, improves work Make efficiency.
Wherein, compiling rule file, 100 pairs of Uniform compilation inlet module tools are preset in Uniform compilation inlet module 100 The parsing of body compiler directive and target, and execute corresponding compilation operations.Wherein, the parsing of target is obtained by target resolver It takes, target resolver can extract the various information of the compiling entrance target of execution, such as extract process name, library name, CPU The value information of (central processing unit, Central Processing Unit) type name etc.Uniform compilation inlet module 100 The particular arrangement option of each product item can be configured, it can be by user's requirement custom service demand.The dynamic for compiling target is raw At more making the target in conventional encoder be rendered as recessiveness, save increase after mixed and disorderly compiling target corresponding special execution and Operation.Newly-increased module, newly-increased code, newly-increased configuration etc. can be made to be resolved tool at once simultaneously and parse target, avoided The step of increase respective objects.
Tool configuration module 200, all tools configuration for needing in compilation process, including compiler, resolver are matched Set parsing script etc..Wherein resolver includes source code resolver, target resolver, link resolver, library addressing resolver, compiles Translate device, linker.Compiler is that corresponding equipment is parsed by target resolver with linker, and according to the volume of device configuration Device is translated to obtain with linker.Source code resolver is used to obtain the code configuration in library, link resolver for obtaining chain of processes Connect configuration.
Configuration module is relied on, when being used for unitary construction, compiling target interdepends successive configuration.This is configured to building Core, when constructing whole system, modules have dependence successively to rely on and configure using this, can efficiently using distributed and The cpu resource of multicore compiling makes to compile and building speed is obviously improved.This relies on configuration and often links configuration breath manner of breathing with process It closes, process link depends on library, and library possibly relies on script.Wherein, dependence can successively be held according to preset dependence table Row.
In above-mentioned Uniform compilation inlet module 100, meeting calls tool configuration module 200 is compiled, and needs to pass through work 200 pairs of configuration module compiling targets of tool need the content element compiled to parse, and get and specifically execute instruction and according to rule Then carry out the compiling of content element.
Above-mentioned tool configuration module 200, may include target parsing, addressing parsing, source code path or document analysis, The library Command Line Parsing of process link, the generation and parsing that table is relied in building, wherein target parsing includes that target query prompts again Function, object element obtain function.
Above-mentioned dependence configuration module may include relying on Core Generator, rely on allocation list, wherein it is logical for relying on allocation list Dependence Core Generator is crossed, the corresponding relationship in allocation list and process link allocation list is addressed using library and generates.
The compiling system of the embodiment of the present invention has agility, flexibility, terseness feature, optimizes to code structure and adjusts Whole have the characteristics that easy to operate, intuitive, avoids traditional Makefile and is distributed to compiling, realizes code and rule Centralized management, and readable and transplantability is improved, and rely on building and have significant optimization, promote building speed.
Wherein, the tool configuration module 200 may include:
First tool configuration module, when for repository compiling, required tool;
Second tool configuration module, when for configuring process compiling, required tool.
Referring to fig. 2, wherein the first tool configuration module may include:
First object resolver 201, for according to the compiler directive, parsing to obtain library target;
At least two compilers 203, for receiving and compiling compileable file, and by after compiling compressing file or link Cheng Ku;
Source code resolver 202, for obtaining source to be compiled according to the library target and preset source code allocation list Code path;According to the source code path, the compileable file under the source code path is obtained;Obtain each described can compile The file type of translation part;The compileable file is transferred to compiling corresponding with the file type of the compileable file Device.
Wherein, when carrying out library compiling, first object resolver 201 parses outbound target, and source code resolver 202 can root The source code path to be compiled is read from source code allocation list according to library target, the code that finally will acquire is passed to compiler compiling Cheng Ku.
Wherein, source code configuration module, for addressing the source code path to be compiled or specific file configuration, including it is special Compiling macro and parameter configuration.By source code resolver 202, the source code path of object library is obtained, is traversed in compiled system Compileable file under these paths passes it to different compilers, by compiling according to respectively different source file types After device compiling, by the file or compression after all compilings or it is linked into library.
Above-mentioned source code configuration module, including compilation of source code allocation list, source code allocation list analytical tool, according to volume Target is translated, has analytical tool to obtain code and incoming compiler compiling from compilation of source code allocation list.
Referring to Fig. 3, wherein the second tool configuration module may include:
Second target resolver 204, for according to the compiler directive, parsing to obtain process goal;
Chained library resolver 205, for receiving the incoming process goal of the second target resolver 204, and root Allocation list is linked according to the process goal and preset process, obtains the object library linked needed for process;
Library addresses resolver 206, for receiving the incoming object library of the chained library resolver 205, and according to institute Object library and itself preset library addressing allocation list are stated, the dependence between the path of the object library and the object library is obtained;
Linker 207, for receiving and according to the dependence between the path of the object library and the object library, generate into Journey.
Further, the default process link allocation list includes: the position and library to be linked of principal function.
Wherein, when carrying out process compiling, the second target resolver 204 parses process goal, and process goal is passed Enter chained library resolver 205, to configure the library of acquisition process link according to process chained library, the library of link is then passed to library Resolver 206 is addressed, and path and the dependence that configuration obtains specific library are addressed according to library, finally passes the information in acquired library Enter linker 207 and is linked to process.
Wherein, library addresses configuration module, the configuration for path where addressing library.Process link when, first from into The library that process needs to link is obtained in journey link configuration, tool is then addressed where obtaining library in the addressing configuration of library by library These location paths information are passed to linker 207 by position, and when link can find these libraries.
Above-mentioned library addresses configuration module, including library addressing allocation list, library address analytical tool, according to the letter of object library Breath, analytical tool find the warehouse compartment from library addressing allocation list and set, to do process link purposes.
Referring to fig. 4, according to a further aspect of the invention, the embodiment of the invention also provides a kind of Compilation Methods, comprising:
Step 401, tool and compiler directive needed for obtaining configuration compiling;
Step 402, compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, to compiling The target content to be compiled is parsed, and generation executes instruction;
Step 403, content to be compiled is compiled with the default compiling rule file according to described execute instruction.
Referring to Fig. 5, further, the default compiling rule file of the basis parses compiler directive, and according to needed for compiling Tool, the compiling target content to be compiled is parsed, generation the step of executing instruction includes:
Step 501, compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, to compiling The target content to be compiled is parsed, and the instruction of library Complied executing is generated;Alternatively,
Step 502, compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, to compiling The target content to be compiled is parsed, and the instruction of process Complied executing is generated.
Referring to Fig. 6, further, according to the instruction of library Complied executing and the default compiling rule file to content to be compiled The step of being compiled include:
Step 601, according to library Complied executing instruction and the compiler directive, parsing obtains library target;
Step 602, according to the library target and default source code allocation list, source code path to be compiled is obtained;
Step 603, according to the source code path, the compileable file under the source code path is obtained;
Step 604, the file type of each compileable file is obtained;
Step 605, the compileable file is transferred to compiling corresponding with the file type of the compileable file Device compiles the compileable file by the compiler, and by the compressing file after compiling or is linked into library.
It is further, interior to being intended to compile according to the instruction of process Complied executing and the default compiling rule file referring to Fig. 7 Holding the step of being compiled includes:
Step 701, according to process Complied executing instruction and the compiler directive, parsing obtains process goal;
Step 702, allocation list is linked according to the process goal and default process, obtains the target linked needed for process Library;
Step 703, allocation list is addressed according to the object library and default library, obtain the object library path and the mesh Mark the dependence between library;
Step 704, according to the dependence between the path of the object library and the object library, process is generated.
Further, the default process link allocation list includes: the position and library to be linked of principal function.
According to a further aspect of the invention, the embodiment of the invention also provides a kind of compilers, comprising: memory, processor And the computer program that can be run on a memory and on a processor is stored, when the processor executes the computer program Realize the step in method as described above.
To sum up, the embodiment of the present invention can realize newly-increased library or process, in fact by modifying default compiling rule file The adjustment of existing code structure, avoids the defect for modifying a large amount of makefile in the related technology, reduces the workload of modification, mention High working efficiency.
It should also be noted that, herein, relational terms such as first and second and the like are used merely to one Entity or operation are distinguished with another entity or operation, without necessarily requiring or implying between these entities or operation There are any actual relationship or orders.Moreover, the terms "include", "comprise" or its any other variant are intended to contain Lid non-exclusive inclusion.
The above is a preferred embodiment of the present invention, it is noted that for those skilled in the art For, without departing from the principles of the present invention, several improvements and modifications can also be made, these improvements and modifications It should be regarded as protection scope of the present invention.

Claims (11)

1. a kind of compiling system characterized by comprising
Tool configuration module, for tool needed for configuring compiling;
Uniform compilation inlet module, for parsing compiler directive, and calls tool configuration module according to default compiling rule file, According to tool needed for compiling, the compiling target content to be compiled is parsed, generation executes instruction;And according to the execution Instruction and the default compiling rule file are compiled content to be compiled.
2. compiling system according to claim 1, which is characterized in that the tool configuration module includes:
First tool configuration module, when for repository compiling, required tool;
Second tool configuration module, when for configuring process compiling, required tool.
3. compiling system according to claim 2, which is characterized in that the first tool configuration module includes:
First object resolver, for according to the compiler directive, parsing to obtain library target;
At least two compilers for receiving and compiling compileable file, and by the compressing file after compiling or are linked into library;
Source code resolver, for obtaining source code road to be compiled according to the library target and preset source code allocation list Diameter;According to the source code path, the compileable file under the source code path is obtained;Obtain each compileable file File type;The compileable file is transferred to compiler corresponding with the file type of the compileable file.
4. compiling system according to claim 2, which is characterized in that the second tool configuration module includes:
Second target resolver, for according to the compiler directive, parsing to obtain process goal;
Chained library resolver, for receiving the incoming process goal of the second target resolver, and according to the process Target and preset process link allocation list, obtain the object library linked needed for process;
Library addresses resolver, for receiving the incoming object library of the chained library resolver, and according to the object library and Itself preset library addresses allocation list, obtains the dependence between the path of the object library and the object library;
Linker generates process for receiving and according to the dependence between the path of the object library and the object library.
5. compiling system according to claim 4, which is characterized in that the default process link allocation list includes: main letter Several positions and library to be linked.
6. a kind of Compilation Method characterized by comprising
Tool and compiler directive needed for obtaining configuration compiling;
Compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, compiling target is compiled Content is parsed, and generation executes instruction;
Content to be compiled is compiled with the default compiling rule file according to described execute instruction.
7. Compilation Method according to claim 6, which is characterized in that the default compiling rule file parsing compiling of the basis Order, and according to tool needed for compiling, the compiling target content to be compiled is parsed, the step of executing instruction packet is generated It includes:
Compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, compiling target is compiled Content is parsed, and the instruction of library Complied executing is generated;Alternatively,
Compiler directive is parsed according to default compiling rule file, and according to tool needed for compiling, compiling target is compiled Content is parsed, and the instruction of process Complied executing is generated.
8. Compilation Method according to claim 7, which is characterized in that according to the instruction of library Complied executing and the default compiling The step of rule file is compiled content to be compiled include:
According to library Complied executing instruction and the compiler directive, parsing obtains library target;
According to the library target and default source code allocation list, source code path to be compiled is obtained;
According to the source code path, the compileable file under the source code path is obtained;
Obtain the file type of each compileable file;
The compileable file is transferred to compiler corresponding with the file type of the compileable file, passes through the volume It translates device and compiles the compileable file, and by the compressing file after compiling or be linked into library.
9. Compilation Method according to claim 7, which is characterized in that according to the instruction of process Complied executing and the default volume Translating the step of rule file is compiled content to be compiled includes:
According to process Complied executing instruction and the compiler directive, parsing obtains process goal;
Allocation list is linked according to the process goal and default process, obtains the object library linked needed for process;
Address allocation list according to the object library and default library, obtain between the path of the object library and the object library according to Rely;
According to the dependence between the path of the object library and the object library, process is generated.
10. Compilation Method according to claim 9, which is characterized in that the default process link allocation list includes: main letter Several positions and library to be linked.
11. a kind of compiler characterized by comprising memory, processor and storage are on a memory and can be on a processor The computer program of operation, the processor are realized as described in any one of claim 6~10 when executing the computer program Step in method.
CN201710692165.3A 2017-08-14 2017-08-14 A kind of compiling system, method and compiler Withdrawn CN109542446A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710692165.3A CN109542446A (en) 2017-08-14 2017-08-14 A kind of compiling system, method and compiler

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710692165.3A CN109542446A (en) 2017-08-14 2017-08-14 A kind of compiling system, method and compiler

Publications (1)

Publication Number Publication Date
CN109542446A true CN109542446A (en) 2019-03-29

Family

ID=65823211

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710692165.3A Withdrawn CN109542446A (en) 2017-08-14 2017-08-14 A kind of compiling system, method and compiler

Country Status (1)

Country Link
CN (1) CN109542446A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338606A (en) * 2020-02-20 2020-06-26 北京邮电大学 Development framework of experiment system
CN112433706A (en) * 2020-11-27 2021-03-02 海光信息技术股份有限公司 Compiling option tuning method and device, processor chip and server
CN112585573A (en) * 2020-02-26 2021-03-30 深圳市大疆创新科技有限公司 Compilation control method, compilation control device and storage medium
CN113032004A (en) * 2019-12-09 2021-06-25 伊姆西Ip控股有限责任公司 Method, apparatus and program product for managing development jobs in a development environment
CN116860324A (en) * 2023-09-01 2023-10-10 深圳代码兄弟技术有限公司 Development data processing method, development data processing apparatus, and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101697135A (en) * 2009-10-28 2010-04-21 北京东方网力科技有限公司 Method and device for compiling program
CN106325966A (en) * 2015-06-29 2017-01-11 中兴通讯股份有限公司 Software compiling method and device
CN106919398A (en) * 2017-03-06 2017-07-04 山东浪潮云服务信息科技有限公司 A kind of software distribution method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101697135A (en) * 2009-10-28 2010-04-21 北京东方网力科技有限公司 Method and device for compiling program
CN106325966A (en) * 2015-06-29 2017-01-11 中兴通讯股份有限公司 Software compiling method and device
CN106919398A (en) * 2017-03-06 2017-07-04 山东浪潮云服务信息科技有限公司 A kind of software distribution method and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113032004A (en) * 2019-12-09 2021-06-25 伊姆西Ip控股有限责任公司 Method, apparatus and program product for managing development jobs in a development environment
CN111338606A (en) * 2020-02-20 2020-06-26 北京邮电大学 Development framework of experiment system
CN112585573A (en) * 2020-02-26 2021-03-30 深圳市大疆创新科技有限公司 Compilation control method, compilation control device and storage medium
CN112433706A (en) * 2020-11-27 2021-03-02 海光信息技术股份有限公司 Compiling option tuning method and device, processor chip and server
CN112433706B (en) * 2020-11-27 2023-03-14 海光信息技术股份有限公司 Compiling option tuning method and device, processor chip and server
CN116860324A (en) * 2023-09-01 2023-10-10 深圳代码兄弟技术有限公司 Development data processing method, development data processing apparatus, and readable storage medium
CN116860324B (en) * 2023-09-01 2023-12-05 深圳代码兄弟技术有限公司 Development data processing method, development data processing apparatus, and readable storage medium

Similar Documents

Publication Publication Date Title
CN109542446A (en) A kind of compiling system, method and compiler
CN101799760B (en) System and method of generating parallel simd code for an arbitrary target architecture
CN106371887B (en) A kind of compiling system and method for MSVL language
US20180275977A1 (en) Programming Language Source Code Conversion
CN103116513B (en) A kind of heterogeneous multi-nucleus processor compiler
WO2016163901A1 (en) An apparatus for processing an abstract syntax tree being associated with a source code of a source program
CN106406972B (en) Program compiling method and compiler
Grosse-Kunstleve et al. Automatic Fortran to C++ conversion with FABLE
CN101458633B (en) Method for accessing host program by script program, and system and apparatus thereof
CN102779044B (en) The dissection process system of expression formula and analyzing and processing method
CN114327477A (en) Intelligent contract execution method and device, electronic device and storage medium
CN107291522A (en) A kind of compiling optimization method and system towards custom rule file
CN109154926A (en) For realizing the system and method for the data compatibility across heterogeneous machines framework
Gustafsson et al. ALF-a language for WCET flow analysis
CN107015840B (en) Quick execution method and quick execution system of resolver
Suyama et al. Abstracting IoT devices using virtual machine for wireless sensor nodes
CN104063231A (en) Test resource rapid access method based on HIT-TENA
US10095494B2 (en) Systems and methods for footprint based scheduling
CN102446112B (en) Instruction processing device and processor, and instruction translating device and method
CN113031954A (en) Code compiling method and device, electronic equipment, storage medium and heterogeneous system
CN113467828B (en) Method and system for converting programming language in heterogeneous many-core processor
CN103019801B (en) A kind of compiler being applied to high speed digital I/O waveform engine
Panyala et al. On the use of term rewriting for performance optimization of legacy HPC applications
Baloukas et al. Mapping embedded applications on MPSoCs: the MNEMEE approach
CN103488519A (en) Implement method of interactive scripting language interpreter

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20190329