mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
compiler: cache modules
This commit is contained in:
parent
f45d3f07ed
commit
52f4f4026b
10 changed files with 422 additions and 242 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue