Home
last modified time | relevance | path

Searched refs:compilecache (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmethodpool.py17 compilecache = {} variable
21 if h in compilecache:
22 return compilecache[h]
27 compilecache[h] = compileobj