[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Progress on Ravi - a Lua 5.3 derivative



On 29 June 2015 at 20:19, David Malcolm <dmalcolm@redhat.com> wrote:
> On Sun, 2015-06-28 at 21:12 +0100, Dibyendu Majumdar wrote:
>> I am pleased to say that libgccjit performance seems comparable to
>> LLVM so far. For details of the benchmarks please see:
>>
>> http://the-ravi-programming-language.readthedocs.org/en/latest/ravi-benchmarks.html
>>
> If I may be so bold, the benchmark table isn't quite apples-to-apples:
> it has gccjit running in a guest vm, but everything else running on bare
> metal, putting gccjit at a slight disadvantage.  Currently a reader has
> to make it down to the final bullet point to see that.  Is it possible
> to emphasize that a bit? (e.g. change the table header to read "Ravi
> (gccjit; guest vm)".

Done.

>
> FWIW, it might be worth stating the versions of LLVM and gccjit in use.
>

Done.

Regards