aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-property-hashmap.c
AgeCommit message (Expand)Author
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-03-05Improve property search. (#2232)Zoltan Herczeg
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2017-02-10Restore deleted lines. (#1574)Zoltan Herczeg
2017-02-10Seperate NULL and unused values. (#1572)Zoltan Herczeg
2017-01-27Rework property hashmap delete. (#1543)Zoltan Herczeg
2017-01-19Track all NULL values in the property hashmap. (#1534)Zoltan Herczeg
2017-01-16Update macro definitions in Curie-BSP target (#1525)Zidong Jiang
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-11-17Simplify ecma_property_types_t. (#1438)Zoltan Herczeg
2016-11-16Prop hashmap allocation strategy based on gc pattern is implemented. (#1429)Istvan Kadar
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-08-05Reduce memory consumption of ecma_property_hashmap_steps.Zoltan Herczeg
2016-08-05Avoid `(void) ` and use `JERRY_UNUSED`Akos Kiss
2016-07-20More gc-friendly property hashmap allocation.István Kádár
2016-06-27Sixteen bit hash for strings.Zoltan Herczeg
2016-06-02Optimize LCache operation.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-02Fix wrong indentations of function parametersZsolt Borbély
2016-04-20Add property name hashing support.Zoltan Herczeg