summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorkimu_shu <[email protected]>2013-05-26 09:43:30 +0900
committerkimu_shu <[email protected]>2013-05-26 10:09:17 +0900
commite720782f815b809a692818851582be019afe52a9 (patch)
treea3c25239fb5afe2a33708e38d185a142f1c543a3 /include/mrbconf.h
parentd78f23d28b4706e58622493de60e17818b491fde (diff)
downloadmruby-e720782f815b809a692818851582be019afe52a9.tar.gz
mruby-e720782f815b809a692818851582be019afe52a9.zip
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 2b9cc5e60..0d65ae13a 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -26,6 +26,9 @@
/* define on big endian machines; used by MRB_NAN_BOXING */
//#define MRB_ENDIAN_BIG
+/* represent mrb_value as a word (natural unit of data for the processor) */
+// #define MRB_WORD_BOXING
+
/* argv max size in mrb_funcall */
//#define MRB_FUNCALL_ARGC_MAX 16