wasm-chisel icon indicating copy to clipboard operation
wasm-chisel copied to clipboard

Introduce code metrics and optimise guided by them

Open axic opened this issue 6 years ago • 0 comments

This in practice suggest to use a "genetic algorithm" guided by the metrics (fitness function).

One metric we could implement is execution time on an interpreter and try to optimise code for that. The optimisation passes form binaryen (and others) can be used.

axic avatar Jan 31 '19 11:01 axic