Martin Kustermann

Results 193 comments of Martin Kustermann

This test also seems to timeout on same configuration, e.g. [this log](https://dart-ci.appspot.com/log/vm-reload-linux-debug-x64/vm-reload-linux-debug-x64/1045/vm/dart/stream_timeline_to_test) ``` --- Command "vm" (took 02:01.000326s): DART_CONFIGURATION=DebugX64 out/DebugX64/dart --hot-reload-test-mode -Dtest_runner.configuration=vm-reload-linux-debug-x64 --ignore-unrecognized-flags --packages=/b/s/w/ir/.dart_tool/package_config.json /b/s/w/ir/runtime/tests/vm/dart/stream_timeline_to_test.dart exit code: 1 diagnostics: Process...

> CLI apps > UI apps have a double clickable icon. My gut feeling is that the standalone Dart SDK is probably not the way to build UI apps. If...

> I think defaulting to build/ and being relatively consistent with how Flutter does things is a good idea. One other data point, the jaspr framework uses a dedicated subdirectory,...

Out of curiosity: Does Android's NDK compiler toolchain not automatically use 16 KB by-default? Or is this for handling older Android compiler toolchains that don't have that default yet?

> The big wins are "use the native libraries" Although native can be faster, especially if vectorized, I'm surprised by a 10x difference. Maybe our compiler is doing bad job...

/cc @lrhn @eernstg @johnniwinther @chloestefantsova as we recently talked about deferred loading

> Meanwhile, how are they represented, in short? Dart VM (JIT & AOT) as well as dart2wasm represent `int` with signed 64-bit integer wraparound semantics and `double` with 64-bit IEEE...

There are close parallels between examining an application live and examining a snapshot of a live application state (which we use heap snapshots for). In the ideal case I'd say...

> Cannot look at an object and follow successors, predecessors, dominator parent, dominator children, etc. As a side note: Personally I have found that dominator functionality of individual objects to...

As @kevmoo says, we're interested in benchmarks that are a proxy for user experience of DevTools. The set of benchmarks that would (if dart2wasm is on-par of better than dart2js)...