JP3260264B2 - How to create and operate patches at a high-level language level - Google Patents

How to create and operate patches at a high-level language level

Info

Publication number
JP3260264B2
JP3260264B2 JP26812395A JP26812395A JP3260264B2 JP 3260264 B2 JP3260264 B2 JP 3260264B2 JP 26812395 A JP26812395 A JP 26812395A JP 26812395 A JP26812395 A JP 26812395A JP 3260264 B2 JP3260264 B2 JP 3260264B2
Authority
JP
Japan
Prior art keywords
code file
patch
assembler
level
correction function
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.)
Expired - Fee Related
Application number
JP26812395A
Other languages
Japanese (ja)
Other versions
JPH09114655A (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.)
Fujitsu Ltd
Nippon Telegraph and Telephone Corp
Original Assignee
Fujitsu Ltd
Nippon Telegraph and Telephone 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 Fujitsu Ltd, Nippon Telegraph and Telephone Corp filed Critical Fujitsu Ltd
Priority to JP26812395A priority Critical patent/JP3260264B2/en
Publication of JPH09114655A publication Critical patent/JPH09114655A/en
Application granted granted Critical
Publication of JP3260264B2 publication Critical patent/JP3260264B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は高水準言語を適用し
たソフトウェア制御の交換システムにおいて、高水準言
語レベルでのパッチ作成・運用方式に関する。交換用ソ
フトウェアは、一般的にアセンブラ言語より記述が容易
で作業効率のよいCHILL言語やC言語などの高水準
言語が使用されている。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a patch creation / operation system at a high-level language level in a software-controlled switching system to which a high-level language is applied. The exchange software generally uses a high-level language such as the CHILL language or the C language, which is easier to describe than the assembler language and has high work efficiency.

【0002】NTTのディジタル交換機ではCHILL
言語を採用しているが、特に処理を早くする必要のある
プログラムや、ハードウェアを直接制御するプログラム
はアセンブラ言語で直接記述する場合もある。アセンブ
ラ言語は“0”と“1”との組合せよりなる機械語と1
対1に対応しているが、高水準言語または高級言語は機
械語と1対nで対応しており、高水準言語の1ワードで
機械語の複数の命令を表現することが可能である。
[0002] NTT digital exchanges use CHILL.
Although a language is used, programs that require particularly fast processing and programs that directly control hardware may be directly described in assembler language. Assembler language is a machine language consisting of a combination of "0" and "1" and 1
Although the correspondence is one-to-one, the high-level language or the high-level language corresponds to the machine language on a one-to-n basis, and one word of the high-level language can express a plurality of instructions in the machine language.

【0003】[0003]

【従来の技術】交換局プログラム(ファイル)作成手順
の概略を図5に示す。システム部は .交換機の動作を規定するプログラムは、CHILL
などの交換機用高水準言語を用いて作成する。作成した
プログラムをパソコン端末から電子計算機に投入して、
ソースモジュール(SM)として取り出す。この時のプ
ログラムの状態はCHILL言語で書かれたイメージが
そのままソースコードファイルに格納される。 .交換機はCHILL言語のソースモジュールをその
まま実行することはできないので、実行可能な機械語に
変換する必要がある。CHILL言語を機械語に変換す
るプログラムはCHILLコンパイラと呼ばれる。CH
ILLコンパイラ等のプログラムは総称してオペレーテ
ィングシステム(OS)と呼ばれる。 .ソースモジュール(SM)はCHILLコンパイラ
によりアセンブラコードに翻訳され機械語に変換され、
オブジェクトモジュール(OM)と呼ばれてオブジェク
トコードファイルに格納される。 .しかしオブジェクトモジュール(OM)は機械語に
変換されているが、メモリ上の配置は決まってないの
で、さらにリンケージエディタによりプログラムのメモ
リ上の配置を決める必要があり、こうしてできた実行可
能なプログラムはロードモジュール(LM)と呼ばれ
て、ロードモジュールファイルに格納される。 .ロードモジュール(LM)はメモリ上に展開されて
運用システムとして使用される。メモリの番地が割り付
けられたロードモジュール(LM)形式の局データはす
べて機械語により構成され、運用システムのプログラム
により必要な局データの読み出し書き込みが行われる。
2. Description of the Related Art FIG. 5 shows an outline of a procedure for creating an exchange program (file). The system part is. The program that defines the operation of the exchange is CHILL
It is created using a high-level language for exchanges such as. Input the created program from the PC terminal to the computer,
Take out as a source module (SM). At this time, the image of the program written in the CHILL language is stored in the source code file as it is. . Since the exchange cannot execute the CHILL language source module as it is, it is necessary to convert it into an executable machine language. A program that converts a CHILL language into a machine language is called a CHILL compiler. CH
Programs such as the ILL compiler are collectively called an operating system (OS). . The source module (SM) is translated into assembler code by the CHILL compiler and converted into machine language.
It is called an object module (OM) and stored in an object code file. . However, although the object module (OM) has been converted to machine language, the layout on the memory is not fixed. Therefore, it is necessary to further determine the layout of the program in the memory by the linkage editor. It is called a load module (LM) and is stored in a load module file. . The load module (LM) is developed on a memory and used as an operation system. The station data in the load module (LM) format to which the addresses of the memories are assigned are all constituted by machine language, and necessary station data is read and written by a program of the operation system.

【0004】かかる運用プログラムに問題箇所(バグ)
が判明した場合、機械語で問題箇所を修正するパッチ
(修正命令)を作成し、運用局に送付し機械語で投入し
ていたので、命令コードを直接書き換えるアドレスに置
き換える必要があった。
Problems (bugs) in such operation programs
When it was found, a patch (correction instruction) for correcting the problem was created in machine language, sent to the operation office and submitted in machine language, so it was necessary to replace it with an address that directly rewrites the instruction code.

【0005】[0005]

【発明が解決しようとする課題】高水準言語レベルでソ
フトウェア制御を行う交換システムにおいて、従来は運
用プログラムに問題箇所(バグ)が発生した場合、いち
いち機械語で問題箇所を修正するパッチ(修正命令)を
作成していたため、修正作業が複雑になり、機械語に熟
知した技術者でないとバッチ作成が困難であった。
In a switching system that performs software control at a high-level language level, conventionally, when a problem (bug) occurs in an operation program, a patch (correction instruction) that corrects the problem in machine language one by one. ), The correction work became complicated, and it was difficult to create a batch unless a technician familiar with machine language was used.

【0006】本発明はソースコードレベルで修正を行う
ことにより、機械語による修正を必要としないで、作業
者がパソコン端末等から容易に問題箇所を修正できるよ
うにすることを目的とする。
An object of the present invention is to make it possible for a worker to easily correct a problem part from a personal computer terminal or the like without performing correction in a machine language by performing correction at a source code level.

【0007】[0007]

【課題を解決するための手段】本発明の原理構成図を図
1に示す。図において、1は現用ソースコードファイ
ル、2は修正ソースコードファイル、3はパッチ用アセ
ンブラコードファイル、4は修正アセンブラコードファ
イル、5はパッチ用アセンブラコードファイルの関数構
成、6は修正アセンブラコードファイルの関数構成、7
は修正関数、8はパッチ用オブジェクトコードファイ
ル、9はバッチ用ロードモジュールファイル、10はメモ
リを示す。
FIG. 1 is a block diagram showing the principle of the present invention. In the figure, 1 is the current source code file, 2 is the modified source code file, 3 is the patch assembler code file, 4 is the modified assembler code file, 5 is the functional configuration of the patch assembler code file, and 6 is the modified assembler code file. Function configuration, 7
Denotes a correction function, 8 denotes a patch object code file, 9 denotes a batch load module file, and 10 denotes a memory.

【0008】修正コードファイル2は現用ソースコード
ファイル1を修正し、パッチ用アセンブラコードファイ
ル3は現用ソースコードファイル1をアセンブラコード
に変換し、修正アセンブラコードファイル4は修正ソー
スコードファイル2をアセンブラコードに変換したもの
である。
The modified code file 2 modifies the current source code file 1, the patch assembler code file 3 converts the current source code file 1 into assembler code, and the modified assembler code file 4 converts the modified source code file 2 into assembler code. Is converted to

【0009】パッチ用アセンブラコードファイルの関数
構成5は関数Aと関数Bと関数Cに修正関数7を付加し
たものであり、修正アセンブラコードファイルの関数構
成6は関数Aを修正したものと関数Bと関数Cよりな
り、修正された関数Aは修正関数7として抽出される。
The function configuration 5 of the patch assembler code file is obtained by adding a correction function 7 to the functions A, B, and C, and the function configuration 6 of the correction assembler code file is obtained by correcting the function A and the function B. And the function C, and the corrected function A is extracted as the correction function 7.

【0010】パッチ用オブジェクトコードファイル8は
パッチ用アセンブラコードファイルの関数構成6より修
正関数A’を取り出しバッチセクションに出力できるよ
うにしたもの、パッチ用ロードモジュールファイル9は
関数A’のロードモジュールをパッチ用アセンブラコー
ドファイル8をリンケージしてメモリ10上の番地に割り
付けるようにしたものである。
The patch object code file 8 is obtained by taking out the correction function A 'from the function structure 6 of the patch assembler code file and outputting it to the batch section. The patch load module file 9 stores the load module of the function A'. The patch assembler code file 8 is linked and assigned to an address on the memory 10.

【0011】本発明の基本の処理フローチャートを図2
に示す。高水準言語レベルのパッチにより機械語レベル
のパッチを作成、運用する方式において、 .現用ソースコードファイル1、修正ソースコードフ
ァイル2をアセンブラコードに変換し、パッチ用アセン
ブラコードファイル3、修正アセンブラコードファイル
4に格納する。 .パッチ用アセンブラコードファイル3と修正アセン
ブラコードファイル4の差分(コンペア)をとる。 .差分があった場合、修正アセンブラコードファイル
の関数構成6より修正関数7を抽出する。 .パッチ用アセンブラコードファイルの関数構成5の
後ろに修正関数7を付加する。この時、シンボル名の多
重定義でアセンブルエラーが発生しないように修正関数
Aの関数名を変更する(関数A’とする)。 .前記で作成したファイルをアセンブルしてパッチ
用オブジェクトコードファイル8を作成する。この時、
関数A’はパッチセクション(通常のコンバイラが生成
するセクション以外)に生成されるように指定する。 .前記で作成したパッチ用オブジェクトコードファ
イル8をリンケージし、パッチセクションロードモジュ
ール部分のみ抽出する。 .パッチセクションロードモジュール部分をメモリ10
の運用システムに書き込み、運用システムの関数Aの先
頭番地を関数A’へのシャンプ命令に書き換え、バッチ
を運用状態とする。
FIG. 2 is a flowchart showing the basic processing of the present invention.
Shown in In the method of creating and operating machine language level patches using high level language level patches, The current source code file 1 and the modified source code file 2 are converted into assembler code and stored in the patch assembler code file 3 and the modified assembler code file 4. . The difference (compare) between the patch assembler code file 3 and the modified assembler code file 4 is calculated. . If there is a difference, a correction function 7 is extracted from the function configuration 6 of the correction assembler code file. . A correction function 7 is added after the function configuration 5 in the patch assembler code file. At this time, the function name of the correction function A is changed so that an assembly error does not occur due to the overloading of the symbol name (function A '). . The file created above is assembled to create a patch object code file 8. At this time,
The function A ′ is specified to be generated in a patch section (other than a section generated by a normal combiner). . The patch object code file 8 created above is linked, and only the patch section load module portion is extracted. . Patch section Load module part in memory 10
, And rewrites the start address of the function A of the operation system to a shampoo instruction to the function A ′, and puts the batch into the operation state.

【0012】[0012]

【発明の実施の形態】前記図2の処理フローチャート方
式が基本であるが、ソースコードファイルからアセンブ
ラコードにおとすことで最適化処理の相違により運用シ
ステムの機械語と異なる場合についての接続構成図の実
施例を図3に示す。図において、11はソースコードファ
イル、12はパッチ用オブジェクトコードファイル、13は
アセンブラコードファイル、14はパッチ用オブジェクト
コードファイル、15は現用ロードモジュールファイル、
16はパッチ用ロードモジュールファイル、17はメモリを
示す。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Although the processing flow chart of FIG. 2 is basically used, the connection configuration diagram in the case where the source language is different from the machine language of the operation system due to the difference in optimization processing from the source code file to the assembler code. An example is shown in FIG. In the figure, 11 is a source code file, 12 is a patch object code file, 13 is an assembler code file, 14 is a patch object code file, 15 is a current load module file,
16 indicates a patch load module file, and 17 indicates a memory.

【0013】パッチ用オブジェクトコードファイル12は
ソースコードファイル11をコンパイルして運用システム
のオブジェクトコードを生成する方法であり、パッチ用
オブジェクトコードファイル14はソースコードファイル
11よりアセンブラコード生成によりアセンブラコードフ
ァイル13を生成し、アセンブラコードファイル13をアセ
ンブルしてパッチ用オブジェクトコードを生成する方法
である。
The patch object code file 12 is a method for compiling the source code file 11 to generate an operation system object code, and the patch object code file 14 is a source code file.
In this method, an assembler code file 13 is generated by generating assembler code from step 11, and the assembler code file 13 is assembled to generate a patch object code.

【0014】本実施例はソースコードファイル11からオ
ブジェクトコードファイルを生成する方法であって、ア
センブラコードを経由する場合としない場合とで最終的
に生成されるオブジェクトコードファイルが異なる場合
を示す。本実施例の処理フローチャートを図4に示す。
オブジェクトコードファイルの差分がない時との差分の
処理フローは以下の通りである。 (1) 現用ソースコードファイル、修正ソースコードファ
イルをアセンブラコードに変換する。 (2) アセンブラコードファイルの差分(コンペア)をと
る。 (3) 差分があった場合、修正アセンブラコードファイル
より修正関数を抽出する。 (4)この修正アセンブラコード内の相対番地ジャンプ命
令を絶対番地ジャンプ命令に変換する。 (5) パッチ用アセンブラコードファイルの後ろに、修正
関数Aを付加する。この時、シンボル名の多重定義でア
センブルエラーが発生しないよう修正関数名を変更す
る。(関数A’とする) (6) 前記(5) で作成したファイルをアセンブルしパッチ
用オブジェクトコードファイルを作成する。この時、関
数A' はパッチセクション(通常のコンパイラが生成す
るセクション以外)に生成されるように指定する。 (7) 前記(6) で作成したパッチ用オブジェクトコードフ
ァイルをリンケージし、パッチセクションロードモジュ
ール部分のみ抽出する。 (8) 修正関数から呼ばれる関数のアドレスを取得する。 (9) 取得したアドレス情報よりパッチ用ロードモジュー
ルファイルをサーチし、シンボル情報を取得する。 (10)取得したシンボル情報より現用ロードモジュールフ
ァイルをサーチし、現用アドレス情報を取得する。 (11)取得した現用アドレス情報をパッチセクションロー
ドモジュールの絶対番地ジャンプ命令のアドレス部に書
き込みアドレス補正を行う。 (12)パッチセクションロードモジュール部分を運用シス
テムに書き込み、運用システムの関数Aの先頭番地を関
数A’へのジャンプ命令に書き換え、パッチを運用状態
とする。
The present embodiment is a method for generating an object code file from the source code file 11, and shows a case where the finally generated object code file differs depending on whether or not the processing is performed via assembler code. FIG. 4 shows a processing flowchart of this embodiment.
The processing flow of the difference when there is no difference between the object code files is as follows. (1) Convert the current source code file and modified source code file to assembler code. (2) The difference (compare) of the assembler code file is obtained. (3) If there is a difference, extract a correction function from the correction assembler code file. (4) Convert the relative address jump instruction in the modified assembler code into an absolute address jump instruction. (5) Add the correction function A after the patch assembler code file. At this time, the correction function name is changed so that an assembly error does not occur when the symbol name is overloaded. (Assume function A ') (6) Assemble the file created in (5) above to create a patch object code file. At this time, the function A 'is specified to be generated in a patch section (other than a section generated by a normal compiler). (7) Link the patch object code file created in (6) and extract only the patch section load module. (8) Obtain the address of the function called from the correction function. (9) A patch load module file is searched from the obtained address information to obtain symbol information. (10) The current load module file is searched from the obtained symbol information to obtain current address information. (11) Write the acquired working address information to the address section of the absolute address jump instruction of the patch section load module, and correct the address. (12) The patch section load module portion is written into the operation system, and the start address of the function A of the operation system is rewritten as a jump instruction to the function A ', thereby putting the patch into the operation state.

【0015】本実施例で基本の処理フロー図2に追加し
た処理ステップは、(4) と(8) 〜(11)である。
The processing steps added to the basic processing flow chart in this embodiment are (4) and (8) to (11).

【0016】[0016]

【発明の効果】本発明の方式を採用することにより、ソ
ースコードレベルでパッチをつくることが可能なため、
機械語に熟知した技術者でなくともパッチ作成が可能と
なり、機械語とソースレベルの2種の修正確認をなくす
ことが可能となり、パッチ作成・運用を容易化する効果
がある。
According to the method of the present invention, it is possible to create a patch at a source code level.
It is possible to create a patch even without a technician who is familiar with the machine language, and it is possible to eliminate the two types of correction confirmation at the machine language and at the source level, thereby facilitating the creation and operation of the patch.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の原理構成図FIG. 1 is a diagram showing the principle configuration of the present invention.

【図2】 本発明の基本の処理フローチャートFIG. 2 is a basic processing flowchart of the present invention.

【図3】 本発明の接続構成図の実施例FIG. 3 is an embodiment of a connection configuration diagram of the present invention.

【図4】 実施例の処理フローチャートFIG. 4 is a processing flowchart of an embodiment.

【図5】 交換局プログラム作成手順の概略FIG. 5: Outline of the procedure for creating an exchange program

【符号の説明】[Explanation of symbols]

1 現用ソースコードファイル 2 修正ソースコードファイル 3 パッチ用アセンブラコードファイル 4 修正アセンブラコードファイル 5 パッチ用アセンブラコードファイルの関数構成 6 修正アセンブラコードファイルの関数構成 7 修正関数 8 パッチ用オブジェクトコードファイル 9, 16 バッチ用ロードモジュールファイル 10, 17 メモリ 11 ソースコードファイル 12,14 パッチ用オブジェクトコードファイル 13 アセンブラコードファイル 15 現用ロードモジュールファイル DESCRIPTION OF SYMBOLS 1 Active source code file 2 Corrected source code file 3 Patch assembler code file 4 Corrected assembler code file 5 Function structure of patch assembler code file 6 Function structure of corrected assembler code file 7 Correction function 8 Object code file for patch 9, 16 Batch load module file 10, 17 Memory 11 Source code file 12, 14 Object code file for patch 13 Assembler code file 15 Current load module file

フロントページの続き (72)発明者 清野 浩一 東京都千代田区内幸町一丁目1番6号 日本電信電話株式会社内 (56)参考文献 特開 平6−337780(JP,A) 特開 平4−92924(JP,A) 特開 平5−80999(JP,A) 特開 平5−265742(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/06,11/00 Continuation of front page (72) Inventor Koichi Seino 1-6-6 Uchisaiwaicho, Chiyoda-ku, Tokyo Nippon Telegraph and Telephone Corporation (56) References JP-A-6-337780 (JP, A) JP-A-4-92924 (JP, A) JP-A-5-80999 (JP, A) JP-A-5-265742 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 9/06, 11 / 00

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 高水準言語を適用したソフトウェア制御
の交換システムにおける、高水準言語レベルでのソース
コード修正により機械語パッチを生成・運用する方法に
おいて、 現用ソースコードファイルに対して問題箇所をソースコ
ードレベルで修正し、修正したソースコードファイルか
らアセンブラコードファイルを作成し、 現用ソースコードファイルをアセンブラコードファイル
に変換した現用アセンブラコードファイルとの差分を解
析することにより修正箇所のある関数(修正関数)のみ
のアセンブラコードファイルを抽出し、 該修正関数のみのアセンブラコードファイルを現用アセ
ンブラコードファイルに付加し一括翻訳することにより
修正関数をオブジェクトコードファイルのパッチセクシ
ョンに生成し、 リンケージをとることにより該パッチセクションに生成
された修正関数のロードモジュールのみを抽出し、 該ロードモジュールを運用システムのパッチエリアに書
込み、 運用システムの修正関数の先頭にパッチエリアへのジ
ャンプ命令を書き込むことにより、 投入したパッチを運用することを特徴とする高水準言語
レベルでのパッチ作成・運用方法。
1. A method of generating and operating a machine language patch by modifying a source code at a high-level language level in a software-controlled switching system to which a high-level language is applied. A function that has a correction (correction function) is created by modifying the source code file at the code level, creating an assembler code file from the modified source code file, and analyzing the difference from the current assembler code file that has been converted from the current source code file to an assembler code file. ) Is extracted, the assembler code file containing only the correction function is added to the current assembler code file, and batch translation is performed to modify the correction function into a patch section of the object code file.
Generated ® emissions, by taking a linkage to extract only the load module of the correction function generated in the patch section, writing the load module to the patch area of the operational system, the patches at the beginning of the correction function of the operating system A patch creation and operation method at a high-level language level, characterized in that the applied patch is operated by writing a jump instruction to the area.
【請求項2】 前記請求項1の高水準言語レベルでのパ
ッチ作成・運用方法において、 ソースコードから機械語パッチを生成する過程で、一旦
アセンブラコードに変換する、ソースコードから直接
機械語に変換する場合と比較してオブジェクトコード生
成の最適化処理が相違、生成されるオブジェクトコー
ドフアイルのサイズが異なる場合、 修正関数のアセンブラコード内の相対ジャンプ命令を現
行ロードモジュールのアドレス情報を基に絶対番地命令
に変換することにより、 運用している現行システムのパッチとして運用可能とす
ることを特徴とする修正関数内のジャンプアドレス補正
方法。
2. The method according to claim 1, wherein in the process of generating a machine language patch from the source code, the source code is directly converted into the machine language when it is converted into assembler code. If the optimization process of object code generation is different from the case of conversion and the size of the generated object code file is different, the relative jump instruction in the assembler code of the correction function is based on the address information of the current load module. A jump address correction method in a correction function, characterized in that it can be operated as a patch of the current system being operated by converting it to an absolute address instruction.
JP26812395A 1995-10-17 1995-10-17 How to create and operate patches at a high-level language level Expired - Fee Related JP3260264B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26812395A JP3260264B2 (en) 1995-10-17 1995-10-17 How to create and operate patches at a high-level language level

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26812395A JP3260264B2 (en) 1995-10-17 1995-10-17 How to create and operate patches at a high-level language level

Publications (2)

Publication Number Publication Date
JPH09114655A JPH09114655A (en) 1997-05-02
JP3260264B2 true JP3260264B2 (en) 2002-02-25

Family

ID=17454211

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26812395A Expired - Fee Related JP3260264B2 (en) 1995-10-17 1995-10-17 How to create and operate patches at a high-level language level

Country Status (1)

Country Link
JP (1) JP3260264B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6419204B1 (en) 1999-11-23 2002-07-16 Safway Formwork Systems, Llc Outside conversion corner for form work

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4931711B2 (en) * 2007-07-02 2012-05-16 日本電信電話株式会社 Kernel update method, information processing apparatus, program, and storage medium
CN110851168A (en) * 2019-11-15 2020-02-28 腾讯科技(深圳)有限公司 Data processing method and device and computer readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6419204B1 (en) 1999-11-23 2002-07-16 Safway Formwork Systems, Llc Outside conversion corner for form work
US6733059B2 (en) 1999-11-23 2004-05-11 Safway Formwork Systems, Llc Outside conversion corner for form work

Also Published As

Publication number Publication date
JPH09114655A (en) 1997-05-02

Similar Documents

Publication Publication Date Title
US6298481B1 (en) System for modifying the functionality of compiled computer code at run-time
US7823139B2 (en) Method and system for translating programming languages
US8881123B2 (en) Enabling symbol resolution of private symbols in legacy programs and optimizing access to the private symbols
JP4652680B2 (en) Compiling method and apparatus, and compiler
JP3260264B2 (en) How to create and operate patches at a high-level language level
CN116009959B (en) Flash item transplanting method, device and system and storage medium
JP2018120389A (en) Compiling method, compiling program and information processing device
JP2008165342A (en) Source code creating method, device and program
KR0125605B1 (en) Method and device for verifying operation of machine language program
JP3196675B2 (en) Language processing method
JP2009048259A (en) Program conversion method and program for conversion
JP2008140263A (en) Unit test support device
CN113448591A (en) Method for quickly creating iOS engineering based on python
JP3682050B2 (en) Embedded software development equipment
JP2907129B2 (en) Patch creation system
CN114579135B (en) Installation package generation method and device
JP2609820B2 (en) Program management method
CN112988260B (en) Application cold start optimization method and device, computer equipment and storage medium
JP2002259121A (en) Source line debagging device
JP2812302B2 (en) Program development equipment
CN115373689A (en) Compiling optimization method, device, equipment and medium based on LLVM
CN115454441A (en) Cross-platform cross compiling method, host and storage medium for software engineering
JP5109808B2 (en) Additional executable information generating apparatus, information processing apparatus, and program
JP2001014172A (en) Program converting device
JP2000231494A (en) Software execution system and software executing method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20011113

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071214

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081214

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees