mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
This patch includes followings: - Use external handlers in jerry-ext. - Make jerry_main similar to other ports. (including options) - Merge jerry_port.c into jerry_main.c jerry_port is clearly out of jerry-core. This patch not included following: - Use jerry-libm, instead of system libm. It is already included. We choose to use jerry-libm since the result of cube-3d sunspider was inaccurate when using NuttX libm. - Correct setjmp/longjmp implementation. I tried to bring the source from NuttX port. Unfortunately it does not work in tizenrt-artik05x as it is. I will take a closer look the code and make sure it works. JerryScript-DCO-1.0-Signed-off-by: Sanggyu Lee sg5.lee@samsung.com