aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-lcache.c
AgeCommit message (Expand)Author
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-27Remove unused functions which caused build error on clang (#2257)Tamas Zakor
2018-03-05Improve property search. (#2232)Zoltan Herczeg
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2017-05-20Support external context, heap and lcache (#1778)Zidong Jiang
2017-02-13Fix compilation errors when LCACHE is disabled. (#1570)slaff
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-08-23Add long string support.Zoltan Herczeg
2016-07-21Move GC, lcache, literal storage, lexical env global variables to jerry context.Zoltan Herczeg
2016-07-06Simplify string management.Zoltan Herczeg
2016-06-03Reduce the default LCache size by half. From 4Kbyte to 2Kbyte.Zoltan Herczeg
2016-06-02Optimize LCache operation.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-03-24Fix compile warnings about always_inline functions in GCC 5.2.0Geoff Gustafson
2016-03-22Performance optimizationsLászló Langó
2016-03-03Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute...Zoltan Herczeg
2016-03-01Fix the format of doxygen comments of output argumentsLászló Langó
2016-02-25Build fix for ALL_IN_ONE.Robert Sipka
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka