File size: 302 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
Description:
JIT compiler - Flushing the instruction cache.
Files:
lib/jit/cache.h
m4/valgrind-helper.m4
Depends-on:
stdint-h
configure.ac:
gl_VALGRIND_HELPER
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS([__clear_cache])
Makefile.am:
Include:
"jit/cache.h"
License:
LGPLv2+
Maintainer:
Bruno Haible
|