Files
mruby-mruby/src
KOBAYASHI Shuji a84ab12735 Prioritize embedded string over nofree (or normal) string
Prioritize embedded string in the following functions:

- `str_new_static`
- `str_new`
- `mrb_str_new_capa`
- `mrb_str_pool`

The reasons are as follows:

- Consistency with `mrb_str_byte_subseq` and `str_replace`.
- Memory locality increases and may be slightly faster.
- No conversion cost to embedded string when modifying the string.
2019-08-21 12:06:03 +09:00
..
2019-08-18 15:00:32 +09:00
2019-08-18 15:00:32 +09:00
2018-11-15 21:01:56 +09:00
2019-08-18 15:00:32 +09:00
2019-08-18 15:00:32 +09:00
2019-08-18 15:00:32 +09:00
2016-05-09 17:19:47 +02:00
2019-08-18 15:00:32 +09:00