Examples with "inlined code" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The inlined code often consists of a single instruction adjusting the stack pointer, and does not check for stack overflow.
Der Inlined-Code besteht oft aus einer einzelnen Anweisung zum Anpassen des Stapelspeicher-Zeigers und prüft nicht, ob ein Stapelspeicher-Überlauf auftritt.
Compared to similar projects like the Brown Simulator or plex86, a386 has the advantage of running privileged operations faster because they are implemented as function calls or inlined code.
Gegenüber ähnlichen Projekten wie z.B. dem Brown Simulator oder plex86 hat a386 den Vorteil, privilegierte Operationen schnell ausführen zu können, da diese entweder als Funktionsaufrufe oder "inlined Code" implementiert sind.
Andere resultaten
The inlined assembler code can safely reserve private storage.
Taking this one step further, we can get clever with how the worker's JS code is inlined in our page.
Wenn wir einen Schritt weitergehen, können wir sehen, wie der JS-Code des Workers in unsere Seite eingebettet ist.
The fact that the code is inlined means that it is impossible to take the address of this function, or to change its behavior by linking with a different library.
Die Tatsache, dass der Code inlined ist, bedeutet, dass es unmöglich ist die Adresse dieser Funktion zu bekommen oder ihr Verhalten zu ändern, indem mit einer anderen Bibliothek gelinkt wird.
Behaves like {$INLINE ON}, with the addition that routines not marked with inline will be inlined if their code size is less than or equal to 32 bytes.
Verhält sich wie {$INLINE ON}; zusätzlich werden Routinen ohne die Direktive inline für das Inlining vorgesehen, wenn ihr Code weniger oder genau 32 Bytes umfasst.
In this case the code should be "inlined" via a.mpd file.
In diesem Fall sollte der Bauteilcode direkt mittels.mpd Datei eingefügt werden.
Code can be inlined within packages, however, inlining never occurs across package boundaries.
Inlined images can optionally be removed to reduce the size of the generated QR Code
And speed optimized code is generally significantly longer than size optimized code (mostly because all inline functions are really inlined).
Und geschwindkeigkeitsoptimierter Quellcode ist grundsätzlich wesentlich länger als größenoptimierter (größtenteils weil alle Inline-Funktionen auch wirklich inline sind).
In the above example, if unit A also used unit D, code from unit D could be inlined in A, since it is not involved in the circular dependency.
Wenn im obigen Beispiel Unit A auch Unit D verwendet, könnte für Code aus Unit D ein Inlining vorgenommen werden, da Unit D nicht in die zirkuläre Abhängigkeit einbezogen ist.
Thanks to a new way of handling inlined assembler statements, the user can now place pieces of assembly code right where it is needed in the high-level code, with access to the surrounding C variables.