This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
24ce3f42ca
ikarus
/
lab
/
prof
/
Makefile
5 lines
53 B
Makefile
Raw
Normal View
History
Unescape
Escape
added: lab/prof/ lab/prof/Makefile lab/prof/main lab/prof/main.c lab/prof/main.s
2006-12-16 18:15:38 -05:00
Profiling timing shows that we can do interrupt checks with cost: * about 2.0 secs per 1 billion checks if the counter is kept in memory * about 0.5 secs per 1 billion checks if the counter is kept in register.
2006-12-21 08:22:07 -05:00
main
:
main
.
c
int
.
s
gcc -Wall main.c int.s -o main
added: lab/prof/ lab/prof/Makefile lab/prof/main lab/prof/main.c lab/prof/main.s
2006-12-16 18:15:38 -05:00