Builder vm-kernel-linux-release-ia32 Build 1461
Results:
Success
Trigger Info:
Project | dart |
Revision | 602aa203b2591bb4afc52968fec5c566c13023c8 |
Got Revision | 602aa203b2591bb4afc52968fec5c566c13023c8 |
Execution:
- Source: Task 42577ae865541710
- Bot: trusty-dart-68765ebb-us-central1-b-4fbd
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 20 secs ) upload testing fileset vm-kernelswarming fileset hash: a28aaf88bb89ae513e65c18f9e45979d67c27d10
-
- - no logs -
-
- - no logs -
-
( 5 mins 59 secs ) vm tests_shard_1Run on OS: 'Linux'Pending time: 0:02:11.907698Shard duration: 0:07:11.081711
-
( 8 mins 14 secs ) vm tests_shard_2Run on OS: 'Linux'Pending time: 0:02:11.351330Shard duration: 0:15:24.030877
-
( 1 secs ) vm tests_shard_3Run on OS: 'Linux'Pending time: 0:02:12.534382Shard duration: 0:14:00.224206
-
( 1 secs ) vm tests_shard_4Run on OS: 'Linux'Pending time: 0:02:12.596853Shard duration: 0:06:04.255227
-
( 1 secs ) vm tests_shard_5Run on OS: 'Linux'Pending time: 0:02:12.655281Shard duration: 0:13:44.585078
-
( 1 secs ) vm tests_shard_6Run on OS: 'Linux'Pending time: 0:02:12.330744Shard duration: 0:13:27.169585
-
( 1 secs ) vm tests_shard_7Run on OS: 'Linux'Pending time: 0:02:11.126107Shard duration: 0:13:32.044638
-
( 1 secs ) vm tests_shard_8Run on OS: 'Linux'Pending time: 0:02:13.248945Shard duration: 0:05:57.593085
-
( 1 secs ) vm tests_shard_9Run on OS: 'Linux'Pending time: 0:02:14.761287Shard duration: 0:04:21.594374
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "trusty-dart-68765ebb-us-central1-b-4fbd" | 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": 1547239513592733, "id": "8924595495753521024", "project": "dart", "tags": ["builder:vm-kernel-linux-release-ia32", "buildset:commit/git/602aa203b2591bb4afc52968fec5c566c13023c8", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/602aa203b2591bb4afc52968fec5c566c13023c8", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9090025557920726304", "scheduler_job_id:dart/vm-kernel-linux-release-ia32", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-linux-release-ia32" | setup_build |
buildnumber | 1461 | 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 | "602aa203b2591bb4afc52968fec5c566c13023c8" | setup_build |
got_revision | "602aa203b2591bb4afc52968fec5c566c13023c8" | bot_update |
Blamelist:
- Aart Bik (ajcbikohnoyoudont@google.com)
Timing:
Create | Friday, 11-Jan-19 20:45:13 UTC |
Start | Friday, 11-Jan-19 20:45:14 UTC |
End | Friday, 11-Jan-19 21:05:43 UTC |
Pending | 1 secs |
Execution | 20 mins 28 secs |
All Changes:
-
[vm/compiler] AOT bounds check elimination
Changed by Aart Bik - ajcbikohnoyoudont@google.com Changed at Friday, 11-Jan-19 20:16:28 UTC Repository https://dart.googlesource.com/sdk Branch Revision 602aa203b2591bb4afc52968fec5c566c13023c8 Comments
[vm/compiler] AOT bounds check elimination Rationale: With the new induction variable bounds in place, this is the first very low hanging fruit. When a loop bound matches the array bounds check, it is redundant. This removes AOT non-speculative bounds checks for the first time. More improvements to follow! Change-Id: I5dac885a1ef6fdb64b5844a0617d2fe9d800d9d6 Reviewed-on: https://dart-review.googlesource.com/c/87940 Commit-Queue: Aart Bik <ajcbik@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Changed files
- runtime/vm/compiler/backend/il.h
- runtime/vm/compiler/backend/range_analysis.cc
- runtime/vm/compiler/backend/range_analysis.h