Skip to content
  • U.Nakamura's avatar
    85a426dc
    Tiny mmap emulation for Windows · 85a426dc
    U.Nakamura authored
    - prerequisite of supporting YJIT with VC++.
    - note that now can specfily `--yjit` on mswin64, but not enabled
      YJIT'ed code because of YJIT requires `OPT_DIRECT_THREADED_CODE`
      or `OPT_CALL_THREADED_CODE` in `rb_yjit_compile_iseq`.
    85a426dc
    Tiny mmap emulation for Windows
    U.Nakamura authored
    - prerequisite of supporting YJIT with VC++.
    - note that now can specfily `--yjit` on mswin64, but not enabled
      YJIT'ed code because of YJIT requires `OPT_DIRECT_THREADED_CODE`
      or `OPT_CALL_THREADED_CODE` in `rb_yjit_compile_iseq`.
Loading