Add SharedModuleCache

Rename: RcCell -> Shared
This commit is contained in:
Shunsuke Shibayama 2022-09-20 11:51:18 +09:00
parent 9fa51809ea
commit f12c2ba723
18 changed files with 417 additions and 188 deletions

View file

@ -11,6 +11,7 @@ pub mod effectcheck;
pub mod error;
pub mod hir;
pub mod lower;
pub mod mod_cache;
pub mod optimize;
pub mod ownercheck;
pub mod reorder;