gojit icon indicating copy to clipboard operation
gojit copied to clipboard

example for JIT-ing a reflect.Func

Open sbinet opened this issue 11 years ago • 0 comments

hi,

it would be very interesting to be able to JIT, say, a simple reflect.Func or an equivalently simple go func(). The obvious use-case being a decoder/encoder (un|de)serialization layer...

I'd be happy with an adder func() to start with :)

-s

sbinet avatar Jun 11 '14 15:06 sbinet