TaranovK

Results 6 comments of TaranovK

Hey, I have applied the suggested changes, but the one with removing old connect/accept.

Ok. I pushed the changes. Regarding having single accept vs. having 2 accepts in JNI. I do not think it is a good idea to keep only one call and...

The problem is that libdisini.so is not included in disni.jar and has to be installed separately. Therefore, if I install the new Disni and new libdisni all my old java...

@patrickstuedi I want to make sure that I understood you correctly. Do you propose to have only the new accept/connect and lose back compatibility? Or are you fine with having...

The second possible solution can be: ``` if (r2 == NULL) { gfp_array[8]->multiply_region.w32(gfp_array[8], region, region, multby, nbytes, 0); } else { gfp_array[8]->multiply_region.w32(gfp_array[8], region, r2, multby, nbytes, add); } ```