DE102004022183B4 - Correction of program object code due to source text changes is made without generating all new modules - Google Patents
Correction of program object code due to source text changes is made without generating all new modules Download PDFInfo
- Publication number
- DE102004022183B4 DE102004022183B4 DE200410022183 DE102004022183A DE102004022183B4 DE 102004022183 B4 DE102004022183 B4 DE 102004022183B4 DE 200410022183 DE200410022183 DE 200410022183 DE 102004022183 A DE102004022183 A DE 102004022183A DE 102004022183 B4 DE102004022183 B4 DE 102004022183B4
- Authority
- DE
- Germany
- Prior art keywords
- object code
- module
- source text
- original
- modified
- 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 - Lifetime
Links
- 238000012937 correction Methods 0.000 title claims description 42
- 238000000034 method Methods 0.000 claims description 56
- 230000008859 change Effects 0.000 claims description 20
- 238000013519 translation Methods 0.000 claims description 13
- 230000008569 process Effects 0.000 description 9
- 238000012986 modification Methods 0.000 description 4
- 230000004048 modification Effects 0.000 description 4
- GNFTZDOKVXKIBK-UHFFFAOYSA-N 3-(2-methoxyethoxy)benzohydrazide Chemical compound COCCOC1=CC=CC(C(=O)NN)=C1 GNFTZDOKVXKIBK-UHFFFAOYSA-N 0.000 description 3
- 230000010354 integration Effects 0.000 description 3
- 230000001419 dependent effect Effects 0.000 description 2
- 238000005457 optimization Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000004069 differentiation Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000003780 insertion Methods 0.000 description 1
- 230000037431 insertion Effects 0.000 description 1
- 230000001343 mnemonic effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
Die Erfindung beschreibt ein Verfahren zum Erstellen einer Korrekturanweisung zur Änderung von Programmobjektcode eines auf der Ebene der Quelltexte modular aufgebauten Programms bei Änderungen im Quelltext eines Moduls gemäß dem Oberbegriff des Anspruchs 1.The The invention describes a method for creating a correction instruction to change Program object code of modular design at the level of the source code Program for changes in the source text of a module according to the generic term of claim 1.
Ausführbare Computerprogramme bestehen aus einer binären Sequenz von Maschinencodebefehlen, dem Programmobjektcode. Entsprechend der Syntax der Maschinencodebefehle ist der Programmobjektcode prozessorabhängig.Executable computer programs consist of a binary Sequence of machine code instructions, the program object code. Corresponding In the syntax of the machine code instructions, the program object code is processor dependent.
Da die Maschinencodebefehle in ihrer binären Repräsentation sehr unanschaulich sind, wird Programmobjektcode üblicherweise auf eine der drei im folgenden beschriebenen Arten erstellt.There the machine code instructions are very non-descriptive in their binary representation program object code usually becomes created in one of the three ways described below.
Zu jedem Maschinencodebefehl wird ein mnemonisches Kürzel als Synonym definiert, wobei die Zuordnung in beide Richtungen eindeutig ist. Das Programm wird dann als lesbarer Quelltext in dieser Synonymsprache geschrieben und anschließend in den ausführbaren Programmobjektcode übersetzt. Die Synonymsprache und auch das Programm, das zum Übersetzen benutzt wird, werden als Assembler, der Vorgang als Assemblieren bezeichnet. In Assembler geschriebene Programme sind schnell und speichereffizient, erfordern allerdings hohen Programmieraufwand – insbesondere wenn sie für einen Prozessor geschrieben werden, der nur über einen sehr eingeschränkten Befehlssatz verfügt.To Each machine code command is given a mnemonic abbreviation as Synonym defined, where the assignment in both directions is unique is. The program then becomes readable source code in this synonym language written and then in the executable Program object code translated. The Synonym language and also the program used for translation as an assembler, the process called assembling. In assembler written programs are fast and memory-efficient, requiring However, high programming costs - especially if they are for a Processor are written, which has only a very limited instruction set features.
Eine weitere Möglichkeit, Programmobjektcode zu erzeugen besteht darin, das Programm in der Synonymsprache eines Prozessortyps zu schreiben und von einem sogenannten Cross-Assembler in Maschinencodebefehle für einen anderen Prozessortyp zu übersetzen. Cross-Assembler ermöglichen damit auch, auf der Basis eines Quellcodes ausführbare Programmobjektcode für verschiedene Prozessortypen zu erzeugen. Sie erleichtern die Programmierung insofern, dass die Synonymsprache eines Prozessors, der über einen weiten Befehlssatz verfügt, benutzt werden kann.A another possibility Creating program object code is to program in the To write synonym language of a processor type and of a so-called Cross-Assembler in machine code commands for translate another processor type. Enable cross-assembler so that, on the basis of a source code executable program object code for various To create processor types. They make programming easier, that the synonym language of a processor that has a wide command set has, used can be.
Bei der dritten Methode bedient sich der Programmierer einer sogenannten Hochsprache, wie Fortran, Pascal, C usw., die unabhängig vom Prozessortyp ist und komplexe Anweisungen zulässt. Das Übersetzungsprogramm wird in diesem Fall üblicherweise Compiler genannt. Der Programmieraufwand ist in diesem Fall am geringsten, der erzeugte Programmobjektcode ist jedoch weniger speichereffizient und weniger gut geschwindigkeitsoptimiert.at In the third method, the programmer uses a so-called High-level language, such as Fortran, Pascal, C, etc., independent of Is processor type and allows complex instructions. The translation program will be in this case usually Called a compiler. The programming effort is the lowest in this case, however, the generated program object code is less memory efficient and less well optimized for speed.
Im Rahmen dieser Anmeldung umfasst der Begriff Compiler sowohl Assembler, Cross-Assembler sowie Compiler im obigen Sinne. Quelltext bezeichnet im folgenden eine Folge von Anweisungen entweder in Assembler oder einer Hochsprache. Als Objektcode wird die beim Übersetzen des Quellcodes vom Compiler entstehende Sequenz an Maschinencodebefehlen bezeichnet.in the For the purposes of this application, the term compiler includes both assembler, Cross-assembler as well as compiler in the above sense. Source code following a sequence of statements either in assembler or a high level language. The object code is the one used when translating the source code from Compiler resulting sequence referred to machine code commands.
Komplexe Programme werden üblicherweise nicht als ein Quelltext-Dokument erstellt, sondern statt dessen in mehrere kleine funktionelle Untereinheiten, Module genannt, unterteilt. Module, die nicht programmspezifisch, sondern von universellerem Nutzen für verschiedenste Programme sind, werden häufig in Form einer Zusammenstellung (Bibliothek) abgelegt. Zum Erstellen des Programmobjektcodes werden die Quelltexte zunächst modulweise vom Compiler in Objektcode, dann Modulobjektcode genannt, übersetzt. Ein zweites Programm, der sogenannte Linker, fügt dann den Modulobjektcode aller von dem Programm benutzten Module zum Programmobjektcode zusammen. Zusätzlich wird vom Linker eine Tabelle eingefügt, in der der Name der benutzten Module sowie die relative Adresse innerhalb des Programmobjektcodes, unter der diese Module zu finden sind, gespeichert ist. Diese Information ist wichtig, falls Sprünge innerhalb des Programms in ein bestimmtes Modul notwendig sind oder falls Zugriff auf Daten erfolgen soll, die in den Modulen gespeichert sind.complex Programs usually do not created as a source document, but instead in several small functional subunits, called modules, divided. Modules that are not program-specific but of more universal use for different ones Programs are becoming frequent filed in the form of a compilation (library). To create of the program object code, the source texts first become module-wise from the compiler into object code, then called module object code, translated. A second program, the so-called linker, then adds the module object code all of the modules used by the program to program object code together. additionally the linker inserts a table in which the name of the used one Modules as well as the relative address within the program object code, under which these modules can be found is stored. This information is important if jumps within the program in a particular module are necessary or if access is to be made to data stored in the modules are.
Der Vorteil des modularen Konzepts liegt neben der größeren Übersichtlichkeit darin, dass bei Änderungen nur der Quelltext der geänderten Module neu übersetzt werden muss, nicht der Quelltext des gesamten Programms. Allerdings muss in jedem Fall das gesamte Programm neu durch Linken zusammengefügt werden. Auch dieses kann noch sehr aufwändig sein, insbesondere bei komplexen Programmen mit sehr vielen Modulen, wie es z.B. Betriebssysteme sind. Hinzu kommt, dass Änderungen im Quelltext einzelner Module typischerweise vom Programmierer durchgeführt werden, das Linken allerdings unter Umständen beim Anwender geschehen muss, da viele benutzerspezifische oder konfigurationsabhängige Module im Programm vorhanden sind. Für den Benutzer ist dieser Prozess nicht nur zeitaufwändig, sondern birgt darüber hinaus die Gefahr, dass durch Eingeben falscher Parameter beim Linken ein nicht funktionstüchtiger Programmobjektcode erstellt wird.Of the Advantage of the modular concept is in addition to the greater clarity in that when changes only the source code of the changed Module recompiled must be, not the source code of the entire program. Indeed In any case, the entire program must be re-joined by linking. This too can be very expensive especially in complex programs with many modules, as it is e.g. Operating systems are. In addition, changes in the Source code of individual modules typically performed by the programmer, the left, however, under certain circumstances the user must do, as many user-specific or configuration-dependent Modules are present in the program. For the user, this process is not only time consuming, but harbors it There is also a risk that by entering wrong parameters in the left a non-functional Program object code is created.
Eine Möglichkeit, um vom Anwender zumindest kleine Änderungen durchführen zu lassen, besteht darin, eine Korrekturanweisung in Form einer Datei zu erstellen, in der einzelne Bytes oder eine Folge von Bytes, die im Objektcode eines bestimmten Moduls zu tauschen ist, gelistet sind. Diese Korrekturanweisung wird von einem beim Benutzer vorhandenen Programm ausgewertet, das die entsprechenden Austauschoperationen am Programmobjektcode durchführt. Diese Vorgehensweise ist zwar für den Anwender unkompliziert durchzuführen, aber nur bei minimalen Änderungen praktikabel.One way to make at least small changes by the user is to create a correction instruction in the form of a file listing individual bytes or a sequence of bytes to be swapped in the object code of a particular module. This correction instruction is provided by a user evaluated program that carries out the corresponding exchange operations on the program object code. Although this procedure is uncomplicated for the user, it is only practicable with minimal changes.
Eine
Weiterbildung eines solchen Verfahrens ist beispielsweise aus der
Druckschrift
Die Korrekturanweisung gibt Änderungen auf Ebene des Objektcodes an. Sehr kleine Änderungen am Objektcode wie z.B. falsche Wertezuweisung oder eine falsche Sprungadresse lassen sich auf dieser Ebene vom Programmierer manuell korrigieren. Weiterreichende Änderungen lassen sich auf dieser Ebene so gut wie nicht durchführen, sondern werden von den Programmentwicklern auf Ebene des Quelltextes ausgeführt. Selbst kleine Änderungen im Quelltext führen aber auf schwer vorhersehbare Art zu komplexen Änderungen im Objektcode. Die zur Anpassung des Programmobjektcodes notwendigen Korrekturanweisungen sind nur mühevoll anzugeben, wenn der Objektcode durch einen Assembler erzeugt wird. Wenn der Quellcode aber durch einen Cross-Assembler oder Hochsprachencompiler erzeugt wird, ist es für den Programmierer praktisch nicht mehr möglich, Korrekturanweisungen manuell anzugeben.The Correction statement indicates changes Level of the object code. Very small changes to the object code like e.g. Leave incorrect value assignment or an incorrect jump address to manually correct yourself at this level by the programmer. Far-reaching changes can not be done at this level as well as, but are executed by the program developers at the source code level. Even small changes in the source code but in a hard-to-predict way to complex changes in the object code. The correction instructions necessary for adapting the program object code are only laborious if the object code is generated by an assembler. If the source code but through a cross-assembler or high-language compiler is generated, it is for the programmer is practically no longer possible, correction instructions specify manually.
Aus
der Druckschrift
Ein ähnliches
Verfahren ist auch aus der Druckschrift
Aufgabe der Erfindung ist daher, ein Verfahren zu beschreiben, durch das nach Änderung des Quelltextes eines oder mehrerer Module eines modular aufgebauten Programms eine Korrekturanweisung, gemäß der ein neuer Programmobjektcode durch Veränderung des ursprünglichen Programmobjektcodes erzeugt wird, erstellt wird, ohne dass eine Analyse der Struktur des Programmobjektcodes erforderlich ist.task The invention is therefore to describe a method by which after change the source text of one or more modules of a modular structure Program a correction instruction according to which a new program object code by change of the original one Program object code is generated, created without a Analysis of the structure of the program object code is required.
Diese Aufgabe wird erfindungsgemäß durch ein Verfahren zum Erstellen einer Korrekturanweisung nach dem kennzeichnenden Teil des Anspruchs 1 gelöst.These The object is achieved by a Method for creating a correction instruction after the characterizing one Part of claim 1 solved.
Das erfindungsgemäße Verfahren basiert auf der Grundidee, dass Änderungen im Quelltext dem Compiler in Form von Änderungsanweisungen mitgeteilt werden. Dadurch kann vom Compiler zu einem geänderten Modulquelltext ein neuer Modulobjektcode erzeugt werden, der bei korrekt geänderter Funktionalität den höchsten Grad an Kongruenz mit dem alten Modulobjektcode aufweist.The inventive method based on the basic idea that changes in the source text communicated to the compiler in the form of change statements become. This allows the compiler to change the module source text new module object code will be generated, which will be the highest grade if the functionality changed correctly has congruency with the old module object code.
Vorteilhafterweise kann dann eine Korrekturanweisung für den Programmobjektcode durch den byte-weisen Vergleich vom geänderten mit dem ursprünglichen Modulobjektcode generiert werden.advantageously, then can a correction instruction for the program object code by the byte-wise comparison of the changed one with the original one Module object code to be generated.
In einer weiteren Ausführungsform kann die Korrekturanweisung alternativ während des Übersetzens vom Compiler erstellt werden.In a further embodiment Alternatively, the correction statement can be created by the compiler during translation become.
In einer günstigen Ausgestaltung des Verfahrens besteht die Änderungsanweisung aus der Angabe von wegfallenden Abschnitten, die aus dem ursprünglichen Modulquelltext entfernt werden, um den geänderten Modulquelltext zu erhalten und/oder aus der Angabe von hinzukommenden Abschnitten und deren Positionen, die zu dem ursprünglichen Modulquelltext hinzugefügt werden, um den geänderten Modulquelltext zu erhalten. Weiterhin ist bevorzugt, diese Änderungsanweisung und den ursprünglichen Modulquelltext in einem neuen Modulquelltext anzugeben, wobei der neue Modulquelltext aus dem ursprünglichen Modulquelltext und hinzukommenden Abschnitten besteht und zusätzlich wegfallende bzw. hinzukommende Abschnitte durch Schlüsselwörter gekennzeichnet sind.In a cheap one The modification of the procedure consists of the specification of dropping sections that are removed from the original module source text be changed Module source text to receive and / or from the indication of added Sections and their positions corresponding to the original Module source text added be the modified module source text to obtain. It is further preferred that this change statement and the original module source text in a new module source text, where the new module source text from the original one Module source text and additional sections exist and in addition dropping or additional sections are marked by keywords.
Weitere Einzelheiten und mögliche Ausführungsformen des Verfahrens sind in den Unteransprüchen angegeben.Further Details and possible embodiments of the method are given in the subclaims.
Das erfindungsgemäße Verfahren wird im folgenden anhand von Ausführungsbeispielen mit Hilfe der Figuren näher erläutert.The inventive method will be in the following with reference to embodiments Help the figures explained in more detail.
Es zeigen:It demonstrate:
In
Änderungen
im Quelltext, die von dem ursprünglichen
Modulquelltext
Alternativ
kann das Ändern
von Programmobjektcode auch durch das manuelle Erstellen
Das
manuelle Erstellen der Korrekturanweisung
In
Es
ist möglich,
dass eine Folge von neuen Werten eine Adresse innerhalb des Objektcodes
eines weiteren Moduls
Gemäß den Informationen
aus den Einträgen
Im
erfindungsgemäßen Verfahren
wird dem Compiler
Änderungen
an einem Quelltext werden in der Regel von dieser Form sein. In
den seltensten Fällen
werden die Änderungen
so grundlegender Natur sein, dass sich nicht viele Teilstücke oder
Abschnitte des ursprünglichen
Quelltextes
Wird
der geänderte
Modulquelltext
Dieser
korrigierte Modulobjektcode
Das
erfindungsgemäße Verfahren
kann dann garantiert ausgeführt
werden, wenn die Länge aller
Objektcodeabschnitte von wegfallenden Abschnitten des Quelltextes
die Länge
aller Objektcodeabschnitte von hinzukommenden Abschnitten des Quelltextes übersteigt.
Im anderen Fall ist nur das Erstellen eines geänderten Programmobjektcodes
In
Das
Zusammenfügen
von Änderungsanweisung
Der
Compiler
Zu
Beginn des Verfahrens wird ein Speicherbereich definiert, der Modulobjektcode
aufnehmen kann und ein Zeiger definiert, der auf die aktuelle Position
des Übersetzungsprozesses
im modifizierten Modulquelltext
Im
Schritt a wird der modifizierte Modulquelltext
Das hier vorgestellte Verfahren wird abgebrochen, wenn der Objektcode eines wegfallenden Abschnitts kürzer ist als der Objektcode des direkt darauf folgenden hinzukommenden Abschnitts. Auch in diesem Fall könnte es jedoch sein, dass der Objektcode aller wegfallenden Abschnitte aufsummiert länger ist als der Objektcode aller hinzukommenden Abschnitte. Das Verfahren könnte in der Weise ausgestaltet sein, dass die Abbruchbedingung diesen Fall berücksichtigt.The procedure presented here is aborted when the object code a dropped section shorter is considered the object code of the immediately following it Section. Even in this case, it could be that the Object code of all omitted sections added up is longer as the object code of all added sections. The procedure could be designed in such a way that the termination condition this case considered.
In
Im
unteren Teil von
Alle
nachfolgenden Maschinencodebefehle befinden sich im korrigierten
Modulobjektcode
In
Entsprechend
wurden vom Compiler
Beim Übersetzen
von Quelltext durch einen Assembler gibt es eine umkehrbar eindeutige
Beziehung zwischen dem Quelltext und dem Objektcode. Im Fall eines
Cross-Assemblers oder beim Compilieren von Quelltext einer Hochsprache
gibt es diese Eindeutigkeit nicht mehr. Der Compiler hat beim Übersetzungsvorgang
gewisse Freiheitsgrade, die zur Optimierung des erzeugten Objektcodes
genutzt werden. Es kann beispielsweise sein, dass beim Cross-Assemblieren
Maschinencodebefehle für
einen Prozessor erzeugt werden, der eine größere Anzahl von Registern besitzt
als von den Assemblerbefehlen adressiert werden können. Die
nicht adressierbaren Register können
dann vom Compiler zur Speicherung von Zwischenergebnissen eingesetzt werden.
Solche Optimierungsschritte müssen
beim Abarbeiten des modifizierten Modulquelltextes
- 1010
- ursprünglicher Modulquelltextoriginal module source code
- 1111
- geänderter Modulquelltextchanged module source code
- 1212
- Änderungsanweisungmodification statement
- 1313
- modifizierter Modulquelltextmodified module source code
- 1414
- Schlüsselwörterkeywords
- 2020
- ursprünglicher Modulobjektcodeoriginal Module object code
- 2121
- geänderter Modulobjektcodechanged Module object code
- 2222
- korrigierter Modulobjektcodecorrected Module object code
- 2323
- Objektcode weiterer Moduleobject code additional modules
- 3030
- ursprünglicher Programmobjektcodeoriginal Program object code
- 3131
- geänderter Programmobjektcodechanged Program object code
- 3232
- korrigierter Programmobjektcodecorrected Program object code
- 3333
- Korrekturanweisungcorrection instruction
- 3434
- Eintrag der Korrekturanweisungentry the correction instruction
- 3535
- EinbindeinformationEinbindeinformation
- 4040
- Compilercompiler
- 4141
- Linkerleft
- 4242
- manuelles Erstellen der Korrekturanweisungmanual Create the correction instruction
- 4343
- Korrekturprogrammcorrection program
- 4444
- Vergleichercomparator
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE200410022183 DE102004022183B4 (en) | 2004-05-05 | 2004-05-05 | Correction of program object code due to source text changes is made without generating all new modules |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE200410022183 DE102004022183B4 (en) | 2004-05-05 | 2004-05-05 | Correction of program object code due to source text changes is made without generating all new modules |
Publications (2)
Publication Number | Publication Date |
---|---|
DE102004022183A1 DE102004022183A1 (en) | 2005-12-01 |
DE102004022183B4 true DE102004022183B4 (en) | 2006-04-13 |
Family
ID=35267279
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
DE200410022183 Expired - Lifetime DE102004022183B4 (en) | 2004-05-05 | 2004-05-05 | Correction of program object code due to source text changes is made without generating all new modules |
Country Status (1)
Country | Link |
---|---|
DE (1) | DE102004022183B4 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1091423A (en) * | 1996-09-17 | 1998-04-10 | Nec Corp | Device and method for correcting program and correction program medium |
US6594822B1 (en) * | 1999-02-19 | 2003-07-15 | Nortel Networks Limited | Method and apparatus for creating a software patch by comparing object files |
US6634026B1 (en) * | 1999-06-10 | 2003-10-14 | General Electric Company | Method and apparatus for correcting common errors in multiple versions of a computer program |
-
2004
- 2004-05-05 DE DE200410022183 patent/DE102004022183B4/en not_active Expired - Lifetime
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1091423A (en) * | 1996-09-17 | 1998-04-10 | Nec Corp | Device and method for correcting program and correction program medium |
US6594822B1 (en) * | 1999-02-19 | 2003-07-15 | Nortel Networks Limited | Method and apparatus for creating a software patch by comparing object files |
US6634026B1 (en) * | 1999-06-10 | 2003-10-14 | General Electric Company | Method and apparatus for correcting common errors in multiple versions of a computer program |
Also Published As
Publication number | Publication date |
---|---|
DE102004022183A1 (en) | 2005-12-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO1991008534A1 (en) | Process for dynamically linking definable programme elements of an interactive data-processing system | |
WO2010040597A2 (en) | Method and device for replacing a component of a computer system | |
WO2015185328A1 (en) | Computer-implemented method and signal sequence for a program for reusing software configurations that can be executed for software systems, and computer system, and a computer program with program code for carrying out the method | |
DE69616867T2 (en) | Processor that quickly returns from subroutines and program translator that generates machine programs that quickly return from subroutines | |
DE10041072A1 (en) | Automatic generation of program code involves forming symbol for component with interfaces in graphical editor, offering selection, generating code combining components | |
DE10234971B4 (en) | Method and data carrier for generating and correcting program code | |
DE4104568A1 (en) | Distributed program processing for processing system - examining input and output commands to organise data flow | |
EP1738257B1 (en) | Method for preventing data inconsistency between accesses of different functions of an application to a global variable in a data processing installation | |
DE102004022183B4 (en) | Correction of program object code due to source text changes is made without generating all new modules | |
WO2004088549A2 (en) | Method and array for changing software or source code | |
DE102019105418B3 (en) | Method for generating a representation of program logic, decompiling device, recompiling system and computer program products | |
EP0990203B1 (en) | Method for controlling a data processing system | |
DE19915135A1 (en) | Logic combining data generation method for microcomputer program development | |
EP4055472B1 (en) | Method for data migration for a pointer element in the course of a data migration for a program state of a control program of an automation system | |
DE19637883B4 (en) | Data processing system for executing large program systems | |
EP4055473B1 (en) | Method for updating a control program of an automation system with data migration for a program state of the control program | |
EP0662226B1 (en) | Method of processing an application program on a parallel-computer system | |
DE102008044808B4 (en) | Method for generating program code in an operating system memory and an application memory of a data carrier | |
EP1668494B1 (en) | Method and system for configuring the language of a computer programme | |
EP1184760B1 (en) | Method for commanding and or controlling a technical process | |
EP0757314A1 (en) | Method for patching software functions in a communications system | |
EP1573530A2 (en) | Method for operating a computer system | |
DE10314831A1 (en) | Computer software modification method with initial conversion of selected software components at modification points and delivery in mixed form for final conversion of software components on user side | |
EP0568717A1 (en) | Method for tracing calls made to a target program by other programs | |
DE10314835A1 (en) | Computer software modification method with initial conversion of selected software components at modification points and delivery in mixed form for final conversion of software components on user side |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
OP8 | Request for examination as to paragraph 44 patent law | ||
8364 | No opposition during term of opposition | ||
R084 | Declaration of willingness to licence | ||
R081 | Change of applicant/patentee |
Owner name: FUJITSU TECHNOLOGY SOLUTIONS INTELLECTUAL PROP, DE Free format text: FORMER OWNER: FUJITSU SIEMENS COMPUTERS GMBH, 80807 MUENCHEN, DE Effective date: 20111229 |
|
R082 | Change of representative |
Representative=s name: EPPING HERMANN FISCHER, PATENTANWALTSGESELLSCH, DE Effective date: 20111229 Representative=s name: EPPING HERMANN FISCHER PATENTANWALTSGESELLSCHA, DE Effective date: 20111229 |
|
R081 | Change of applicant/patentee |
Owner name: FUJITSU TECHNOLOGY SOLUTIONS GMBH, DE Free format text: FORMER OWNER: FUJITSU TECHNOLOGY SOLUTIONS INTELLECTUAL PROPERTY GMBH, 80807 MUENCHEN, DE |
|
R071 | Expiry of right |