mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix varg generation: generate *_n opcodes with parameters in following meta opcodes Add stack internal structure: dimanically allocated stack. Use dynamically allocated memory in parser: every local and global variables are stored in dinamically allocated stacks. Use dynamically allocated memory in serializer: opcodes are also stored in stack. Change is_true_jmp and is_false_jmp opcodes to relative. Change *jmp* opcodes to be able to store opcode_counter_t instead of idx_t.
35 lines
292 B
Plaintext
35 lines
292 B
Plaintext
# Produced files
|
|
|
|
out/
|
|
|
|
# IDE related files
|
|
nbproject
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Random Trash
|
|
*.swp
|
|
*~
|
|
js.files
|
|
core
|
|
vgcore.*
|
|
**.orig
|
|
**.directory
|
|
**.patch
|
|
|
|
# ctags and ID database
|
|
tags
|
|
ID
|