objectionary / ineo-maven-plugin

Maven plugin that inlines and specializes objects in EO programs
http://www.objectionary.com/ineo-maven-plugin/
MIT License
4 stars 2 forks source link

Integration test that checks whole pipeline #12

Open maxonfjvipon opened 1 year ago

maxonfjvipon commented 1 year ago

Need to write an integration test that would compare the results of 2 programs:

  1. Standart EO program: EO -> xmir -> java -> run
  2. EO program with "inlining" optimization: EO -> xmir -> optimized xmir (inlining) -> java -> run
maxonfjvipon commented 1 year ago

Update: the second program should look like: EO -> xmir -> EO -> (standart compilation) -> java ->run

0pdd commented 1 year ago

@maxonfjvipon the puzzle #15 is still not solved.

0pdd commented 1 year ago

@maxonfjvipon the puzzle #18 is still not solved; solved: #15.

0pdd commented 12 months ago

@maxonfjvipon all 2 puzzles are solved here: #15, #18.