出典:Wiktionary
出典:『Wiktionary』 (2024/08/08 17:14 UTC 版)
autoload (third-person singular simple present autoloads, present participle autoloading, simple past and past participle autoloaded)
出典:Wikipedia
出典:『Wikipedia』 (2011/03/09 06:02 UTC 版)
In the context of computer programming, autoload is the capability of loading and linking portions of a program from mass storage automatically when needed, so that the programmer is not required to define or include those portions of the program explicitly. Many high level programming languages include autoload capabilities, which sacrifice some run-time speed for ease of coding and speed of initial compilation/linking.