diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-24 23:17:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-03-26 22:45:58 -0400 |
commit | 4dfa6c6ee454d14a006033e218acbb7fa9ced8bd (patch) | |
tree | 8d8708a7d2d6b9d63cfcd54fe60859f900117382 /src/generic/misc.h | |
parent | 60e488eb177a35084669cb85d81131ce95eac959 (diff) | |
download | kutter-4dfa6c6ee454d14a006033e218acbb7fa9ced8bd.tar.gz kutter-4dfa6c6ee454d14a006033e218acbb7fa9ced8bd.tar.xz kutter-4dfa6c6ee454d14a006033e218acbb7fa9ced8bd.zip |
avr: Introduce optimized timer_is_before()
Provide hand-coded assembler for timer_is_before() on AVR as that code
is used frequently in the time-critical timer dispatch loop and gcc
doesn't do a good job at compiling that comparison code. Remove the
no longer needed waketime+1 hack from reschedule_timer().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/generic/misc.h')
0 files changed, 0 insertions, 0 deletions