Files
jerryscript/tests/jerry
Andrey Shitov 50d124bfc3 Parser optimizations.
- parser is now non-recursive (i.e. parse function is not called recursively in any case);
 - byte-code is now more compact:
    - constants are now not immediately dumped upon occurence, but later - where necessary;
    - assignments are combined with unary / binary operations;
    - binary operations are encoded more compactly in many cases;
 - byte-code arrays are now allocated separately for each scope (so, GC of the scopes now becomes possible);
 - byte-code is dumped directly into corresponding byte-code arrays:
   - linked lists of op_meta are not now used for main code of a scope.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
2015-12-23 14:21:10 +03:00
..
2015-12-23 14:21:10 +03:00
2015-08-12 11:49:05 +02:00
2014-08-11 19:08:54 +04:00
2015-09-02 17:20:50 +02:00
2015-07-07 08:25:29 +02:00
2015-07-15 12:34:51 +03:00
2015-10-30 16:41:16 +03:00
2015-06-26 20:21:59 +03:00
2015-06-25 20:29:36 +03:00
2015-07-01 14:44:12 +03:00
2015-07-06 11:01:02 +02:00
2014-10-13 17:45:20 +04:00
2015-12-23 14:21:10 +03:00
2014-10-15 18:02:10 +04:00