mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
oops Direct threading should be default
This commit is contained in:
parent
bab308b923
commit
e84083593c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
* 2: call (function call for each insn dispatch)
|
||||
*/
|
||||
#ifndef OPT_THREADED_CODE
|
||||
#define OPT_THREADED_CODE 2
|
||||
#define OPT_THREADED_CODE 0
|
||||
#endif
|
||||
|
||||
#define OPT_DIRECT_THREADED_CODE (OPT_THREADED_CODE == 0)
|
||||
|
|
Loading…
Reference in a new issue