tarantool / tracing

OpenTracing API for Tarantool
9 stars 2 forks source link

opentracing: get rid of unpack #7

Closed olegrok closed 4 years ago

olegrok commented 4 years ago

"unpack" is a function that breaks luajit traces. It could easily be eliminated using tail call. This patch implements right that.