aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-literal-storage.c
AgeCommit message (Expand)Author
2018-07-31Remove unnecessary cbc_code_flag (#2443)Robert Fancsik
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2017-10-12Support multiple primary functions in a single snapshot. (#1797)Zoltan Herczeg
2017-05-16Rework memory statistics to provide useful user information. (#1812)Zoltan Herczeg
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-03-17Modify the snapshot API functions to expect a 32-bit aligned buffer pointer (...Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-09-01Add 32 bit compressed pointer support.Zoltan Herczeg
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-07-21Move GC, lcache, literal storage, lexical env global variables to jerry context.Zoltan Herczeg
2016-06-27Rework literal storage.Zoltan Herczeg