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
443673fc5d41fccc58c508d130b66ce06df8fda8
jerryscript
/
jerry-core
T
History
Andrey Shitov
443673fc5d
Update bytecode header structure so that bytecode could be stored independently from hash table and bytecode header.
...
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov
a.shitov@samsung.com
2015-09-09 18:07:20 +03:00
..
ecma
Update bytecode header structure so that bytecode could be stored independently from hash table and bytecode header.
2015-09-09 18:07:20 +03:00
jrt
Add
warn_unused_result
attribute to ecma_string_to_utf8_string. Add assertions that specified buffer size is sufficient in places, where return value of ecma_string_to_utf8_string wasn't checked prior to the changes.
2015-08-31 12:59:43 +03:00
lit
Implement the AnnexB Date part
2015-09-02 17:20:50 +02:00
mem
Introduce GC stress testing mode (-mem_stress_test prefix; for example: debug.linux-mem_stress_test).
2015-09-09 16:28:28 +03:00
parser
Update bytecode header structure so that bytecode could be stored independently from hash table and bytecode header.
2015-09-09 18:07:20 +03:00
rcs
Add core unicode functionality.
2015-06-29 23:27:58 +03:00
vm
Update bytecode header structure so that bytecode could be stored independently from hash table and bytecode header.
2015-09-09 18:07:20 +03:00
CMakeLists.txt
Introduce GC stress testing mode (-mem_stress_test prefix; for example: debug.linux-mem_stress_test).
2015-09-09 16:28:28 +03:00
config.h
Introduce parser-time optimization that replaces a function's local variables with registers.
2015-08-27 17:42:45 +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
Update bytecode header structure so that bytecode could be stored independently from hash table and bytecode header.
2015-09-09 18:07:20 +03: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