Optimizer is still broken.
This commit is contained in:
parent
5ce0d41a53
commit
e740fd7688
|
@ -81,7 +81,7 @@ module Chalk
|
||||||
@logger.debug("Generating code for #{tree.name}")
|
@logger.debug("Generating code for #{tree.name}")
|
||||||
code = generator.generate!
|
code = generator.generate!
|
||||||
code << instruction
|
code << instruction
|
||||||
return optimizer.optimize(code)
|
return code # optimizer.optimize(code)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Generate code for a builtin function. Neither the *table* nor the *instruction*
|
# Generate code for a builtin function. Neither the *table* nor the *instruction*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user