Runtime
From REALbasicWiki
| This article is a stub. You can help the REALbasicWiki community by expanding it. |
Runtime can be:
- The time where an application in running, by opposition with compile time where the compiler processes instructions and check coherence of the source code.
- The runtime environment, is the software (behind the language) which will do all the nasty work: allocating memory, creating new objects, deleting no-longer-used objects, handling the object hierarchy...
