simplify timer queue dispatch

This commit is contained in:
Jorge Aparicio 2018-05-05 10:08:17 +02:00
parent 0cc456ba80
commit cfcf25ef53
7 changed files with 58 additions and 68 deletions

View file

@ -23,8 +23,8 @@
// ## -O3
//
// init
// a(bl=8000000, now=8000170, input=0)
// a(bl=16000000, now=16000170, input=1)
// a(bl=8000000, now=8000172, input=0)
// a(bl=16000000, now=16000172, input=1)
//
// ## -Os
//

View file

@ -35,16 +35,16 @@
//
// ## -O3
//
// a(bl=16000000, now=16000215, input=0)
// b(bl=24000000, now=24000214, input=0)
// a(bl=32000000, now=32000215, input=1)
// b(bl=48000000, now=48000236, input=1)
// a(bl=48000000, now=48002281, input=2)
// a(bl=64000000, now=64000215, input=3)
// b(bl=72000000, now=72000214, input=2)
// a(bl=80000000, now=80000215, input=4)
// b(bl=96000000, now=96000236, input=3)
// a(bl=96000000, now=96002281, input=5)
// a(bl=16000000, now=16000207, input=0)
// b(bl=24000000, now=24000202, input=0)
// a(bl=32000000, now=32000207, input=1)
// b(bl=48000000, now=48000229, input=1)
// a(bl=48000000, now=48001984, input=2)
// a(bl=64000000, now=64000207, input=3)
// b(bl=72000000, now=72000202, input=2)
// a(bl=80000000, now=80000207, input=4)
// b(bl=96000000, now=96000229, input=3)
// a(bl=96000000, now=96001984, input=5)
//
// ## -Os
//

View file

@ -37,16 +37,16 @@
// ## -O3
//
// init
// a(bl=16000000, now=16000213)
// b(bl=24000000, now=24000212)
// a(bl=32000000, now=32000213)
// b(bl=48000000, now=48000234)
// a(bl=48000000, now=48001650)
// a(bl=64000000, now=64000213)
// b(bl=72000000, now=72000212)
// a(bl=80000000, now=80000213)
// b(bl=96000000, now=96000234)
// a(bl=96000000, now=96001650)
// a(bl=16000000, now=16000198)
// b(bl=24000000, now=24000205)
// a(bl=32000000, now=32000198)
// b(bl=48000000, now=48000232)
// a(bl=48000000, now=48001454)
// a(bl=64000000, now=64000198)
// b(bl=72000000, now=72000205)
// a(bl=80000000, now=80000198)
// b(bl=96000000, now=96000232)
// a(bl=96000000, now=96001454)
//
// ## -Os
//

View file

@ -26,8 +26,8 @@
// ## -O3
//
// init
// a(bl=8000000, now=8000167)
// a(bl=16000000, now=16000167)
// a(bl=8000000, now=8000169)
// a(bl=16000000, now=16000169)
#![deny(unsafe_code)]
#![deny(warnings)]