Skip to content

Future Optimizations

Neil Adit edited this page May 21, 2020 · 1 revision

For when we have time

  1. Stack swap: Add the stack swap step using a compiler or manual pass on the assembly file to optimize copying depth. This will ensure we don't waste scratchpad storage on dummy stack.

  2. Redundant setting up code for vector cores: On introducing fake loops in vector code, we might introduce unnecessary code required to setup the branch statement. The custom compiler pass might not perform dead code elimination.

Clone this wiki locally