GuildOfWeavers/AirAssembly

Add assembly code optimization

bobbinth opened this issue · 0 comments

Some of the potential optimization types:

  1. Extracting common sub-expressions
  2. Eliminating single-use variables
  3. Inlining constants and function calls
  4. Vector extraction collapsing
  5. Other?