kekyo / IL2C

IL2C - A translator for ECMA-335 CIL/MSIL to C language.
Apache License 2.0
403 stars 36 forks source link

Improvement exceptions: filter-fault block. #48

Open kekyo opened 5 years ago

kekyo commented 5 years ago

Continue from #20 ,

kekyo commented 5 years ago

Wrote strategies my blog (Japanese) : https://www.kekyo.net/2018/11/10/6756

And what problem for: https://gist.github.com/kekyo/abcb76d0ca4ae31c972bdf676bded123

kekyo commented 5 years ago

726bb8b19c5d7327e657a5f7f57c031d224f9c3b

Splitted and did declaration for execution frame structure outside the function. Therefore we are ready to use these execution frame structure at the exception handler.

kekyo commented 5 years ago