CN105912379B - A kind of compiler task management method and compiler task managing device - Google Patents

A kind of compiler task management method and compiler task managing device Download PDF

Info

Publication number
CN105912379B
CN105912379B CN201610202860.2A CN201610202860A CN105912379B CN 105912379 B CN105912379 B CN 105912379B CN 201610202860 A CN201610202860 A CN 201610202860A CN 105912379 B CN105912379 B CN 105912379B
Authority
CN
China
Prior art keywords
source code
storing path
precompile
source
compiler task
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.)
Active
Application number
CN201610202860.2A
Other languages
Chinese (zh)
Other versions
CN105912379A (en
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.)
Hisense Visual Technology Co Ltd
Original Assignee
Qingdao Hisense Electronics Co Ltd
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 Qingdao Hisense Electronics Co Ltd filed Critical Qingdao Hisense Electronics Co Ltd
Priority to CN201610202860.2A priority Critical patent/CN105912379B/en
Publication of CN105912379A publication Critical patent/CN105912379A/en
Application granted granted Critical
Publication of CN105912379B publication Critical patent/CN105912379B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F8/4434Reducing the memory space required by the program code

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the present invention provides a kind of compiler task management method and compiler task managing device, is related to technical field of software development, can be improved compiling efficiency, reduces the occupied hardware resource of compilation process.The specific scheme is that obtaining source code, the source code includes the code of N number of source program;Wherein N >=2;Source code described in precompile, and the source code Jing Guo precompile is stored under storing path;M compiling is carried out to the source code saved under the storing path, exports M target program;Wherein 2≤M≤N.The present invention is used for software development.

Description

A kind of compiler task management method and compiler task managing device
Technical field
The present invention relates to technical field of software development more particularly to a kind of compiler task management method and compiler task management Device.
Background technique
Continuous integrating (full name in English: Continuous integration) system is used to carry out source code integrated structure It builds, specifically includes compiling, automatic test, publication etc..Wherein compiling, which refers to the process of, generates target program using source code.
Existing continuous integration system is each compiler task using a compilation process as an independent compiler task Independent storing path is distributed, for saving the corresponding source code by precompile of each compiler task, in case in the future It is used when compiling again, to improve compilation speed.
Compilation process as shown in connection with fig. 1, when executing a compiler task, continuous integration system is updated and is saved first Then source code compiles setting storing path for this, the source code Jing Guo precompile is stored under the path, is finally completed Compiling exports target program.
In the development process of some softwares, source code to be compiled may include the code of multiple source programs, multiple Source program is respectively used to generate multiple target programs, that is to say, that compiler can repeatedly compile a source code, raw At multiple target programs.
For example, developer is directed to different hardware platforms in the development process for developing a smart television operating system The source program that (such as processor, chipset etc. of different businessmans) writes multiple operating systems, the code of multiple source programs is protected There are in a source file.In this way, source code to be compiled just includes the code of multiple source programs.In a compilation process In, compiler is only compiled one of source program according to the control of compilation script, generates corresponding target program.Through The corresponding target program of multiple source programs can be obtained after crossing repeatedly compiling, different target programs is different for supporting Hardware platform.
Alternatively, with the different type of machines of a chip, same operating system, the different function of possible each self-supporting, e.g. No support WIFI, whether screen resolution is mutually same, since partial function difference is also required to do multiple compiling to a source file, To generate the corresponding target program of different type of machines.
As shown in connection with fig. 2, when source code includes the code of multiple source programs, continuous integration system is with a compilation process As an independent compiler task, in each compiler task, require to complete the following steps:
Source code is updated and saved, for this compiling setting storing path, the source Jing Guo precompile is saved under the path Code exports this corresponding target program of compiling after completing compiling.
Therefore, a source code is being carried out to need repeated dispensing in the scene that repeatedly compiling generates multiple target programs The source code of storing path, preservation Jing Guo precompile, on the one hand, multiple copies save source code, distribution storing path, refresh warp The source code for crossing precompile causes compilation process tediously long, thus compiles low efficiency, on the other hand, multiple copies preservation source code, Refresh the source code Jing Guo precompile and needs to occupy a large amount of memory spaces, thus the hardware resource cost of compilation process is big.
Summary of the invention
The application provides a kind of compiler task management method and compiler task managing device, can be improved compiling efficiency, subtracts Few occupied hardware resource of compilation process.
In order to achieve the above objectives, the application adopts the following technical scheme that
On the one hand, a kind of compiler task management method is provided, comprising:
Source code is obtained, the source code includes the code of N number of source program;Wherein N >=2;
Source code described in precompile, and the source code Jing Guo precompile is stored under storing path;
M compiling is carried out to the source code saved under the storing path, exports M target program;Wherein 2≤ M≤N。
On the other hand, a kind of compiler task managing device is provided, for executing compiler task pipe provided by first aspect Reason method.
Compiler task management method and compiler task managing device provided by the embodiment of the present invention are obtaining source generation After code, the source code Jing Guo precompile is stored under storing path, then the source code Jing Guo precompile is repeatedly compiled It translates.Storing path is no longer compiled with single and is corresponded, but is corresponded with source code, multiple when carrying out to a source code When compiling, repeatedly the source code by precompile saved under same storing path is shared in compiling.It needs compared to the prior art The scheme repeatedly saved is only once saved in the scheme of the application, simplifies compilation process, is improved compiling and is imitated Rate, while reducing to save the occupied memory space of data.
Detailed description of the invention
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, embodiment will be described below Needed in attached drawing be briefly described, it should be apparent that, the accompanying drawings in the following description is only of the invention some Embodiment for those of ordinary skill in the art without creative efforts, can also be attached according to these Figure obtains other attached drawings.
Fig. 1 illustrates schematic diagram for compilation process;
Fig. 2 is that the another of compilation process illustrates schematic diagram;
Fig. 3 is a kind of compiler task management method flow chart provided by the embodiment of the present invention;
Fig. 4 is a kind of compiler task managing device structure chart provided by the embodiment of the present invention.
Specific embodiment
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of the embodiments of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, it is obtained by those of ordinary skill in the art without making creative efforts every other Embodiment shall fall within the protection scope of the present invention.
The embodiment of the present invention provides a kind of compiler task management method and compiler task managing device, is applied to source code In the scene of code including multiple source programs.
In a kind of scheme of the prior art, independent working directory is distributed for compiling each time, in respective working directory Lower setting storing path, saves the source code Jing Guo precompile under storing path, uses when in case compiling again in the future.Also It is to say, it is primary to compile a corresponding working directory, the source code Jing Guo precompile is respectively saved under each working directory.
Technical solution provided by the present application, to submit source code to a working directory, to completion to the more of the source code Secondary compiling exports the process of multiple target programs as a compiler task.In a compiler task, for a source code (source file) distributes a working directory, and a storing path is arranged.It particularly points out a bit, it is alleged in embodiments herein Storing path, refer to the catalogue for saving the source code Jing Guo precompile.The corresponding storing path of a source code, is protected Depositing path can be a subdirectory under working directory, be also possible to an independent catalogue.
In addition, can have a subdirectory for saving the source code before precompile under working directory, it is pre- that will pass through The source code of compiling is stored in save contents down after, the source code before the precompile saved can be deleted, and can also protect It stays.
Source code Jing Guo precompile is stored in after saving contents down, the source code Jing Guo precompile can be carried out Repeatedly compiling, exports multiple target programs, completes the secondary compiler task.Repeatedly compiling is not necessarily to respectively setting storing path or each From the source code saved Jing Guo precompile, but share the source code by precompile being saved under storing path.
In brief, in the scheme of the application, the corresponding storing path of a source code, a compiler task includes more Secondary compiling repeatedly compiles the data saved under shared storing path.
Embodiment
The embodiment of the present invention provides a kind of compiler task management method, is applied to compiler task managing device, referring to Fig. 3 It is shown, specifically includes the following steps:
301, compiler task managing device obtains source code.
Compiler task managing device can be an individual compiler, be also possible to the software developments such as continuous integration system For executing the functional unit of compilation facility in system.It is said by taking the application scenarios of continuous integration system as an example in the present embodiment It is bright.
In software development process, it usually needs by repeatedly integrated building, specifically include compilation of source code and generate target journey Sequence carries out automatic test to target program, finally obtains the released version of software.
Compiler task management method described in the present embodiment includes answering for the code of N number of source program suitable for source code With scene, wherein N >=2.By repeatedly being compiled to source code, available multiple target programs.Optionally, compiler task The concrete mode that managing device obtains source code can be compiler task managing device reception software developer and pass through version control The source code to be compiled that system (full name in English: Revision control) system is submitted to continuous integration system, it is lasting to collect At system after receiving source code, according to the setting of software developer, one source code is stored under working directory Under a subdirectory.
302, storing path is arranged in compiler task managing device.
Storing path is the catalogue for saving the source code Jing Guo precompile, and storing path can be under working directory One subdirectory is also possible to an independent catalogue.
Step 302 is optional step.For example, after creating working directory i.e. execute step 302, or first time to When working directory submits source code, step 302 is executed.When submitting source code to working directory again, existing guarantor can be used Path is deposited, there is no need to execute step 302 again.
303, compiler task managing device deletes the data saved under storing path.
Step 303 is optional step.
Software developer can repeatedly submit source code to working directory, after i-th submission, compiler task management It fills and precompile is carried out to the source code that i-th is submitted, and be stored in preservation for the source code Jing Guo precompile as file destination Under catalogue, the quantity of file destination is typically larger than 1.When software developer's i+1 time submits source code to working directory, protect Deposit the file destination preserved under path and saved when i-th is submitted.
Optionally, every time to working directory submit source code when, be performed both by step 303.In this case, i+1 time mentions When friendship, the data saved under storing path include the file destination saved under storing path when i-th is submitted.
Alternatively, executing a step 303 when submitting source code to working directory several times.For example, if i-th is submitted When perform step 303, then do not execute step 303 when i+1 time, the i-th+2 times submissions, execute step in the i-th+3 times submissions 303.In this case, when the i-th+3 times submissions, the data saved under storing path include i-th, i+1 time, the i-th+2 times The file destination saved under storing path when submission.
304, compiler task managing device precompile source code, and the source code Jing Guo precompile is stored in storing path Under.
If the working directory where source code is already provided with storing path, can directly be held after step 301 Row step 304.If storing path is not yet arranged, step 302 is first carried out after step 301, then execute step 304.It is preferred that , step 303 is first carried out before step 304.
The source code saved under storing path refers to the source generation saved in the form of file destination by precompile Code.
305, compiler task managing device carries out M compiling to the source code saved under storing path, exports M target Program.
Source code includes the code of N number of source program, completes one target program of primary compiling output to source code, compiling is appointed Managing device of being engaged in can complete M compiling in a certain order, export M target journey according to the configuration of way of compiling control script Sequence, wherein 2≤M≤N.Optionally, compiler task managing device exports target program to version control system, by Version Control system System is managed collectively target program.
After completing M compiling, this is submitted in lower the saved file destination that saves contents, and can be retained in preservation mesh Under record, to working directory the source code updated is submitted and when executing step 103 subsequent, is removed.
A source code is being carried out in the scene that repeatedly compiling generates multiple target programs, the scheme of the prior art needs Storing path is distributed in each compiling and saves file destination, causes to compile low efficiency because compilation process is tediously long.The application Scheme in the corresponding storing path of a source code, only need to save a file destination under storing path, it is subsequent more The secondary file destination compiled under shared storing path, saves without being directed to compile each time, respectively to improve compiling efficiency.
On the other hand, repeatedly refresh file destination in the prior art and need to occupy a large amount of memory spaces, thus compilation process Hardware resource cost it is big.In the scheme of the application, a file destination only need to be saved, to reduce to save shared by data Memory space.
It further, is in the prior art usually to be stored into that the date is forward or the later period compiles for the data saved The low data dump of middle frequency of use is translated, shelf space is vacateed, then saves the file destination of update.When source code has update When, it may both include previously saved in multiple file destinations for using during being compiled to updated source code File destination also includes the file destination that this is updated.Previously saved file destination, which is used for multiple times, may generate accumulation mistake Accidentally.
The mistake that storage system (such as disk, Magnetic Disk Controler, memory) or file system occur may also lead to preservation File destination itself there is mistake, the file destination based on mistake carries out later multiple compiling, it is also possible to cause accumulation wrong Accidentally.In the embodiment of the present invention, compiler task managing device saves this source code submitted after removing the data saved again The file destination of generation is compiled, to reduce cumulative error on the basis of the file destination that this is saved.
For example, in a kind of specific embodiment, it is raw by precompile after submitting source code to working directory for the first time At the file destination of source code, in the lower preservation file destination and to carry out repeatedly compiling to file destination multiple to generate of saving contents Target program.When submitting new source code to the working directory, the data saved that save contents down are removed first, then save The file destination that updated source code generates.That is, once source code has update, the target saved under storing path File is corresponding to be updated, and this file destination saved is used only in compilation process, is not used before source code updates and is saved File destination, to reduce cumulative error.
Compiler task management method provided by the embodiment of the present invention will be by precompile after obtaining source code Source code is stored under storing path, is then repeatedly compiled to the source code Jing Guo precompile.Storing path no longer with list Secondary compiling corresponds, but corresponds with source code, and when repeatedly being compiled to a source code, repeatedly compiling is shared The source code by precompile saved under same storing path.The side for needing repeatedly to be saved compared to the prior art Case is only once saved in the scheme of the application, simplifies compilation process, improve compiling efficiency, while being reduced for guarantor The occupied memory space of deposit data.In addition, removing the number saved first when the source code under working directory has update According to, only this save data on the basis of be compiled, thus reduce cumulative error generation possibility.
Based on embodiment corresponding to Fig. 3, the embodiment of the present invention also provides a kind of compiler task managing device, for holding Compiler task management method described in row above-described embodiment.As shown in connection with fig. 4, compiler task managing device 40 includes processing Unit 401, storage unit 402, receiving unit 403, output unit 404 and bus 405.Unit 401, connects storage unit 402 Receive unit 403, output unit 404 connects by bus 405 and completes mutual communication.
Program code for executing the present invention program is stored in storage unit 402, and is controlled by processing unit 401 It executes.
Storage unit 402 may include volatile memory cell (full name in English: volatile memory), such as at random It accesses storage unit (full name in English: random-access memory, English abbreviation: RAM).Storage unit also may include non- Volatile memory cell (full name in English: non-volatile memory), such as read-only memory unit (full name in English: read- Only memory, English abbreviation: ROM), flash memory cell (full name in English: flash memory), hard disk (full name in English: Hard disk drive, English abbreviation: HDD) or solid state hard disk (full name in English: solid-state drive, English abbreviation: SSD).Storage unit 402 can also include the combination of the storage unit of mentioned kind.
Processing unit 401 can be central processing unit (full name: Central Processing Unit, abbreviation: CPU), Or the combination of CPU and hardware chip.Above-mentioned hardware chip can be specific integrated circuit (full name in English: application- Specific integrated circuit, English abbreviation: ASIC), programmable logic device (full name in English: Programmable logic device, English abbreviation: PLD) or any combination thereof.
Processing unit 401, for calling the program code in storage unit 402, in a kind of possible embodiment, when When above procedure unit 401 processed executes, implement function such as:
Receiving unit 403, for obtaining source code, source code includes the code of N number of source program.Wherein N >=2.
Processing unit 401 is used for precompile source code, and the source code Jing Guo precompile is stored according to storing path In storage unit 402;
Processing unit 401 is also used to the M compiling of source code progress saved has been saved under storing path, and output M is a Target program.Wherein 2≤M≤N.
Optionally, processing unit 401 are also used to that storing path is arranged.
Optionally, processing unit 401 are also used to delete the data saved under storing path in storage unit 402.
Compiler task managing device provided by the embodiment of the present invention will be by precompile after obtaining source code Source code is stored under storing path, is then repeatedly compiled to the source code Jing Guo precompile.Storing path no longer with list Secondary compiling corresponds, but corresponds with source code, and when repeatedly being compiled to a source code, repeatedly compiling is shared The source code by precompile saved under same storing path.The side for needing repeatedly to be saved compared to the prior art Case is only once saved in the scheme of the application, simplifies compilation process, improve compiling efficiency, while being reduced for guarantor The occupied memory space of deposit data.In addition, removing the number saved first when the source code under working directory has update According to, only this save data on the basis of be compiled, thus reduce cumulative error generation possibility.
The above description is merely a specific embodiment, but scope of protection of the present invention is not limited thereto, any Those familiar with the art in the technical scope disclosed by the present invention, can easily think of the change or the replacement, and should all contain Lid is within protection scope of the present invention.Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (6)

1. a kind of compiler task management method characterized by comprising
Source code is obtained, the source code includes the code of N number of source program;Wherein N >=2;
Precompile includes the source code of N number of source program, and the source code Jing Guo precompile is stored under storing path;Institute It states storing path and the source code corresponds;
M compiling is carried out to the source code saved under the storing path, exports M target program;Wherein 2≤M≤ N;Repeatedly the source code by precompile saved under the same storing path is shared in compiling.
2. compiler task management method according to claim 1, which is characterized in that the source by Jing Guo precompile Before code is stored under storing path, further includes:
The storing path is set.
3. compiler task management method according to claim 2, which is characterized in that the setting storing path it Afterwards, before the source code by Jing Guo precompile is stored under storing path, further includes:
Delete the data saved under the storing path.
4. a kind of compiler task managing device characterized by comprising processing unit, storage unit, receiving unit, output are single Member and bus, the processing unit, the storage unit, the receiving unit and the output unit pass through the bus Connection;
The receiving unit, for obtaining source code, the source code includes the code of N number of source program;Wherein N >=2;
The processing unit, includes the source code of N number of source program for precompile, and the source code Jing Guo precompile is pressed It is stored in the storage unit according to storing path;The storing path and the source code correspond;
The processing unit, is also used to carry out the source code saved M compiling under the storing path, and output M is a Target program;Wherein 2≤M≤N;Repeatedly the source by precompile saved under the same storing path is shared in compiling Code.
5. compiler task managing device according to claim 4, which is characterized in that
The processing unit is also used to be arranged the storing path.
6. compiler task managing device according to claim 5, which is characterized in that
The processing unit is also used to delete the data saved under storing path described in the storage unit.
CN201610202860.2A 2016-04-01 2016-04-01 A kind of compiler task management method and compiler task managing device Active CN105912379B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610202860.2A CN105912379B (en) 2016-04-01 2016-04-01 A kind of compiler task management method and compiler task managing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610202860.2A CN105912379B (en) 2016-04-01 2016-04-01 A kind of compiler task management method and compiler task managing device

Publications (2)

Publication Number Publication Date
CN105912379A CN105912379A (en) 2016-08-31
CN105912379B true CN105912379B (en) 2019-07-23

Family

ID=56745192

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610202860.2A Active CN105912379B (en) 2016-04-01 2016-04-01 A kind of compiler task management method and compiler task managing device

Country Status (1)

Country Link
CN (1) CN105912379B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111752572B (en) * 2020-06-29 2023-03-14 百度在线网络技术(北京)有限公司 Compiling method, device, equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6449050B1 (en) * 1998-10-05 2002-09-10 Canon Kabushiki Kaisha Code generator for printer driver
CN101963915A (en) * 2010-09-25 2011-02-02 中兴通讯股份有限公司 Building method of compilation and system thereof
CN102222041A (en) * 2011-06-15 2011-10-19 深圳市运通信息技术有限公司 Test analysis system and method based on embedded software
CN103064722A (en) * 2012-12-14 2013-04-24 北京思特奇信息技术股份有限公司 Method and system for unified compiling of programs
CN103678961A (en) * 2013-11-07 2014-03-26 北京深思数盾科技有限公司 Code dynamic generating method
CN103853589A (en) * 2014-02-26 2014-06-11 上海爱数软件有限公司 Cross-platform system compiling and building method
CN104462393A (en) * 2014-12-10 2015-03-25 北京国双科技有限公司 Method and device for determining paths for compiling files
CN104536898A (en) * 2015-01-19 2015-04-22 浙江大学 C-program parallel region detecting method
CN104572072A (en) * 2014-12-01 2015-04-29 北京百度网讯科技有限公司 MVC (model view controller) mode-based language transformation method and equipment for program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160048376A1 (en) * 2014-08-12 2016-02-18 Advanced Micro Devices, Inc. Portable binary image format (pbif) for pre-compiled kernels

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6449050B1 (en) * 1998-10-05 2002-09-10 Canon Kabushiki Kaisha Code generator for printer driver
CN101963915A (en) * 2010-09-25 2011-02-02 中兴通讯股份有限公司 Building method of compilation and system thereof
CN102222041A (en) * 2011-06-15 2011-10-19 深圳市运通信息技术有限公司 Test analysis system and method based on embedded software
CN103064722A (en) * 2012-12-14 2013-04-24 北京思特奇信息技术股份有限公司 Method and system for unified compiling of programs
CN103678961A (en) * 2013-11-07 2014-03-26 北京深思数盾科技有限公司 Code dynamic generating method
CN103853589A (en) * 2014-02-26 2014-06-11 上海爱数软件有限公司 Cross-platform system compiling and building method
CN104572072A (en) * 2014-12-01 2015-04-29 北京百度网讯科技有限公司 MVC (model view controller) mode-based language transformation method and equipment for program
CN104462393A (en) * 2014-12-10 2015-03-25 北京国双科技有限公司 Method and device for determining paths for compiling files
CN104536898A (en) * 2015-01-19 2015-04-22 浙江大学 C-program parallel region detecting method

Also Published As

Publication number Publication date
CN105912379A (en) 2016-08-31

Similar Documents

Publication Publication Date Title
CN106709704B (en) Intelligent contract upgrading method based on license chain
US9141487B2 (en) Healing cloud services during upgrades
US8635534B2 (en) Reservation of resources and deployment of applications using an integrated development environment
CN105630488A (en) Docker container technology-based continuous integration realizing method
KR101607495B1 (en) Efficient parallel computation of dependency problems
US10310900B2 (en) Operating programs on a computer cluster
CN101211272A (en) Dynamic virtual machine generation
CN106201613A (en) Preheating software is installed
CN111176818B (en) Distributed prediction method, device, system, electronic equipment and storage medium
CN105553738A (en) Heat loading method and device of configuration information and distributed cluster system
CN110427258A (en) Scheduling of resource control method and device based on cloud platform
CN106462452A (en) Vehicle control apparatus
CN110457033A (en) Device and method for generating dynamic trace data on GPU
CN109508912A (en) A kind of business scheduling method, device, equipment and storage medium
CN106649654A (en) Data updating method and device
CN105912379B (en) A kind of compiler task management method and compiler task managing device
CN108958941A (en) Image processing method and device
CN105391755B (en) Data processing method, apparatus and system in a kind of distributed system
CN115984022B (en) Unified account checking method and device for distributed payment system
JP5945779B2 (en) Multi-thread parallel execution device, broadcast stream playback device, broadcast stream storage device, stored stream playback device, stored stream re-encoding device, integrated circuit, multi-thread parallel execution method, multi-thread compiler
CN106406997A (en) A timer scheduling method and device
WO2014112973A1 (en) Server-platform simulation service
JP2005122470A (en) Autonomous device driver
CN102073541A (en) Data access method and mobile terminal
CN105160211B (en) The setting method and device of device file permission in a kind of kernel module

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Patentee after: Hisense Video Technology Co.,Ltd.

Address before: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Patentee before: HISENSE ELECTRIC Co.,Ltd.

CP01 Change in the name or title of a patent holder