vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 4 forks source link

Made IR a little less Rust-dependent; implement visitor rewriting IR into three-operand code #109

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

@Kixiron this should make the IR more friendly for the JIT compiler.

Kixiron commented 1 year ago

Looks a lot better, thanks