mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".
* vm_opts.h: add a OPT_TOKEN_THREADED_CODE macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc217e2d25
commit
559d021d20
6 changed files with 138 additions and 119 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
/* C compiler depend */
|
||||
#define OPT_DIRECT_THREADED_CODE 1
|
||||
#define OPT_TOKEN_THREADED_CODE 0
|
||||
#define OPT_CALL_THREADED_CODE 0
|
||||
|
||||
/* VM running option */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue