ericpts / ug-thesis

My undergradute thesis project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eric Stavarache's undergradute thesis

Purpose

Optimize Java projects for size.

Implementation

  1. Parse Java .class and build a dependency tree.
  2. Create a call-graph, starting from the main function.
  3. Perform dead-method optimization, removing methods which are never called.

Stretch goals

  1. Remove unused classes entirely.

About

My undergradute thesis project


Languages

Language:TeX 62.7%Language:C++ 29.6%Language:Python 4.1%Language:Makefile 1.3%Language:CMake 1.1%Language:C 1.0%Language:Shell 0.3%