Pointer Based PRE

CHF 56.05
Auf Lager
SKU
5IOTA3GIBGM
Stock 1 Verfügbar
Free Shipping Kostenloser Versand
Geliefert zwischen Mi., 15.10.2025 und Do., 16.10.2025

Details

Applications in languages like C have heavy pointer usage and it happens that a pointer p may point to operands of an expression, i.e., it points to operand of an expression along some path. If the value contained in the pointer variable is modified then it may or may not kill the original value of expression depending upon the path taken. Thus we see that there is redundancy along some path. To remove this redundancy we will try to make the expression completely redundant. But the node containing the modification of value of pointer p will inhibit hoisting the expression out of that node. So, to remove the redundancy along all paths some code duplication has to be performed. But the cost of duplication performed may exceed the benefit derived from removing the redundancy. Thus, to get benefit from duplication, we duplicate the code only if redundancy along some frequently executed (HOT) path is being removed. Here, we present an approach to perform code duplication only if the optimization opportunity exists along some HOT path. Profile based points-to analysis is used to explore such redundancies and thus remove them.

Autorentext

I have completed my MTech in Computer Science from IIT Bombay, India with specializations in Algorithms and Compilers.

Cart 30 Tage Rückgaberecht
Cart Garantie

Weitere Informationen

  • Allgemeine Informationen
    • GTIN 09783844323313
    • Genre Programmiersprachen
    • Sprache Englisch
    • Anzahl Seiten 76
    • Herausgeber LAP LAMBERT Academic Publishing
    • Größe H220mm x B150mm x T5mm
    • Jahr 2011
    • EAN 9783844323313
    • Format Kartonierter Einband
    • ISBN 3844323317
    • Veröffentlichung 29.03.2011
    • Titel Pointer Based PRE
    • Autor Ambika Agarwal
    • Untertitel Elimination of Pointer Based Partial Redundancies through Graph Expansion
    • Gewicht 131g

Bewertungen

Schreiben Sie eine Bewertung
Nur registrierte Benutzer können Bewertungen schreiben. Bitte loggen Sie sich ein oder erstellen Sie ein Konto.