Files
monero/src
SChernykh fff23bf7c6 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-03-04 11:56:29 +00:00
..
2019-01-28 19:32:28 +00:00
2019-03-04 12:10:16 +02:00
2018-12-04 17:33:19 +02:00
2019-01-22 20:30:51 +00:00
2019-01-28 21:27:10 +02:00
2018-10-07 19:57:26 +02:00
2018-10-01 19:16:56 +03:00
2018-01-26 10:03:20 -05:00
2018-10-09 22:36:44 +02:00