DSpace Repository

POINTER OPTIMIZATION USING SSA BASED INTERMEDIATE REPRESENTATION FOR OPTIMIZING COMPILERS

Show simple item record

dc.contributor.author Mohan, Barhate Deodatta
dc.date.accessioned 2014-12-01T07:26:40Z
dc.date.available 2014-12-01T07:26:40Z
dc.date.issued 2011
dc.identifier M.Tech en_US
dc.identifier.uri http://hdl.handle.net/123456789/12499
dc.guide Sarje, A. K.
dc.description.abstract In optimizing compilers, most of the optimizing algorithms are applied on intermediate representation. Optimizing algorithms such as constant propagation can be applied on intermediate code using data flow analysis which is expensive regarding compilation time. Also for pointer variables, these algorithms cannot be applied directly on pointers as pointers are difficult to analyze. In this dissertation entitled "POINTER OPTIMIZATION USING SSA BASED INTERMEDIATE REPRESENTATION FOR OPTIMIZING COMPILERS", new approach for applying optimization algorithms such as constant propagation on pointer variables has been proposed. To avoid data flow analysis, static single assignment (SSA) form is used for intermediate representation and for pointers, alias classes are used. So using SSA and each alias class as a single variable, constant propagation algorithm can be applied on pointer variables very efficiently reducing the number of instructions in a program. en_US
dc.language.iso en en_US
dc.subject ELECTRONICS AND COMPUTER ENGINEERING en_US
dc.subject POINTER OPTIMIZATION en_US
dc.subject REPRESENTATION en_US
dc.subject OPTIMIZING COMPILERS en_US
dc.title POINTER OPTIMIZATION USING SSA BASED INTERMEDIATE REPRESENTATION FOR OPTIMIZING COMPILERS en_US
dc.type M.Tech Dessertation en_US
dc.accession.number G21050 en_US


Files in this item

This item appears in the following Collection(s)

Show simple item record