Hello Technion researchers. I guess it has been a while since anyone post questions on this repo.
I want to make some changes to the memcached code and see how things behave, but currently memcached compilation is done through linking temp.c with pre-compiled(and pre-distributed) memcached_combined_ir.bc bytecode file. I wonder how I can regenerate the bytecode file by myself. Is there any guide on this?
Hello Technion researchers. I guess it has been a while since anyone post questions on this repo.
I want to make some changes to the memcached code and see how things behave, but currently memcached compilation is done through linking
temp.cwith pre-compiled(and pre-distributed)memcached_combined_ir.bcbytecode file. I wonder how I can regenerate the bytecode file by myself. Is there any guide on this?