An Entity of Type: Inflection113803782, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program. Thus, modifying the data through one name implicitly modifies the values associated with all aliased names, which may not be expected by the programmer. As a result, aliasing makes it particularly difficult to understand, analyze and optimize programs. Aliasing analysers intend to make and compute useful information for understanding aliasing in programs.

Property Value
dbo:abstract
  • Mit Aliasing (dt. Überlappung/Überlagerung) wird in der Informatik das Vorhandensein mehrerer Bezeichner (Deskriptoren) für einen Ort bezeichnet. Aliasing funktioniert beispielsweise für Variablen mit demselben Speicherort oder als Weiterleitung in Netzwerk-Adressräumen. Es kann hierbei, insbesondere in Verbindung mit Zeigern oder Referenzparametern von Prozeduren, zu undurchsichtigen Fehlern zur Laufzeit kommen, da an einer Stelle der Wert geändert wird, was an einer anderen Stelle (wegen eines dort verwendeten Alias-Bezeichners) nicht sofort ersichtlich ist. (de)
  • In computing, aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program. Thus, modifying the data through one name implicitly modifies the values associated with all aliased names, which may not be expected by the programmer. As a result, aliasing makes it particularly difficult to understand, analyze and optimize programs. Aliasing analysers intend to make and compute useful information for understanding aliasing in programs. (en)
  • In programmazione, il termine aliasing indica la situazione in cui una stessa posizione di memoria è associata a nomi simbolici diversi all'interno di un programma. (it)
  • У програмуванні, псевдоніми представляють собою ситуацію (aliasing), при якій посилання на місце розташування даних в пам'яті, може здійснюватись за допомогою декількох символічних імен в програмі. Таким чином, модифікація даних за допомогою одного імені, призводить до модифікації значення, яке асоціюється з іншими іменами-аліасами, що може бути не очікуваним для програміста. В результаті, наявність псевдонімів призводить до ситуацій, які важко зрозуміти, аналізувати і оптимізувати. Аналізатори псевдонімів, мають на меті забезпечити аналіз з видачею корисної інформації для відстеження псевдонімів у програмі. (uk)
  • 别名是指内存中的一个数据位置可以通过程序的多个符号名来访问。因此通过一个名字修改数据意味着所有别名关联的值也改变了。别名使理解、分析、优化程序变得困难。用于分析处理程序中的别名的信息。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 671841 (xsd:integer)
dbo:wikiPageLength
  • 11636 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1110897660 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Mit Aliasing (dt. Überlappung/Überlagerung) wird in der Informatik das Vorhandensein mehrerer Bezeichner (Deskriptoren) für einen Ort bezeichnet. Aliasing funktioniert beispielsweise für Variablen mit demselben Speicherort oder als Weiterleitung in Netzwerk-Adressräumen. Es kann hierbei, insbesondere in Verbindung mit Zeigern oder Referenzparametern von Prozeduren, zu undurchsichtigen Fehlern zur Laufzeit kommen, da an einer Stelle der Wert geändert wird, was an einer anderen Stelle (wegen eines dort verwendeten Alias-Bezeichners) nicht sofort ersichtlich ist. (de)
  • In computing, aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program. Thus, modifying the data through one name implicitly modifies the values associated with all aliased names, which may not be expected by the programmer. As a result, aliasing makes it particularly difficult to understand, analyze and optimize programs. Aliasing analysers intend to make and compute useful information for understanding aliasing in programs. (en)
  • In programmazione, il termine aliasing indica la situazione in cui una stessa posizione di memoria è associata a nomi simbolici diversi all'interno di un programma. (it)
  • У програмуванні, псевдоніми представляють собою ситуацію (aliasing), при якій посилання на місце розташування даних в пам'яті, може здійснюватись за допомогою декількох символічних імен в програмі. Таким чином, модифікація даних за допомогою одного імені, призводить до модифікації значення, яке асоціюється з іншими іменами-аліасами, що може бути не очікуваним для програміста. В результаті, наявність псевдонімів призводить до ситуацій, які важко зрозуміти, аналізувати і оптимізувати. Аналізатори псевдонімів, мають на меті забезпечити аналіз з видачею корисної інформації для відстеження псевдонімів у програмі. (uk)
  • 别名是指内存中的一个数据位置可以通过程序的多个符号名来访问。因此通过一个名字修改数据意味着所有别名关联的值也改变了。别名使理解、分析、优化程序变得困难。用于分析处理程序中的别名的信息。 (zh)
rdfs:label
  • Aliasing (de)
  • Aliasing (computing) (en)
  • Aliasing (programmazione) (it)
  • 别名 (计算) (zh)
  • Псевдоніми (програмування) (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License