Improve cache
Open
- Dominant language
- C++
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all contracts compiled by the JIT are stored in a disk cache and this cache is loaded into memory completely. We might add dropping some unused items or make it smarter in some other way. We could also remove items which are not according to the current schedule (frontier / homestead / ...)
Moved from https://github.com/ethereum/webthree-umbrella/issues/174
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.