Samsung / node-jerryscript

JS runtime based on JerryScript
Other
30 stars 19 forks source link

Atomics load add #68

Closed rwalczyna closed 4 years ago

rwalczyna commented 4 years ago

Parallel tests: Before: +1475 | -1005 After : +1516 | -964

63 Should be merged first.

rerobika commented 4 years ago

Please rebase.

rerobika commented 4 years ago

Also please keep in mind during rebasing that 3d43aa82e826ba6cfb787f412f88de55a6b30182 moved the deps/jerry/jerryscript directory into a submodule.

rwalczyna commented 4 years ago

I rebased the commit and moved Atomics methods to jerry_atomics. I also moved functions used to register handlers (jerryx_handlerregister*) to utils - to use them outside of jerry_isolate.

'parallel' suite before (3d43aa82e826ba6cfb787f412f88de55a6b30182):

after: