aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/config.h
AgeCommit message (Expand)Author
2017-03-22Build fix for 32-bit float ecma-number storage (#1669)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-23Add long string support.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-07-29Change the CONFIG_ECMA_NUMBER_TYPE default value to FLOAT64 to ensure complia...Robert Sipka
2016-04-20Add property name hashing support.Zoltan Herczeg
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-15After #984 we can increase the heap size to 512KZsolt Borbély
2016-03-07Remove memory management-related dead codeAkos Kiss
2016-03-01New Allocator and improved String handling.Dániel Bátyai
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-16Check reference count of objectsLászló Langó
2015-08-27Introduce parser-time optimization that replaces a function's local variables...Ruben Ayrapetyan
2015-08-25Implement substr function in String objectSzilard Ledan
2015-08-17Introduce GC start heuristics on low-severity try-give-memory-back requests.Ruben Ayrapetyan
2015-08-13Improvement of pool allocator.Ruben Ayrapetyan
2015-07-28Split opcode and instruction entities and perform related renamings: opcode_t...Ruben Ayrapetyan
2015-07-22Move ecma-stack to vm component, renaming it to vm-stack.Ruben Ayrapetyan
2015-07-16Turn off Date and RegExp built-in objects in compact profile.Ruben Ayrapetyan
2015-07-14Add heap size limitSaeHie Park
2015-06-23Remove support of plug-in mechanism.Evgeny Gavrin
2015-04-30Introducing dynamically adjustable heap usage limit, so that GC tries to free...Ruben Ayrapetyan
2015-04-30Adding configuration option for disabling ECMA lookup cache.Ruben Ayrapetyan
2015-04-30Adding configuration option to execute GC after each opcode.Ruben Ayrapetyan
2015-02-25Extension description syntax; extension instantiation, field values and calls...Ruben Ayrapetyan
2015-02-20Extension API: description of structures used for describing extension object...Ruben Ayrapetyan
2015-02-19Increasing heap size to 256K.Ruben Ayrapetyan
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan