|
|
|
|
|
by ncx
3261 days ago
|
|
The current compiler was written with the aim of quick development till 1.0 is reached (because in the initial development phase, there are obviously many other important things to focus on). So, yeah the toolchain has some issues, eg. there are very few (if any) optimizations. Also, only 32 bit is supported. There are AFAIK no plans to add 64 bit support before bootstrapping phase because the current toolchain architecture isn't that great and will be heavily improved during 1.x cycle. A bit more details here - https://gitter.im/red/red?at=56ac45a1586242210ae0704d and
https://github.com/red/red/wiki/Question-about-contributing-... |
|