implementation of Vector API and associated lambdas
Vladimir Ivanov
vladimir.x.ivanov at oracle.com
Fri Feb 5 11:11:09 UTC 2016
Ian,
On 2/5/16 4:06 AM, Graves, Ian L wrote:
> Minor follow on: Is the Patchable Code Snippet code anywhere we can get to it yet?
The patch set is here (hotspot + jdk on top op panama forest):
http://cr.openjdk.java.net/~vlivanov/panama/code_snippets/ra.v00/
Trivial samples:
http://cr.openjdk.java.net/~vlivanov/panama/code_snippets/ra.v00/test/Main.java
http://cr.openjdk.java.net/~vlivanov/panama/code_snippets/ra.v00/test/PatchableVecUtils.java
Usual disclaimer: the code is very raw (just a first working version)
and I have built only slowdebug binaries on mac-x64. JDK images (make
images) don't work: JVMCI is hidden at runtime unless you use exploded
build (build/<flavor>/jdk). Also, I haven't tested it past the trivial
cases I wrote you about. API is far from satisfactory. Etc.
Use at your own risk, but report any problems you stumble on :-)
Best regards,
Vladimir Ivanov
More information about the panama-dev
mailing list