fpco / inline-c

284 stars 51 forks source link

Reduce generated codes of c++ to speed up compilation #112

Closed junjihashimoto closed 4 years ago

junjihashimoto commented 4 years ago

When we uses c++ exceptions with tryBlock, code for error message handling is generated for each function. This PR reduces the code of error message handling to speed up compilation of c++.

bitonic commented 4 years ago

@junjihashimoto nice, just one small comment.

junjihashimoto commented 4 years ago

Thx!