tweeks to the c tests
also figured out hello was caching stopped that to make results comparable even wrote a hello assembler version which is just 10% faster than soml :-)
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int counter = 98304 + 1696;
|
||||
setbuf(stdout, NULL); /* to make it equivalent to the soml, otherwise it caches */
|
||||
int counter = 100352 - 352;
|
||||
while(counter--) {
|
||||
printf("Hello there\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user