dchip is a D2 port of the Chipmunk2D physics library for 2D games

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Nov 11 07:28:58 PST 2013


On 11/11/13, Sergei Nosov <sergei.nosov at gmail.com> wrote:
> I've done some experiments regarding dmd/ldc comparison.
>
> Machine: Ubuntu 12.04 (x86_64), Intel® Core™ i5-3470 CPU @
> 3.20GHz × 4
> Compilers: DMD64 D Compiler v2.064, LDC - the LLVM D compiler
> (0.12.0):
>    based on DMD v2.063.2 and LLVM 3.3.1
>    Default target: x86_64-unknown-linux-gnu
>    Host CPU: core-avx-i
>
> I've made 2 builds:
> $ dub --build=release
> $ dub --build=release --compiler=ldc2

Which flags does release imply?

> So, the ratio is something like 0.81-0.83 in favor of ldc.

Cool! Thanks for benchmarking.


More information about the Digitalmars-d-announce mailing list