On Mon, Mar 26, 2018 at 6:53 PM, <
Wei....@arm.com> wrote:
> I'm a little confused and just ask a basic question:
> What's the difference between go-llvm and llgo?
They are two different approaches to adding a Go frontend to the LLVM
compiler. Specifically, llgo starts with the standard library
go/parse and go/types packages. GoLLVM starts with the gofrontend
code that is used with gccgo.
Ian
> On Wednesday, November 8, 2017 at 1:57:35 AM UTC+8, Ian Lance Taylor wrote:
>>
>> On Tue, Nov 7, 2017 at 8:23 AM, Stuart Carnie <
stuart...@gmail.com> wrote:
>> >
>> > I've been watching the commits in anticipation of an announcement for a
>> > while now and wonder what goals you and the team have for go-llvm?
>> > Obviously
>> > using LLVM brings a lot of benefits to code generation.
>>
>> The basic goal is to have another alternative Go compiler with
>> different tradeoffs, along the lines of gccgo.
>>
>> Ian
>