Zoltan Herczeg 97be8bfbc8 Simplify string management.
Allocate a single memory block for strings, rather than a separate string header
and string characters block. In the past strings were split into 8 byte chunks,
and large amount of legacy code is designed for that representation. However the
current allocator allows block allocation so we don't need those complicated
algorithms anymore. This patch is a cleanup rather than an optimization.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
2016-07-06 03:47:48 -07:00
..
2016-07-06 03:47:48 -07:00
2016-06-27 00:25:09 -07:00
2016-07-03 23:52:27 -07:00
2016-06-27 00:25:09 -07:00
2016-04-13 21:47:28 +02:00
2016-07-06 03:47:48 -07:00
2016-06-02 03:56:36 -07:00
2016-06-27 00:25:09 -07:00
2016-06-27 00:25:09 -07:00