mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
[goalc] reduce compiler memory usage (#2247)
This commit is contained in:
@@ -816,3 +816,8 @@ Val* Compiler::compile_gen_docs(const goos::Object& form, const goos::Object& re
|
||||
|
||||
return get_none();
|
||||
}
|
||||
|
||||
Val* Compiler::compile_gc_text(const goos::Object&, const goos::Object&, Env*) {
|
||||
m_goos.reader.db.clear_info();
|
||||
return get_none();
|
||||
}
|
||||
Reference in New Issue
Block a user