YAMAMOTO Masaya
|
acdc2d1f24
|
Add MRB_WITHOUT_FLOAT
|
2017-10-11 17:58:11 +09:00 |
|
YAMAMOTO Masaya
|
679dfd75a8
|
Use division expression instead of some floating point literals
|
2017-10-11 17:58:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c3c882f681
|
Use uint32_t to avoid signed integer overflow warning; #3816
|
2017-10-01 17:53:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7edbe428ca
|
Add new type of shared string: RSTR_FSHARED.
`RSTR_FSHARED` use frozen strings as shared body instead of
`struct mrb_shared_string`. This reduces allocation from
literal strings.
|
2017-10-01 16:24:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
473b7d0efd
|
Cut links from irep in heaps finalization.
|
2017-09-29 00:18:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7b01b969f5
|
codedump to display OP_CALL.
|
2017-09-29 00:18:55 +09:00 |
|
Tomasz Dąbrowski
|
999ce87129
|
fix: src\vm.c(2631): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
77d6a953ff
|
fix: src\vm.c(1757): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
ebd45b1072
|
fix: src\vm.c(1744): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
0bff4b6a09
|
fix: src\vm.c(1702): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
885916c84b
|
fix: src\vm.c(708): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
e88fc10679
|
fix: src\vm.c(704): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
ec7f478eda
|
fix: src\vm.c(457): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
67ab8406b8
|
fix: src\vm.c(445): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
23cc698134
|
fix: src\vm.c(438): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
53f934a7ee
|
fix: src\string.c(2219): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
ef8df492e9
|
fix: src\string.c(1924): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
027b8d8377
|
fix: src\string.c(1130): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
46ccabacf0
|
fix: src\string.c(497): warning C4244: '=': conversion from 'mrb_int' to 'long', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
6cde950017
|
fix: src\state.c(66): warning C4200: nonstandard extension used: zero-sized array in struct/union
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
0e2976bf93
|
fix: src\range.c(136): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
b7e71e4cef
|
fix: src\proc.c(96): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
220c628210
|
fix: src\pool.c(33): warning C4200: nonstandard extension used: zero-sized array in struct/union
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
f0c1074b07
|
fix: src\numeric.c(1215): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
4a0c9c9e31
|
fix: src\numeric.c(954): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
332a04af73
|
fix: src\numeric.c(897): warning C4244: 'function': conversion from 'mrb_int' to 'mrb_float', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
971a4f9122
|
fix: src\kernel.c(874): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
0e0c96096d
|
fix: src\kernel.c(861): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
7d98055862
|
fix: src\hash.c(139): warning C4244: 'function': conversion from 'mrb_int' to 'khint_t', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
8cef3f946c
|
fix: src\hash.c(40): warning C4244: '=': conversion from 'mrb_int' to 'khint_t', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
3e1d60ae0b
|
fix: src\hash.c(27): warning C4244: '=': conversion from 'mrb_int' to 'khint_t', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
c7b663f2cf
|
fix: src\gc.c(1425): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
b406e9f795
|
fix: src\gc.c(1392): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
1dcf8ba488
|
fix: src\gc.c(559): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
7a2391b120
|
fix: src\error.c(76): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
4d6b8dbcb9
|
fix: src\dump.c(710): warning C4244: 'function': conversion from 'mrb_int' to 'uint16_t', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
f4a17dd7b5
|
fix: src\dump.c(657): warning C4244: 'function': conversion from 'mrb_int' to 'uint16_t', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
5ed76e381c
|
fix: src\class.c(949): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
9c5db48d1f
|
fix: src\class.c(949): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
d8b37d0381
|
fix: src\class.c(583): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
4146b5c2b5
|
fix: src\backtrace.c(83): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Tomasz Dąbrowski
|
536b95eb48
|
fix: mrbgems\mruby-kernel-ext\src\kernel.c(114): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:04 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
7450a774a5
|
The first instruction was skipped mistakenly in ensure clause; fix #3811
|
2017-09-23 10:12:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0ceaa0960a
|
OP_EPOP operand may be bigger than mrb->c->eidx; fix #3810
|
2017-09-22 13:00:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5760226e71
|
Remove temporary limitation of OP_EPOP.
After f68f5f6, the operand of `OP_EPOP` should have been `1`.
Now we have removed the limitation.
|
2017-09-12 12:41:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d6e41c3e51
|
The callinfo stack may be reallocated in cipush; fix rest of #3809
fix #3809
|
2017-09-11 23:13:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3d8c1a7e97
|
The ensure stack may be empty at OP_EPOP; fix 1st part of #3809
|
2017-09-11 22:46:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2a1e616e4d
|
Avoid calling mrb_funcall to invoke #initialize from Class.new.
If `#initialize` is implemented in C, we don't need stack consuming
`mrb_funcall`.
|
2017-09-06 14:35:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cbfa2b3588
|
Avoid recursion from mark_context().
|
2017-09-05 21:13:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f68f5f6b97
|
Avoid crossing C function boundary from OP_EPOP; ref #3789
|
2017-09-05 21:12:36 +09:00 |
|