AnyDSL / thorin

The Higher-Order Intermediate Representation
https://anydsl.github.io
GNU Lesser General Public License v3.0
151 stars 15 forks source link

Alternate evalops #47

Closed leissa closed 8 years ago

leissa commented 8 years ago

Let's discuss any remaining issues here.

Over the weekend I'll try out this lambda lifting during PE. This should improve several issues.

richardmembarth commented 8 years ago

The only remaining issue I see at the moment is #48 (apart from the lambda lifting thing).

richardmembarth commented 8 years ago

Check if this is correct: AnyDSL/impala@13ef0f9

leissa commented 8 years ago

This was issue #24. The associated test case codegen/partial_eval_bug.impala works.

Anyway, I'd like to clean up a bit.

leissa commented 8 years ago

done cleanup: AnyDSL/impala@c47c36d9

leissa commented 8 years ago

Fixed issue #48. Can we merge then?