Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto d428fa0c4a Replace entire irep->pool.
Changes:
- `pool format is completely replaced
  - supported types: `STR`, `INT32`, `INT64`, `FLOAT`
  - `FLOAT` may be replaced by binary representation in the future
- insert `NUL` after string literals in `mrb` files
- `irep->pool` no longer store values in `mrb_value`
- instead it stores in `mrb_pool_value`
- less allocation
- `mrb_irep` can be stored in ROM
2020-10-12 16:21:08 +09:00
..
2020-10-12 16:21:08 +09:00
2020-10-12 16:21:08 +09:00
2020-10-12 16:21:08 +09:00
2020-10-12 16:21:03 +09:00
2020-10-12 16:21:08 +09:00
2020-10-12 16:20:41 +09:00
2020-10-12 16:21:08 +09:00
2019-12-13 04:41:43 +09:00
2020-07-31 18:14:02 +09:00
2019-08-18 20:12:44 +09:00
2020-10-12 16:21:03 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2020-10-12 16:21:08 +09:00
2019-08-18 20:12:44 +09:00
2020-08-06 12:45:59 +09:00