This website requires JavaScript.
Explore
Help
Sign In
YourWishes
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e0dee65a368b8ca7fa69c81af9517dd8824d98ed
jerryscript
/
jerry-core
T
History
Evgeny Gavrin
e0dee65a36
Improve performance of lit_utf8_string_calc_hash_last_bytes.
...
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin
e.gavrin@samsung.com
2015-08-19 22:38:29 +03:00
..
ecma
Improve performance of lit_utf8_string_calc_hash_last_bytes.
2015-08-19 22:38:29 +03:00
jrt
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
lit
Improve performance of lit_utf8_string_calc_hash_last_bytes.
2015-08-19 22:38:29 +03:00
mem
Switch heap GC start limit check to consider number of allocated heap chunks instead of bytes.
2015-08-17 20:33:41 +03:00
parser
Fix parsing of comments which contain zero character.
2015-08-19 14:34:31 +03:00
rcs
Add core unicode functionality.
2015-06-29 23:27:58 +03:00
vm
Remove preparser lexer pass and pass for searching of "eval" and "arguments" literals.
2015-08-19 14:16:04 +03:00
CMakeLists.txt
Turn off Date and RegExp built-in objects in compact profile.
2015-07-16 20:24:10 +03:00
config.h
Introduce GC start heuristics on low-severity try-give-memory-back requests.
2015-08-17 20:10:26 +03:00
jerry-api.h
Jerry API for array creation and manipulation
2015-08-11 15:02:56 +09:00
jerry-internal.h
Pass function arguments through ecma-collections.
2015-08-10 19:56:07 +03:00
jerry.cpp
Jerry API for array creation and manipulation
2015-08-11 15:02:56 +09:00
jerry.h
Split opcode and instruction entities and perform related renamings: opcode_t is now vm_instr_t, opcode position is instruction position, etc.
2015-07-28 13:43:43 +03:00