machine learning

pre - ai methods

Start with compiler data structures

SSA, DDG, CFG

Human expert maps these to a feature vector

  1. number of instructions
  2. mean dependence depth
  3. branch count
  4. loop next
  5. trip count

collect many examples of programs - calculate feature vector

Back to top