Improved code generation
This commit is contained in:
parent
6e22febc01
commit
3c189a025f
23 changed files with 201 additions and 95 deletions
|
@ -41,7 +41,6 @@ func (f *Function) Compare(comparison *expression.Expression) error {
|
|||
return err
|
||||
}
|
||||
|
||||
f.cpu.Use(tmp)
|
||||
defer f.cpu.Free(tmp)
|
||||
return f.Execute(comparison.Token, tmp, right)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue