escargot/src
Eunji Jeong 8afb3c7fa4 Enhance some of GC features
* Add a heuristic to run GC before heap block allocation
  (to reduce fragmentation overhead)
* Add logger & visualizer of runtime heap usage
  (available both in debug/release mode)
2016-12-16 11:20:14 +09:00
..
interpreter 1. optimize String buffer acquire functions 2016-12-15 11:37:25 +09:00
parser 1. improve Identifier processing 2016-12-15 14:52:41 +09:00
runtime Fix bugs: updating hasASCIIContent in RopeString, using subString in concat 2016-12-15 18:55:47 +09:00
shell Enhance some of GC features 2016-12-16 11:20:14 +09:00
util add TightVector 2016-12-12 11:32:45 +09:00
Escargot.h Support RegExp Object and inner method 2016-12-13 19:10:05 +09:00