Loom PPC64LE Port
    Alan Bateman 
    Alan.Bateman at oracle.com
       
    Fri Feb 18 12:00:15 UTC 2022
    
    
  
On 15/02/2022 08:04, Reingruber, Richard wrote:
> Hi Ron, Alan,
>
> I've started porting loom to ppc64le. Currently a simple hello world
> succeeds.
>
>    $ uname -m
>    ppc64le
>    $ jshell -s --enable-preview -J-Xint
>    -> Thread.startVirtualThread(() -> System.out.println("Hi!"));
>    Thread.startVirtualThread(() -> System.out.println("Hi!"));
>    Hi!
>
> I'll keep the code in the ppc_port branch of my loom fork which I intend to rebase
> as needed. Also I will frequently squash commits.
>
Thanks for the mail. It is a good time to get other ports started and 
good to hear that you've got "hello world" working in the interpreter. 
When the times comes then you can decide if you want to bring the ppc64 
port into the loom repo or integrate it into the main line later.
-Alan
    
    
More information about the loom-dev
mailing list