1
0
Fork 0
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:
Alan Wu 2020-10-05 16:12:28 -04:00
parent bab308b923
commit e84083593c

View file

@ -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)