Files
salvium/src
SChernykh 4b32859d2f CNv4 JIT compiler for x86-64 and tests
Minimalistic JIT code generator for random math sequence in CryptonightR.

Usage:
- Allocate writable and executable memory
- Call v4_generate_JIT_code with "buf" pointed to memory allocated on the previous step
- Call the generated code instead of "v4_random_math(code, r)", omit the "code" parameter
2019-02-17 23:56:23 +01:00
..
2019-02-15 01:21:37 +00:00
2018-10-08 21:42:38 +02:00
2019-02-12 12:16:22 +00:00
2018-10-07 20:04:10 +02:00
2018-10-07 20:04:10 +02:00
2018-01-26 10:03:20 -05:00
2018-10-22 23:10:58 +02:00