Stepan Sindelar

Results 116 comments of Stepan Sindelar

Hello @NMarkgraf, thank you for the report. This is an internal bug in FastR that we will have to investigate and fix in FastR.

Hello @NMarkgraf, we currently do not have the resources to fix this. I cannot say when we will be able to look into this issue.

Hello @ravinder387, could you please also include the Java code of `MatrixSqrt`?

Hello, thank you for a detailed report. This error: ``` /usr/lib/jvm/graalvm/lib/llvm/bin/../include/c++/v1/__random/uniform_int_distribution.h:234:5: error: static assertion failed due to requirement '__libcpp_random_is_valid_urng::value': static_assert(__libcpp_random_is_valid_urng::value, ""); ``` looks like that there may be something wrong...

Just passing by facing the same/similar problem. The issue is that one of the dependencies: typed-ast, which is not maintained anymore [0] (the authors suggest moving to the builtin module...

I hope @jagotu won't mind if I comment on this. The path forward is IMO to reuse as much as possible from the reference implementation, which is OSS with suitable...

The semantic aspects of all those things like that structs are value types or reflection on generic C# types will be emulated in Truffle CIL interpreter, but the interpreter should...

Quick guess: the compiler is missing the loop condition probability/loop frequency and so doesn't know if it can be beneficial to peel/etc. I don't know on top of my head...

I don't know if seafoam shows branch probabilities, but that information should be in the IGV format output from the compiler. There's nothing like that in the image, so maybe...

For future reference LivenessAnalysis AFAIK is done in order to reduce the number of "live" state, i.e., state that the runtime needs to keep track of in order to be...