* proc: generalize escapeCheck and allocString Generalizes the function for checking for escaping pointers so that it can be used to iterate on all pointers of a variable. Also generalizes the string allocation opcodes so that in the future we can use it to call other special runtime functions (for example: map access, channel send/receive, etc). * review changes |
||
|---|---|---|
| .. | ||
| evalcompile.go | ||
| evalop_test.go | ||
| ops.go | ||