Request for review: 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86 (original) (raw)
Ulf Zibis Ulf.Zibis at CoSoCo.de
Sat Jan 26 02:51:15 UTC 2013
- Previous message: Request for review: 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
- Next message: Request for review: 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 18.01.2013 19:26, schrieb Vladimir Kozlov:
Here are Hotspot changes with new jtreg test:
Hi Vladimir,
I'm wondering if there would be a similar intrinsic for the reverse decode case?
Also sun.nio.cs.ASCII$Encode.encodeArrayLoop() could profit from PACKUSWB intrinsic. Maybe the mask, here 0xFF80, could be passed by an additional parameter, so the same intrinsic could serve for both. Maybe Base64 coders could be considered too.
What about XXX$encodeBufferLoop()? Could there implemented a similar intrinsic?
-Ulf
- Previous message: Request for review: 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
- Next message: Request for review: 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]