Re: [Tinycc-devel] A wish for 2018? C->JVM compiler

2018-03-10 Thread Christian Jullien
ycc-devel@nongnu.org Subject: Re: [Tinycc-devel] A wish for 2018? C->JVM compiler This really interests me as well. I still am working on my tinycc-to-javascript environment, and to support "goto" was quite awkward and required wrapping all code in functions inside "s

Re: [Tinycc-devel] A wish for 2018? C->JVM compiler

2018-03-10 Thread Charles Lohr
; > > > > > *From:* Tinycc-devel [mailto:tinycc-devel-bounces+eligis= > orange...@nongnu.org] *On Behalf Of *Yakov > *Sent:* vendredi 9 mars 2018 11:56 > *To:* tinycc-devel@nongnu.org > *Subject:* Re: [Tinycc-devel] A wish for 2018? C->JVM compiler > > > >

Re: [Tinycc-devel] A wish for 2018? C->JVM compiler

2018-03-10 Thread Christian Jullien
...@nongnu.org] On Behalf Of Yakov Sent: vendredi 9 mars 2018 11:56 To: tinycc-devel@nongnu.org Subject: Re: [Tinycc-devel] A wish for 2018? C->JVM compiler Quick search gave me these links: https://github.com/graalvm/sulong https://www.infoworld.com/article/3193078/java/azul-introduces-llvm-compi

Re: [Tinycc-devel] A wish for 2018? C->JVM compiler

2018-03-09 Thread Yakov
Quick search gave me these links: https://github.com/graalvm/sulong https://www.infoworld.com/article/3193078/java/azul-introduces-llvm-compiler-to-java-runtime.html https://stackoverflow.com/questions/4934707/is-it-possible-to-transform-llvm-bytecode-into-java-bytecode I am not a Java guy, so

[Tinycc-devel] A wish for 2018? C->JVM compiler

2017-12-30 Thread Christian Jullien
Hi all, I don't how much it could cost nor it's even feasible, but it would be nice to have a JVM backend. (as other languages already use, see https://en.wikipedia.org/wiki/List_of_JVM_languages) This could be a nice student project. Main goal: - Have a portable C on top on JVM