Robert Fancsik

Results 7 issues of Robert Fancsik

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]

ES.next
test262

Overview: - `VM_OC_*` opcodes are removed, now the dispatch is based on the `CBC`/`CBC_EXT` opcode - The common argument decoding is removed, now each opcode resolves it's arguments individually using...

performance
interpreter
stack usage

This patch fixes #4925. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]

bug
parser

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]

ES.next

This patch fixes #4900. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]

bug
memory management

This patch fixes #4888. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]

bug

###### JerryScript revision 8ba0d1b6ee5a065a42f3b306771ad8e3c0d819bc ###### Build platform Ubuntu 18.04.5 LTS (Linux 4.15.0-128-generic x86_64) ###### Build steps ```sh ./tools/build.py --clean --debug --logging=on ``` ###### Test case ```js function* g() { class...

bug