K 10 svn:author V 2 se K 8 svn:date V 27 2020-09-03T15:05:38.621321Z K 7 svn:log V 189 Fix build with clang11 MethodJIT.cpp used "asm volatile", a GCC extension that seems to not be implemented in CLANG. It prevents some optimizations in GCC, according to the documentation. END