[Myjit-devel] MyJit questions
Status: Beta
Brought to you by:
pkrajca
From: Adam C. <cim...@gm...> - 2016-09-21 21:20:31
|
Wonderful project! Myjit is a breath of fresh air, and it is very easy to get started. I have two questions: What is the lifetime of the generated code? My requirement is for ephemeral code, generated on the fly from user requests and cleaned-up soon after. Will `jit_free` clean this up or is the use case unsupported? I will (eventually) have a need to generate AVX code, I've noticed the `jit_data_*` class of functions to inject bytes, can you think of an alternative? Thanks, Adam |