position-independent code - definizione. Che cos'è position-independent code
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è position-independent code - definizione


Position-independent code         
MACHINE INSTRUCTION CODE THAT EXECUTES PROPERLY REGARDLESS OF WHERE IN MEMORY IT RESIDES
Position independent; Position independent executable; Position Independent Code; Position independent code; Position Independant Code; Position-Independent Code; PIC code; Position-independent executable; Position-independent data; One-time position-independence; Many-time position-independence; One-time position-independent code; Many-time position-independent code; Position-independent; Position-dependent code
In computing, position-independent code (PIC) or position-independent executable (PIE) is a body of machine code that, being placed somewhere in the primary memory, executes properly regardless of its absolute address. PIC is commonly used for shared libraries, so that the same library code can be loaded in a location in each program address space where it does not overlap with other memory in use (for example, other shared libraries).
Code point         
NUMERICAL VALUE REPRESENTING A CHARACTER IN A CODED CHARACTER SET
Codepoint; Code points; Code position
In character encoding terminology, a code point, codepoint or code position is a numerical value that maps to a specific character. Code points usually represent a single grapheme—usually a letter, digit, punctuation mark, or whitespace—but sometimes represent symbols, control characters, or formatting.
code position         
NUMERICAL VALUE REPRESENTING A CHARACTER IN A CODED CHARACTER SET
Codepoint; Code points; Code position
<character> An integer that a coded character set maps to a character. A code position is normally stored or transmitted by applying a character encoding to turn it into a byte string. (2002-03-03)