|
|
|
|
|
by kazinator
3334 days ago
|
|
Sometimes the situation is completely reversed: you get a lot more computing resources on the development system where the code is compiled, than on the target system where it ultimately runs (e.g. small, embedded target). The computing resources required to process the code (macros, and whatever) are usually unrelated to the computing resources used by that code when it runs. |
|