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

In computer science, pointer analysis, or points-to analysis, is a static code analysis technique that establishes which pointers, or heap references, can point to which variables, or storage locations. It is often a component of more complex analyses such as escape analysis. A closely related technique is shape analysis. (This is the most common colloquial use of the term. A secondary use has pointer analysis be the collective name for both points-to analysis, defined as above, and alias analysis. Points-to and alias analysis are closely related but not always equivalent problems.)

Property Value
dbo:abstract
  • In computer science, pointer analysis, or points-to analysis, is a static code analysis technique that establishes which pointers, or heap references, can point to which variables, or storage locations. It is often a component of more complex analyses such as escape analysis. A closely related technique is shape analysis. (This is the most common colloquial use of the term. A secondary use has pointer analysis be the collective name for both points-to analysis, defined as above, and alias analysis. Points-to and alias analysis are closely related but not always equivalent problems.) (en)
  • ポインタ解析(英: Pointer analysis あるいは points-to analysis )は、計算機科学における静的コード解析の技法のひとつで、ポインタやヒープへの参照がどの変数や記憶領域を指し示す可能性があるかを明らかにするものである。ポインタ解析はしばしば、より複雑な解析手法であるエスケープ解析の一部として用いられる。ポインタ解析を一般化したものがシェープ解析である。 ポインタ解析をごく小規模なプログラムを除く大半のプログラムに適用することは、膨大な計算機資源を必要とする。このオーバーヘッドを減らすため、さまざまな方法の簡略化が行われてきたが、簡略化による問題として参照されているオブジェクトが実際より大きな範囲になることがある。 簡略化の方法として、下記のものがある。 構造化されたオブジェクトへのすべての参照をひとつのオブジェクトに対するものとして扱う。どのオブジェクトがポインタに割り当てられるかを解析する際、制御のフローを無視する。コンテキストを無視したポインタ解析 (関数呼び出しが行われる際のコンテキストを無視する場合)フローを無視したポインタ解析(関数内の制御フローを無視する場合) (ja)
  • 컴퓨터 과학에서 포인터 분석(pointer analysis, points-to analysis)은 어떤 포인터 혹은 힙 참조가 어느 변수 또는 저장 장소를 가리키는지 분석하는 정적 프로그램 분석 방법이다. 이는 종종 와 같은 더 복잡한 분석의 한 구성요소로 사용되기도 한다. (ko)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 8086950 (xsd:integer)
dbo:wikiPageLength
  • 12658 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1084091236 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computer science, pointer analysis, or points-to analysis, is a static code analysis technique that establishes which pointers, or heap references, can point to which variables, or storage locations. It is often a component of more complex analyses such as escape analysis. A closely related technique is shape analysis. (This is the most common colloquial use of the term. A secondary use has pointer analysis be the collective name for both points-to analysis, defined as above, and alias analysis. Points-to and alias analysis are closely related but not always equivalent problems.) (en)
  • ポインタ解析(英: Pointer analysis あるいは points-to analysis )は、計算機科学における静的コード解析の技法のひとつで、ポインタやヒープへの参照がどの変数や記憶領域を指し示す可能性があるかを明らかにするものである。ポインタ解析はしばしば、より複雑な解析手法であるエスケープ解析の一部として用いられる。ポインタ解析を一般化したものがシェープ解析である。 ポインタ解析をごく小規模なプログラムを除く大半のプログラムに適用することは、膨大な計算機資源を必要とする。このオーバーヘッドを減らすため、さまざまな方法の簡略化が行われてきたが、簡略化による問題として参照されているオブジェクトが実際より大きな範囲になることがある。 簡略化の方法として、下記のものがある。 構造化されたオブジェクトへのすべての参照をひとつのオブジェクトに対するものとして扱う。どのオブジェクトがポインタに割り当てられるかを解析する際、制御のフローを無視する。コンテキストを無視したポインタ解析 (関数呼び出しが行われる際のコンテキストを無視する場合)フローを無視したポインタ解析(関数内の制御フローを無視する場合) (ja)
  • 컴퓨터 과학에서 포인터 분석(pointer analysis, points-to analysis)은 어떤 포인터 혹은 힙 참조가 어느 변수 또는 저장 장소를 가리키는지 분석하는 정적 프로그램 분석 방법이다. 이는 종종 와 같은 더 복잡한 분석의 한 구성요소로 사용되기도 한다. (ko)
rdfs:label
  • 포인터 분석 (ko)
  • ポインタ解析 (ja)
  • Pointer analysis (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:knownFor of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:knownFor 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