Martin Kustermann
Martin Kustermann
> For reference and to check performance impact I put together https://dart-review.googlesource.com/c/sdk/+/258600 which adds 32-bit [MurmurHash](https://en.wikipedia.org/wiki/MurmurHash) implementation on ia86/x64 platforms. As a side-note: Assembly intrinsics will - by-default - prevent...
> For example, hidctl_open could be a wrapper for open `static inline int hidctl_open (const char *__path, int __oflag) { ... }` The `static` makes this function not an exported...
> Or maybe a plain declaration just works? Yes. On ia32/arm/arm64 the varargs calling convention for this signature seems to be the same. Only x64 is slightly problematic because it...
> I'm not sure how you do these measurements, @scheglov see [cl/259421](https://dart-review.googlesource.com/c/sdk/+/259421) how I run the analyzer and collect the dart vm heap state
Those tests are testing that the debugger can - when breaking at a function - access the state of all variables that are in the lexical scope (including in outer...
This happened again today. @aam would you be interested in looking at these expression evaluation tests?
> I have no idea what the status of deferred loading on the VM is. We should ask the VM people. @mkustermann AFAIK: The VM supports deferred loading. Our AOT...
> If we could expose an interface to hashing, like ... :+1: I've also mentioned this use case in bottom of https://github.com/dart-lang/sdk/issues/50693. Maybe we should consider adding this to corelibs?
> Optimistically redirecting this to the Dart SDK team, as the fix seems to be on the dart2js side. /cc @sigmundch
Landing on @sstrickl 's behalf.