HachiSecurity / plc-llvm

A compiler from Plutus Core to LLVM IR.
10 stars 0 forks source link

compatibility with llvm-opt & benchmark #29

Open aquynh opened 3 years ago

aquynh commented 3 years ago

there are a few things we should look into:

  1. output of plc-llvm is compatible with llvm-opt (version 12), so we can perform optimization with this tool
  2. make sure any issues from incompatibility can be detected by CI in the future?
  3. benchmark in terms of output bitcode size, performance, memory usage, etc
aquynh commented 2 years ago

(1) should be our priority now

mbg commented 2 years ago

The first point should now have been addressed by #31.