Merge: interpreter use the catch from the compiler
authorJean Privat <jean@pryen.org>
Tue, 26 Apr 2016 00:20:50 +0000 (20:20 -0400)
committerJean Privat <jean@pryen.org>
Tue, 26 Apr 2016 00:20:50 +0000 (20:20 -0400)
commit2bd2ce2d92a2c3ef74068a53c1564eb1a47fef70
tree3321adbdae384cd2178e31d525d2992d60864efb
parent63d09f20ccebd1f7809272a0b57ffd7560805320
parent52d16eefee74f2859dbb5ea1c6dda5fc0cc68105
Merge: interpreter use the catch from the compiler

Previous PR #2011 introduced the `do ... catch ... end` bloc in the interpreter and the compiler.

This one makes it so the interpreter is using the mecanism (longjmp) from the compiler

Pull-Request: #2036
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>