Builder vm-kernel-win-product-x64
Build 1620
Results:
Success
Trigger Info:
Project | dart |
Revision | ca2db2ad533f5bc45ecf617015432c28f6905de3 |
Got Revision | ca2db2ad533f5bc45ecf617015432c28f6905de3 |
Execution:
- Source: Task 4275c467e0a2e610
- Bot: win10-dart-fedce810-us-central1-c-2qgr
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 2 mins ) upload testing fileset vm-kernelswarming fileset hash: c0efee9eea3b26ccc0605145163e93b3101b930a
-
- - no logs -
-
- - no logs -
-
( 6 mins 23 secs ) vm tests_shard_1 on WindowsRun on OS: 'Windows'Pending time: 0:02:10.156860Shard duration: 0:05:32.940670
-
( 2 secs ) vm tests_shard_2 on WindowsRun on OS: 'Windows'Pending time: 0:02:41.136464Shard duration: 0:05:04.857440
-
( 2 secs ) vm tests_shard_3 on WindowsRun on OS: 'Windows'Pending time: 0:02:59.912145Shard duration: 0:03:29.887417
-
( 2 secs ) vm tests_shard_4 on WindowsRun on OS: 'Windows'Pending time: 0:03:38.584162Shard duration: 0:03:51.931662
-
( 2 secs ) vm tests_shard_5 on WindowsRun on OS: 'Windows'Pending time: 0:03:37.954171Shard duration: 0:03:38.239289
-
( 2 secs ) vm tests_shard_6 on WindowsRun on OS: 'Windows'Pending time: 0:04:01.170150Shard duration: 0:03:27.716164
-
( 2 secs ) vm tests_shard_7 on WindowsRun on OS: 'Windows'Pending time: 0:04:03.550416Shard duration: 0:03:36.532170
-
( 1 mins 22 secs ) vm tests_shard_8 on WindowsRun on OS: 'Windows'Pending time: 0:04:47.912575Shard duration: 0:04:24.217490
-
( 1 secs ) vm tests_shard_9 on WindowsRun on OS: 'Windows'Pending time: 0:04:54.546989Shard duration: 0:03:24.780755
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "C:\\b\\s\\w\\ir\\cache", "temp_dir": "C:\\b\\s\\w\\ir\\tmp\\rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "win10-dart-fedce810-us-central1-c-2qgr" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.dart.ci.sandbox", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1547747646533061, "id": "8924062679746891392", "project": "dart", "tags": ["builder:vm-kernel-win-product-x64", "buildset:commit/git/ca2db2ad533f5bc45ecf617015432c28f6905de3", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/ca2db2ad533f5bc45ecf617015432c28f6905de3", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089492742150157504", "scheduler_job_id:dart/vm-kernel-win-product-x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-win-product-x64" | setup_build |
buildnumber | 1620 | setup_build |
clobber | "true" | setup_build |
mastername | "client.dart" | setup_build |
path_config | "generic" | setup_build |
recipe | "dart/neo" | setup_build |
repository | "https://dart.googlesource.com/sdk/" | setup_build |
revision | "ca2db2ad533f5bc45ecf617015432c28f6905de3" | setup_build |
got_revision | "ca2db2ad533f5bc45ecf617015432c28f6905de3" | bot_update |
Blamelist:
- Martin Kustermann (kustermannohnoyoudont@google.com)
Timing:
Create | Thursday, 17-Jan-19 17:54:06 UTC |
Start | Thursday, 17-Jan-19 17:57:23 UTC |
End | Thursday, 17-Jan-19 18:14:56 UTC |
Pending | 3 mins 16 secs |
Execution | 17 mins 32 secs |
All Changes:
-
[VM/Compiler/AOT] Bare instructions 8: Improve AOT code by using pc-relative calls
Changed by Martin Kustermann - kustermannohnoyoudont@google.com Changed at Thursday, 17-Jan-19 17:53:52 UTC Repository https://dart.googlesource.com/sdk Branch Revision ca2db2ad533f5bc45ecf617015432c28f6905de3 Comments
[VM/Compiler/AOT] Bare instructions 8: Improve AOT code by using pc-relative calls This CL improves AOT code for StackOverflowInstr/CheckNullInstr: * On ARM we can do a conditional pc-relative calls for the stack overflow checks, getting rid of the slow-paths entirely. * On ARM64 we can do pc-relative calls on the slow path, avoiding an extra load. Flutter gallery size impact (in bare instructions mode): * ARM: -3.7% RX * ARM64: -1.4% RX Issue https://github.com/dart-lang/sdk/issues/33274 Change-Id: Ia1acd76ac6efa26642f99e1ce3e417100aa357f3 Reviewed-on: https://dart-review.googlesource.com/c/89620 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Changed files
- runtime/vm/compiler/aot/precompiler.cc
- runtime/vm/compiler/assembler/assembler_arm.cc
- runtime/vm/compiler/assembler/assembler_arm.h
- runtime/vm/compiler/backend/flow_graph_compiler.cc
- runtime/vm/compiler/backend/flow_graph_compiler.h
- runtime/vm/compiler/backend/il.cc
- runtime/vm/compiler/backend/il.h
- runtime/vm/compiler/backend/il_arm.cc
- runtime/vm/compiler/backend/il_arm64.cc
- runtime/vm/compiler/backend/il_ia32.cc
- runtime/vm/compiler/backend/il_x64.cc
- runtime/vm/image_snapshot.cc
- runtime/vm/instructions_arm.cc
- runtime/vm/object_store.h
- runtime/vm/stub_code.cc
- runtime/vm/stub_code.h