aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-gc.c
AgeCommit message (Expand)Author
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-03-05Improve property search. (#2232)Zoltan Herczeg
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2018-02-22Exclude hashmaps from GC marks. (#2212)Zoltan Herczeg
2018-02-07Remove arguments of ecma_new_values_collection. (#2197)Zoltan Herczeg
2018-01-30Add support for aborts. (#2176)Zoltan Herczeg
2018-01-25Add ArrayBuffer with user specified bufferPeter Gal
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-10-06Implement this binding for arrow functions.Zoltan Herczeg
2017-09-29Free the GC mark bit to increase the number of object types. (#2032)Zoltan Herczeg
2017-08-30Reduce the memory consumption of function objects. (#1954)Zoltan Herczeg
2017-08-03Add source sending feature to the debugger. (#1932)Imre Kiss
2017-05-11Remove include jerryscript.h from jrt.h. (#1803)Zoltan Herczeg
2017-04-28[native pointer] Check if freecb is NULL before calling it (#1789)Zidong Jiang
2017-04-26Remove `jerry-internal.h` (#1782)Akos Kiss
2017-04-12Implement the basic Promise (#1695)Zidong Jiang
2017-04-12Small improvements for `type` property support. (#1724)Zoltan Herczeg
2017-04-10Add 'type' argument to set/get native handle API (#1711)Zidong Jiang
2017-04-03Mark target_function of bound objects. (#1707)Zoltan Herczeg
2017-03-30Combine ARRAYBUFFER and TYPEDARRAY macros together (#1699)Zidong Jiang
2017-03-24Rename 'CONFIG_DISABLE_ARRAYBUFFER_BUILTIN' to 'CONFIG_DISABLE_ES2015_ARRAYBU...Levente Orban
2017-03-24Rename 'CONFIG_DISABLE_TYPEDARRAY_BUILTIN' to 'CONFIG_DISABLE_ES2015_TYPEDARR...Levente Orban
2017-03-07Support internal properties in GC mark. (#1646)Zoltan Herczeg
2017-03-06Fix multiple debugger issues. (#1640)Zoltan Herczeg
2017-02-22Completely remove internal property support. (#1603)Zoltan Herczeg
2017-02-08Improve performance of GC sweep (#1568)László Langó
2017-01-13[ES2015 profile]add TypedArray intrinsic object (#1507)Zidong Jiang
2016-12-09Remove INSTANTIATED_MASK_32_63 internal property type. (#1474)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-11-22Change array length into a virtual property. (#1439)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-10-25Rework function.bind (#1406)Zoltan Herczeg
2016-10-21Rework arguments object. (#1401)Zoltan Herczeg
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-08-04Bugfixes related to low memory conditions.István Kádár
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-07-20More gc-friendly property hashmap allocation.István Kádár
2016-07-11Update Jerry APILászló Langó
2016-06-21Create extended objects instead of internal properties.Zoltan Herczeg
2016-06-16Remove string copyLászló Langó