flow9 icon indicating copy to clipboard operation
flow9 copied to clipboard

Flowc add build time

Open dmitry-vlasov opened this issue 2 years ago • 2 comments

dmitry-vlasov avatar Jul 25 '22 16:07 dmitry-vlasov

Flag cpp2 does not work for me: image

Will you add flowc2 for Windows? How much better is flowc2 than flowc1?

Eugeny48 avatar Jul 26 '22 05:07 Eugeny48

Flag cpp2 does not work for me: image

Will you add flowc2 for Windows? How much better is flowc2 than flowc1?

cpp2 is a c++ target built on the base of QtByteRunner runtime. flowc2 is a flowc compiler, build with the cpp2 backend. Currently I use it as an alternative to flowc1, which doesn't depend on java backend. It is useful if I introduce significant changes of java backend, which affect runtime and compiler simultaneously so that I can't compile flowc with itself using java backend.

So, I'm not sure, that flowc2 is useful for any other purpose, except for mentioned above. Maybe it's better to exclude it from the PR.

dmitry-vlasov avatar Jul 26 '22 14:07 dmitry-vlasov