Optimizer is still broken.

This commit is contained in:
Danila Fedorin 2018-08-08 22:21:50 -07:00
parent 5ce0d41a53
commit e740fd7688
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ module Chalk
@logger.debug("Generating code for #{tree.name}")
code = generator.generate!
code << instruction
return optimizer.optimize(code)
return code # optimizer.optimize(code)
end
# Generate code for a builtin function. Neither the *table* nor the *instruction*