|
|
|
|
|
by remram
664 days ago
|
|
Cross-compilation. There is no requirement of being able to run the compiler on the platform to compile for that platform. It is much easier to add support for a platform to the compiler backend than to write a new, full compiler with its own, new bootstrapping method. |
|