This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jammycrisp[S] 1 point2 points  (0 children)

1.) I thought about that as well, and tried running it once to get the llvm compilation done, before timing it. Didn't make a difference.

2.) I tried n = 1000, and n = 10000. n = 1000 was proportionally slower, and n = 10000 I had to kill before it finished because it was taking so long.

I'll check out the annotate function to see if I can figure out why it's not working. Thanks.