ziyilin

Results 27 comments of ziyilin

@christianwimmer As we have discussed previously, we can submit a PR with multiple commits so that the entire functionality would be ready at the review time and it's helpful to...

> All of this new code should be in its own project `com.oracle.graal.pointsto.standalone`. That keeps the code cleanly separated from the client-independent main `pointsto` project. @christianwimmer The code has been...

> There are typos in the commit message and in the PR title (statndalone) Fixed. Thanks.

Thanks. Currently for a simple demo the `libc` is enough, but more dependencies may be required in the future. But building with `-H:+StaticExecutableWithDynamicLibC` is for executable file, in my case,...

Thanks, I have managed to compile a shared library with `StaticExecutableWithDynamicLibC`. But still need to further include `libc` into the built out shared library in our scenario.

We didn't go further in this topic due to change of our own project requirement. But there is a workaround in 3 steps: 1. Disable the libc support checking; 2....

> Do you have a sense of whether this would also work on Mac/Windows? I think it should work. > did you manually have to link any of the Java...

Not sure if you have solved this problem. I have encountered the same issue and here is the root cause and how to fix it. `java.io.FilePermission` has been registered as...

No, I don't have a designated reviewer.