Shaojin Wen

Results 738 comments of Shaojin Wen

> I just noticed there is `LibraryCallKit::inline_string_getCharsU` that is for byte -> char conversion. I wonder if we can slightly update it for char -> byte conversion. If the performance...

@eme64 Below are the performance numbers running under AMD EPYC™ Genoa (x64), where the scenario of putBytes4GetBytes is ```java "null".getBytes(0, 4, bytes4, off); ``` Is it possible to do MergeStore...

> > ```java > > "null".getBytes(0, 4, bytes4, off); > > ``` > > > > > > > > > > > > > > > > > >...

After jvm_args is set correctly, +/-MergeStores has a significant performance difference. ## List of tests with significant performance improvements The putBytes series and LittleEndian-based tests show that +MergeStores has a...

@eme64 Are there plans to support MergeLoad, and big-endian MergeStore on little-endian machines?