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
30
30
31
31
## GDC
32
32
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
35
35
operating 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
37
37
versions in minor updates. GDC could be called the most stable compiler as it is
38
38
tied to specific D frontend versions for a while, only fixing issues without big
39
39
changes. 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