mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[goalc] reduce compiler memory usage (#2247)
This commit is contained in:
@@ -158,7 +158,7 @@ RegVal* LambdaVal::to_reg(const goos::Object& form, Env* fe) {
|
||||
|
||||
RegVal* InlinedLambdaVal::to_reg(const goos::Object& form, Env* fe) {
|
||||
throw std::runtime_error("Cannot put InlinedLambdaVal in a register.");
|
||||
return lv->to_reg(form, fe);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
RegVal* FloatConstantVal::to_reg(const goos::Object& form, Env* fe) {
|
||||
|
||||
Reference in New Issue
Block a user