File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Download (executables): https://github.com/ldc-developers/ldc/releases
3030
3131## GDC
3232
33- GDC is an GCC-based D compiler. Other than the other compilers it comes built-in
34- into GCC and does not require a separate installation. It supports a variety of
33+ GDC is a GCC-based D compiler. Other than the other compilers, it comes built-in
34+ with GCC and does not require a separate installation. It supports a variety of
3535operating systems and target architectures. Being tied to GCC's release schedule
36- it is often behind in new features but receives bug fix backports from later
36+ it may be behind in new D features. However GDC backports D bug fixes from later
3737versions in minor updates. GDC could be called the most stable compiler as it is
3838tied to specific D frontend versions for a while, only fixing issues without big
3939changes. GDC is a good compiler to be using in production to create executables.
You can’t perform that action at this time.
0 commit comments