Hi Sirish,

I am not aware of headless versions of EpicZenGarden or the Tanks demo.
Both of these demos are interactive and require callbacks to JavaScript to
display the UI and read input. So I am afraid they are not too useful for
benchmarking.
The blog post shows how to measure compilation time for both, but it does
not show any performance numbers of actually executing these demos.
If you just want to measure compile time, you can actually fetch the wasm
binaries that are loaded for the demos and compile them in d8. You just
cannot run them without the full browser embedding.

Also note that Liftoff is actually fully implemented for arm64, it's just
not enabled by default yet. You can enable it in d8 by passing
"--wasm-tier-up" and in chrome by setting the
"#enable-webassembly-baseline" flag.

Cheers,
Clemens

On Tue, Aug 28, 2018 at 5:07 PM Sirish Pande <siris...@gmail.com> wrote:

> Sorry that was sent a little too early :-(.
>
> I saw in the blogpost  (
> https://v8project.blogspot.com/2018/08/liftoff.html), that I can run
> unity headless demo on d8 directly. Is it possible for you to share that
> wasm binary so that I can try on arm64?
>
> I am also interest in running EpicZenGarden on d8 on arm64. Do you guys
> have wasm binary for that?
>
> I tried looking for these in publicly available github, but did not find
> anywhere. It would also be great if we could put these as a part of
> benchmark in v8 source.
>
> Thank you for your time.
>
> Sirish
>
> On Tue, Aug 28, 2018 at 10:01 AM Sirish Pande <siris...@gmail.com> wrote:
>
>> Hi,
>>
>> I have few questions about running and measuring performance for
>> webassembly benchmarks in V8.  I am primarily interested in arm64 backend
>> of V8. I understand there is recent liftoff which only support ia64 at this
>> time. I was wondering where can I find benchmark (github or otherwise)
>> source for the following that I can run myself. I would really appreciate
>> if anyone can point me to it if its publicly available.
>>
>> 1. Unity Tank Engine Webassembly - I can see the demo at
>> www.webassembly.org/demo. Also, your blogpost on liftoff (mentions
>>
>> 2.
>> I believe some of V8 developers must have access to it.
>>
> --

Clemens Hammacher

Software Engineer

cleme...@google.com

Google Germany GmbH

Erika-Mann-Straße 33

80636 München

Geschäftsführer: Paul Manicle, Halimah DeLaine Prado

Registergericht und -nummer: Hamburg, HRB 86891

Sitz der Gesellschaft: Hamburg

Diese E-Mail ist vertraulich. Falls sie diese fälschlicherweise erhalten
haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter,
löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen,
dass die E-Mail an die falsche Person gesendet wurde.



This e-mail is confidential. If you received this communication by mistake,
please don't forward it to anyone else, please erase all copies and
attachments, and please let me know that it has gone to the wrong person.

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to