зеркало из https://github.com/github/ruby.git
re-enabled YJIT on x64-mswin64
note that YJIT does not work correctly on the platform now.
This commit is contained in:
Родитель
93591d31b0
Коммит
a493732c8e
2
yjit.h
2
yjit.h
|
@ -16,7 +16,7 @@
|
|||
#endif
|
||||
|
||||
// We generate x86 assembly
|
||||
#if defined(__x86_64__)
|
||||
#if (defined(__x86_64__) && !defined(_WIN32)) || (defined(_WIN32) && defined(_M_AMD64)) // x64 platforms without mingw/msys
|
||||
# define YJIT_SUPPORTED_P 1
|
||||
#else
|
||||
# define YJIT_SUPPORTED_P 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче