CN106708518B - Reconstruction method during operation of stainer driver - Google Patents

Reconstruction method during operation of stainer driver Download PDF

Info

Publication number
CN106708518B
CN106708518B CN201611139560.0A CN201611139560A CN106708518B CN 106708518 B CN106708518 B CN 106708518B CN 201611139560 A CN201611139560 A CN 201611139560A CN 106708518 B CN106708518 B CN 106708518B
Authority
CN
China
Prior art keywords
stainer
module
driving
software
information
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
CN201611139560.0A
Other languages
Chinese (zh)
Other versions
CN106708518A (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.)
Xian Aeronautics Computing Technique Research Institute of AVIC
Original Assignee
Xian Aeronautics Computing Technique Research Institute of AVIC
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 Xian Aeronautics Computing Technique Research Institute of AVIC filed Critical Xian Aeronautics Computing Technique Research Institute of AVIC
Priority to CN201611139560.0A priority Critical patent/CN106708518B/en
Publication of CN106708518A publication Critical patent/CN106708518A/en
Application granted granted Critical
Publication of CN106708518B publication Critical patent/CN106708518B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring

Landscapes

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

Abstract

The invention belongs to the field of computer graphics, and particularly relates to a reconstruction method during the driving operation of a stainer. The method comprises the following steps: the stainer attribute collection module (1) sends the collected stainer running attributes to the stainer running attribute buffer module (3); the stainer data collection module (2) sends the collected stainer running data to the stainer running data buffer module (4); the stainer running attribute buffer module (3) records the stainer running attribute information sent by the stainer attribute collection module (1) and provides stainer running attribute information support for the stainer driving reconstruction module (7). The method has targeted optimization by monitoring the attribute parameters of the stainer, the data type of the stainer and the operation control condition of the stainer in the application and operation process of the stainer, and improves the stainer drive, so that the stainer drive can be reconstructed in the operation process, and the purpose of accelerating the operation of the stainer application is achieved.

Description

Reconstruction method during operation of stainer driver
Technical Field
The invention belongs to the field of computer software, and particularly relates to a reconstruction method during the driving operation of a stainer.
Background
The stainer driving software directly controls the operation of stainer hardware, functions and performances directly determine the exertion of stainer processing capacity, the prior published research is directed to the stainer test and stainer programming, and no research is found on the reconstruction of stainer driving operation.
Disclosure of Invention
The purpose of the invention is:
the invention mainly provides a reconstruction method during the running of a stainer driver, which optimizes stainer driver software during the running.
The solution of the invention is:
a stainer drive runtime reconstruction method, comprising:
step 1, a stainer attribute collection module (1) collects stainer running attributes related to a stainer application running process, and sends the collected stainer running attributes to a stainer running attribute buffer module (3);
step 2, a stainer data collection module (2) collects stainer operation data applied to the operation process of the stainer, and sends the collected stainer operation data to a stainer operation data buffer module (4);
step 3, the stainer running attribute buffer module (3) records the stainer running attribute information sent by the stainer attribute collection module (1) and provides stainer running attribute information support for the stainer driving reconstruction module (7);
step 4, the stainer running data buffer module (4) records stainer running data information sent by the stainer data collection module (2), and provides stainer running data information support for the stainer driving reconstruction module (7);
step 5, the stainer operation control module (5) receives stainer operation control information applied by the stainer and provides triggering condition support for the stainer driving reconstruction module (7);
step 6, the stainer driving decomposition module (6) receives stainer driving software applied by the stainer and decomposes the stainer driving software into independent software blocks and calling marks of the software blocks; the decomposed software blocks are provided for a stainer function library module (8); providing the invocation flag to a stainer drive reconstruction module (7);
step 7, a stainer driving reconstruction module (7) acquires a trigger condition provided by a stainer operation control module (5), receives stainer operation attribute information provided by a stainer operation attribute buffer module (3), stainer operation data information provided by a stainer operation data buffer module (4), software blocks call mark information after stainer driving decomposition provided by a stainer driving decomposition module (6), judges whether the operation of the stainer needs reconstructing a stainer driver or not according to the stainer operation attribute information, the stainer operation data information and the software block call mark information after the stainer driving decomposition, and terminates the operation if the operation is not needed; if the information is needed, the marking information is called according to the stainer operation attribute information and the stainer driving software block, the corresponding function software block is obtained from the stainer function library module (8) and is reconstructed into new stainer driving software, and the new stainer driving software is sent to a stainer driving optimization module (9);
step 8, the stainer function library module (8) receives the software blocks after the stainer drive decomposition provided by the stainer drive decomposition module (6), updates the software blocks into the stainer function software library, and provides the software blocks for the stainer drive reconstruction module (7);
9, receiving the reconstructed stainer drive generated by the stainer drive reconstruction module (7) by the stainer drive optimization module (9), performing optimization processing, and sending the optimized stainer drive to a stainer drive executable file generation module (10);
step 10, the stainer driver executable file generation module (10) receives the stainer driver optimized by the stainer driver optimization module (9), generates an executable file, and sends the executable file to the stainer driver loading module (11);
in step 11, the stainer driver loading module (11) receives the stainer executable file generated by the stainer driver executable file generating module (10) and loads the stainer executable file into the stainer program space, so that the stainer can directly run the software.
In step 7, the judgment standard for judging whether the operation of the stainer needs to be reconstructed according to the stainer operation attribute information, the stainer operation data information and the marker information called by the software block after the stainer drive is decomposed is as follows:
and if the stainer operation attribute information, the stainer operation data information and the software calling mark information of the current time are consistent with the stainer operation attribute information, the stainer operation data information and the software calling mark information called last time, the stainer driving reconstruction is not carried out if the stainer operation attribute information, the stainer operation data information and the software calling mark information are consistent, and otherwise, the stainer driving reconstruction is required.
The stainer function library module (8) contains default stainer function functions.
The stainer operation control information in step 5 includes: and starting and stopping.
The invention has the advantages that: according to the method for reconstructing the dyer during driving operation, provided by the invention, the dyer attribute information, the dyer processing data information, the dyer operation management information and the dyer driving software which are contained in the dyer application operation are collected, and then the dyer is operated with the targeted optimized dyer driving software, so that the dyer is operated with high performance under the condition of ensuring the correct function.
Drawings
FIG. 1 is a block diagram of the method of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The technical solution of the present invention is further described in detail with reference to the accompanying drawings and specific embodiments.
As shown in fig. 1, a reconstruction method during a stainer driver operation according to an embodiment of the present invention includes:
step 1, a stainer attribute collection module (1) collects stainer running attributes related to a stainer application running process, and sends the collected stainer running attributes to a stainer running attribute buffer module (3);
step 2, a stainer data collection module (2) collects stainer operation data applied to the operation process of the stainer, and sends the collected stainer operation data to a stainer operation data buffer module (4);
step 3, the stainer running attribute buffer module (3) records the stainer running attribute information sent by the stainer attribute collection module (1) and provides stainer running attribute information support for the stainer driving reconstruction module (7);
step 4, the stainer running data buffer module (4) records stainer running data information sent by the stainer data collection module (2), and provides stainer running data information support for the stainer driving reconstruction module (7);
step 5, the stainer operation control module (5) receives stainer operation control information applied by the stainer and provides triggering condition support for the stainer driving reconstruction module (7);
step 6, the stainer driving decomposition module (6) receives stainer driving software applied by the stainer and decomposes the stainer driving software into independent software blocks and calling marks of the software blocks; the decomposed software blocks are provided for a stainer function library module (8); providing the invocation flag to a stainer drive reconstruction module (7);
step 7, a stainer driving reconstruction module (7) acquires a trigger condition provided by a stainer operation control module (5), receives stainer operation attribute information provided by a stainer operation attribute buffer module (3), stainer operation data information provided by a stainer operation data buffer module (4), software blocks call mark information after stainer driving decomposition provided by a stainer driving decomposition module (6), judges whether the operation of the stainer needs reconstructing a stainer driver or not according to the stainer operation attribute information, the stainer operation data information and the software block call mark information after the stainer driving decomposition, and terminates the operation if the operation is not needed; if the information is needed, the marking information is called according to the stainer operation attribute information and the stainer driving software block, the corresponding function software block is obtained from the stainer function library module (8) and is reconstructed into new stainer driving software, and the new stainer driving software is sent to a stainer driving optimization module (9);
step 8, the stainer function library module (8) receives the software blocks after the stainer drive decomposition provided by the stainer drive decomposition module (6), updates the software blocks into the stainer function software library, and provides the software blocks for the stainer drive reconstruction module (7);
9, receiving the reconstructed stainer drive generated by the stainer drive reconstruction module (7) by the stainer drive optimization module (9), performing optimization processing, and sending the optimized stainer drive to a stainer drive executable file generation module (10);
step 10, the stainer driver executable file generation module (10) receives the stainer driver optimized by the stainer driver optimization module (9), generates an executable file, and sends the executable file to the stainer driver loading module (11);
in step 11, the stainer driver loading module (11) receives the stainer executable file generated by the stainer driver executable file generating module (10) and loads the stainer executable file into the stainer program space, so that the stainer can directly run the software.
In step 7, the judgment standard for judging whether the operation of the stainer needs to be reconstructed according to the stainer operation attribute information, the stainer operation data information and the marker information called by the software block after the stainer drive is decomposed is as follows:
and if the stainer operation attribute information, the stainer operation data information and the software calling mark information are consistent with the stainer operation attribute information, the stainer operation data information and the mark information called last time, the stainer driving reconstruction is not carried out if the stainer operation attribute information, the stainer operation data information and the mark information are consistent, otherwise, the stainer driving reconstruction is required.
The stainer function library module (8) contains default stainer function functions.
The stainer operation control information in step 5 includes: and starting and stopping.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (4)

1. A stainer drive runtime reconstruction method, comprising:
step 1, a stainer attribute collection module (1) collects stainer running attributes related to a stainer application running process, and sends the collected stainer running attributes to a stainer running attribute buffer module (3);
step 2, a stainer data collection module (2) collects stainer operation data applied to the operation process of the stainer, and sends the collected stainer operation data to a stainer operation data buffer module (4);
step 3, the stainer running attribute buffer module (3) records the stainer running attribute information sent by the stainer attribute collection module (1) and provides stainer running attribute information support for the stainer driving reconstruction module (7);
step 4, the stainer running data buffer module (4) records stainer running data information sent by the stainer data collection module (2), and provides stainer running data information support for the stainer driving reconstruction module (7);
step 5, the stainer operation control module (5) receives stainer operation control information applied by the stainer and provides triggering condition support for the stainer driving reconstruction module (7);
step 6, the stainer driving decomposition module (6) receives stainer driving software applied by the stainer and decomposes the stainer driving software into independent software blocks and calling marks of the software blocks; the decomposed software blocks are provided for a stainer function library module (8); providing the invocation flag to a stainer drive reconstruction module (7);
step 7, a stainer driving reconstruction module (7) acquires a trigger condition provided by a stainer operation control module (5), receives stainer operation attribute information provided by a stainer operation attribute buffer module (3), stainer operation data information provided by a stainer operation data buffer module (4), software blocks call mark information after stainer driving decomposition provided by a stainer driving decomposition module (6), judges whether the operation of the stainer needs reconstructing a stainer driver or not according to the stainer operation attribute information, the stainer operation data information and the software block call mark information after the stainer driving decomposition, and terminates the operation if the operation is not needed; if the information is needed, the marking information is called according to the stainer operation attribute information and the stainer driving software block, the corresponding function software block is obtained from the stainer function library module (8) and is reconstructed into new stainer driving software, and the new stainer driving software is sent to a stainer driving optimization module (9);
step 8, the stainer function library module (8) receives the software blocks after the stainer drive decomposition provided by the stainer drive decomposition module (6), updates the software blocks into the stainer function software library, and provides the software blocks for the stainer drive reconstruction module (7);
9, receiving the reconstructed stainer drive generated by the stainer drive reconstruction module (7) by the stainer drive optimization module (9), performing optimization processing, and sending the optimized stainer drive to a stainer drive executable file generation module (10);
step 10, the stainer driver executable file generation module (10) receives the stainer driver optimized by the stainer driver optimization module (9), generates an executable file, and sends the executable file to the stainer driver loading module (11);
in step 11, the stainer driver loading module (11) receives the stainer executable file generated by the stainer driver executable file generating module (10) and loads the stainer executable file into the stainer program space, so that the stainer can directly run the software.
2. The reconstruction method in the operation of the stainer driver according to claim 1, wherein the determination criteria in step 7 for determining whether the stainer driver needs to be reconstructed in the operation of the stainer according to the stainer operation attribute information, the stainer operation data information, and the software block calling mark information after the stainer driver is decomposed are as follows:
and if the stainer operation attribute information, the stainer operation data information and the software calling mark information of the current time are consistent with the stainer operation attribute information, the stainer operation data information and the software calling mark information called last time, the stainer driving reconstruction is not carried out if the stainer operation attribute information, the stainer operation data information and the software calling mark information are consistent, and otherwise, the stainer driving reconstruction is required.
3. The stainer drive runtime reconstruction method of claim 1,
the stainer function library module (8) contains default stainer function functions.
4. The stainer drive runtime reconstruction method of claim 1,
the stainer operation control information in step 5 includes: and starting and stopping.
CN201611139560.0A 2016-12-12 2016-12-12 Reconstruction method during operation of stainer driver Active CN106708518B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611139560.0A CN106708518B (en) 2016-12-12 2016-12-12 Reconstruction method during operation of stainer driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611139560.0A CN106708518B (en) 2016-12-12 2016-12-12 Reconstruction method during operation of stainer driver

Publications (2)

Publication Number Publication Date
CN106708518A CN106708518A (en) 2017-05-24
CN106708518B true CN106708518B (en) 2020-02-14

Family

ID=58937132

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611139560.0A Active CN106708518B (en) 2016-12-12 2016-12-12 Reconstruction method during operation of stainer driver

Country Status (1)

Country Link
CN (1) CN106708518B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710302B (en) * 2018-12-12 2021-12-24 中国航空工业集团公司西安航空计算技术研究所 Software management device and method for stainer
CN109656532B (en) * 2018-12-12 2022-03-15 中国航空工业集团公司西安航空计算技术研究所 UML-based GPU (graphics processing Unit) -oriented fragment coloring task scheduling method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102054087B (en) * 2010-04-21 2014-10-22 华东理工大学 Design method of reconfigurable embedded system based on ontology and system
CN104063234B (en) * 2013-03-19 2017-06-27 华为技术有限公司 A kind of compatibility method and device
CN103676900B (en) * 2013-12-23 2016-08-31 广西大学 A kind of reconfigurable open type movement-control system
CN105511996B (en) * 2015-12-11 2018-08-21 中国航空工业集团公司西安航空计算技术研究所 A kind of embedded programmable stainer verification platform of graphics processor

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MIGPU-9多核交互式图形处理器的设计;邓军勇;《计算机辅助设计与图形学学报》;20140915;第26卷(第9期);1468-1478 *
异构多核SoC可编程图形系统硬件设计;周建伟 等;《集成电路应用》;20140706;第40卷(第7期);40-43 *

Also Published As

Publication number Publication date
CN106708518A (en) 2017-05-24

Similar Documents

Publication Publication Date Title
CN1447224A (en) Method of optimizing use of memory in computer applied program
JP2004259252A (en) System and method for shortening compile time of byte code in java (r) program
US20130081003A1 (en) Selective data flow analysis of bounded regions of computer software applications
CN106708518B (en) Reconstruction method during operation of stainer driver
CN105378689A (en) Unified extensible firmware interface (UEFI) driver and protocol
CN105975311A (en) Application startup method and device
CN113761482A (en) Program code protection method and device
CN101853157A (en) Automatic identification method for application software GUI object
CN113342323B (en) Method and device for online development of software
CN110569250A (en) Management method and device for analysis library of Internet of things network element
CN105138366A (en) Recognition software silent installation method and device
CN111045686A (en) Method for improving application decompilation speed, intelligent terminal and storage medium
CN110851433B (en) Key optimization method for key value storage system, storage medium, electronic device and system
CN110058865A (en) A kind of program burn writing and operation method of single-chip microcontroller
CN112132271A (en) Neural network accelerator operation method, architecture and related device
CN112445607B (en) Method and device for executing method function by application program
CN113495723B (en) Method, device and storage medium for calling functional component
CN106708594B (en) Implementation method of hierarchical OpenGL runtime compiling software
CN110874214B (en) Function calling method and device, electronic equipment and storage medium
CN115237390A (en) Relay protection device logic diagram code generation method and device and storage medium
CN111737964B (en) Form dynamic processing method, equipment and medium
CN114296754A (en) Chip platform upgrading method and related device
CN112765608A (en) Target apk source code acquisition method, electronic device and medium
CN111966358A (en) Code packaging method and device, electronic equipment and computer readable storage medium
CN105653552B (en) Structured document processing method, device and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant