Kouji Matsui

Results 201 comments of Kouji Matsui

@alex4o Yes, agreed. I know it makes to be accurate translated code readability. Currently IL2C's flow detection algorithm is making safer on minor (but legal) bytecode sequence cases. It's difficult...

Surprise for me your example code is too short! Thank you told me your suggestion. Could you wait a while, I think how to replace it. Currently IL2C has two...

In 3400c23ddaf1124e0f831cc366265e7efa2dd8f8, found same problem for global function in built `net6.0` tfm. This tfm always created `Main()` method and assigned for entry point attribute on library assembly. Related #119 ![image](https://user-images.githubusercontent.com/6181948/170725400-340de66c-b7ea-487f-8ff7-46997e5408b9.png)

SEH maybe replaces the macros: il2c_throw, il2c_try, il2c_catch ... libunwind, I'm not knowing any informations now.

- [ ] SEH (VC++) - [ ] libunwind (Will start at do investigate what/how works it.)

I'm checking your `switch` test: ``` .method public static string TestSwitch(int value) cil managed ``` * Registered signed 32bit integer type name is `int32`, use `int32` instead `int`. * The...

> I put those messages into it: "Bad MSIL, or test case!" and it means, ... Yes, regression test is important on IL2C and nice improvement for insightful message! (I'm...