Is GIMPLE stable?

2019-09-09 Thread Mateus Carmo Martins de Freitas Barbosa
There's an ongoing discussion on the rustc forum () on implementing a GCC front-end for the Rust compiler, and the issue of whether GIMPLE is stable was brought up. Namely, if a compiler front-end w

Re: Rust front-end

2019-08-30 Thread Mateus Carmo Martins de Freitas Barbosa
jit seems to abstract away IR details, and it's really convenient that Rust bindings already exist. I'll take this discussion to the rustc project. Thanks to all. On Tue, Aug 27, 2019 at 11:58 AM David Malcolm wrote: > > On Fri, 2019-08-23 at 11:10 -0300, Mateus Carmo Martins de Freit

Rust front-end

2019-08-23 Thread Mateus Carmo Martins de Freitas Barbosa
I'm interested in working on the Rust front-end for GCC. So far I've cloned the repository and tried to compile it as described in . I've compiled it outside of the gcc directory tree with $ ../gccrs/configure --prefix