compiler: cache modules

This commit is contained in:
Alexander Medvednikov 2019-10-04 15:48:09 +03:00 committed by GitHub
parent f45d3f07ed
commit 52f4f4026b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 422 additions and 242 deletions

View file

@ -13,7 +13,7 @@ pub:
pub fn new_builder(initial_size int) Builder {
return Builder {
//buf: _make(0, initial_size, sizeof(byte))
// buf: _make(0, initial_size, sizeof(byte))
}
}