digitalmars.D - Other CPU instruction sets
- Nolan (12/12) Jun 09 2004 Hi,
- Ilya Minkov (4/17) Jun 09 2004 Thanks to David Friedman, this has already been taken care of. :)
Hi, Currently GCC supports a ton of different CPUs, but D only supports x86. That may become a limiting factor to D's acceptance as computers move away from x86 and towards ia64, ARM, etc. I was wondering what are the plans to get D to compile to other CPUs, especially w/o having to write a D compiler from scratch. Regards, Nolan http://www.semanticgap.com/
Jun 09 2004
Thanks to David Friedman, this has already been taken care of. :) http://home.earthlink.net/~dvdfrdmn/d/ -eye Nolan schrieb:Hi, Currently GCC supports a ton of different CPUs, but D only supports x86. That may become a limiting factor to D's acceptance as computers move away from x86 and towards ia64, ARM, etc. I was wondering what are the plans to get D to compile to other CPUs, especially w/o having to write a D compiler from scratch. Regards, Nolan http://www.semanticgap.com/
Jun 09 2004