CrazyPerson

Results 4 issues of CrazyPerson

Can we set some variables into env and use them in custom functions?

I noticed that when client-side performs a remote call, we need to fetch a grpc connection first, and pool#getConn method is using lock to protect the connection pool like we...

Each time we call `NewVM` to create a vm instance, as the struct defined, go runtime should apply for a space including the pre-allocated size of [2048]stack and [1024]frames, which...