Displaying 1 result from an estimated 1 matches for "127ms".
Did you mean:
127m
2017 Jun 19
0
[gsoc] Report of Week 3
...ructions with their dependencies met are put into a FIFO,
waiting to schedule. This scheduling policy is definitely not a good
one, without taking latency into account, not to mention register
pressure. However, some simple testing yields interesting result.
Frame time of pixmark piano changed from 127ms to 121ms with
scheduling on. Also, I saw improvements in IPC in some programs that I
wrote. I will put my code on github tomorrow.
Now that dependency tracking is nearly done, my focus for next several
weeks will be implementing some scheduling policies. For the next
week, I plan first to consider...