-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-riscv-port
-
riscv
-
linux
On behalf of Taiping Guo (guotaiping1@huawei.com)
BigInteger intrinsic: MultiplyToLen and SquareToLen intrinsic are missed in current vm. They should be implemented.
The JMH tests show that the MultiplyToLen intrinsic improve the performance by up to 2x~3x and the SquareToLen intrinsic improve the performance by up to 1.8x~2x when the length of BigInteger changed from 1 to 5000, compared with that of C2
BigInteger intrinsic: MultiplyToLen and SquareToLen intrinsic are missed in current vm. They should be implemented.
The JMH tests show that the MultiplyToLen intrinsic improve the performance by up to 2x~3x and the SquareToLen intrinsic improve the performance by up to 1.8x~2x when the length of BigInteger changed from 1 to 5000, compared with that of C2