Home

  About me

  Academics

  Courses Taken

  Workshops

  Work Wiki

  Contact me

 
Academic Record


People say, learning is something that never stops. And there is always more to learn, and to add to your existing knowlege. However, here is the summary of what appears in my certificates:

Degree Year Institute Percentage Division
MTech, (CSE) 2012 IIT Bombay 9.15 -
BE, (CSE) 2007 RAIT, Mumbai University 75.06% First Class with Distinction
AISSE 2003 KV-2, Colaba 92.4% First Class with Distinction
AISSCE 2001 KV-2, Colaba 90.0% First Class with Distinction



Some projects that have been a part of this learning phase:
  • Developed Optimization Explorer (OptEx), a tool for experimenting with code analysis and optimization. The tool performed standard data-flow analysis techiques on the GIMPLE IR of a C code. This was developed as a part of my Undergraduate Thesis work under the guidance of Prof. Uday Khedker.

  • Implemented a context sensitive and flow sensitive points-to analysis technique for GCC 4.3.0 on GIMPLE IR. The analysis was based on resurrection of call strings approach. This project was completed during my Research Fellowship.