In computer science, the runtime system is software that provides services for a running program but is itself not considered to be part of the operating system.Examples include:

PropertyValue
p:abstract
  • In computer science, the runtime system is software that provides services for a running program but is itself not considered to be part of the operating system.Examples include: * the code that is generated by the compiler to manage the runtime stack. * library code for handling memory management (for example, malloc). * code that handles dynamic loading and linking. * debugger code that is generated at compile time or run time. * application-level thread management code. Byte-code interpreters and virtual machines can also be considered runtime systems. Services that run in concurrent processes are more likely to be considered middleware. (en)
  • Run-time system (o runtime system) è il termine con cui in informatica si designa quel software che fornisce i servizi necessari all'esecuzione di un programma, pur non facendo parte in senso stretto del sistema operativo. Esempi di runtime system sono: *il software generato dal compilatore per la gestione dello stack *la libreria software per la gestione della memoria (es. malloc) *il codice che gestisce il caricamento dinamico e il linking *il codice di debugging generato in compilazione o in esecuzione *il codice di gestione dei thread di livello applicativo Anche gli interpreti di codice e le macchine virtuali possono essere considerati runtime system, mentre servizi attivi in processi concorrenti sono considerati come middleware. (it)
p:hasPhotoCollection
p:wikipage-it
rdf:type
rdfs:comment
  • In computer science, the runtime system is software that provides services for a running program but is itself not considered to be part of the operating system.Examples include: (en)
  • Run-time system (o runtime system) è il termine con cui in informatica si designa quel software che fornisce i servizi necessari all'esecuzione di un programma, pur non facendo parte in senso stretto del sistema operativo. (it)
rdfs:label
  • Run-time system (en)
  • Run-time system (it)
skos:subject
foaf:page
p:redirect
owl:sameAs