Xudong Wang

Results 10 comments of Xudong Wang

This seems to be the bug of the move language

Thanks for your information. i am trying to locate the cause.

ANSI terminal control code is not enabled by default on Windows: https://superuser.com/questions/413073/windows-console-with-ansi-colors-handling

Hi, did you eliminate all `ptr2int/int2ptr` instructions manually? I managed to reproduce the problem with an even simpler sample below, where `foo()` contains more than 15 integer/pointer casts. ```c struct...

Let's try this first. > * snippet compiled w/o ASan but with `alloca` for the `struct` replaced with an `alloca` of N bytes?

We have received several issues with virtual functions. We are reviewing related parts of C++ feature handling. It might take a while before all the problems get solved. Thanks.

> @yuleisui Could SVF analyze multiple bitcodes at the same time? I tried this [example](https://llvm.org/docs/LinkTimeOptimization.html#example-of-link-time-optimization) by > > ``` > ../svf-latest/Debug-build/bin/wpa -ander a.bc main.bc > ``` > > but SVF...

Thanks @timmyyuan for bringing this to our attention. Long story short, when creating `SVFFunction`s, there is a reference to another `SVFFunction` that has not been created yet. This was not...