首页>
外国专利>
Memoization configuration file consumed at compile time
Memoization configuration file consumed at compile time
展开▼
机译:编译时消耗的内存配置文件
展开▼
页面导航
摘要
著录项
相似文献
摘要
Memoization may be deployed using a configuration file or database that identifies functions to memorize, and in some cases, includes input and result values for those functions. At compile time, functions defined in the configuration file may be captured and memoized. During compilation or other pre-execution analysis, the executable code may be modified or otherwise decorated to include memoization code. The memoization code may store results from a function during the first execution, then merely look up the results when the function may be called again. The memoized value may be stored in the configuration file or in another data store. In some embodiments, the modified executable code may operate in conjunction with an execution environment, where the execution environment may optionally perform the memoization.
展开▼