Open hihiboss opened 5 years ago
Subject compiler
Detail Implement compileCallExpression() in translate/compiler.go.
compileCallExpression()
translate/compiler.go
If you meet call expression, push the next pc and compile call expression.
Some policy is changed! If the heap tracer is implemented, I'll notify about this!
Subject compiler
Detail Implement
compileCallExpression()
intranslate/compiler.go
.If you meet call expression, push the next pc and compile call expression.