Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere committed Jul 25, 2019
1 parent c317532 commit c3de339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,9 +6,9 @@ GCC 8.1.0

| | Fibonacci | Mandelbrot | NBody | Sieve of Eratosthenes | Pixar Raytracer |
|----------|-------------------|-------------------|-------------------|-----------------------|----------------------
| Burst | 95,657,085 ticks | 65,528,410 ticks | 122,715,369 ticks | 43,449,732 ticks | 245,079,625 ticks |
| GCC | 103,578,985 ticks | 28,788,322 ticks | 203,429,182 ticks | 42,965,656 ticks | 71,429,484 ticks |
| Mono JIT | 195,152,736 ticks | 116,309,579 ticks | 330,834,294 ticks | 55,741,659 ticks | 1,388,610,887 ticks |
| Burst | 95,390,206 ticks | 38,096,272 ticks | 122,758,625 ticks | 43,365,134 ticks | 240,083,837 ticks |
| GCC | 103,722,611 ticks | 28,831,784 ticks | 203,402,512 ticks | 48,180,793 ticks | 73,960,459 ticks |
| Mono JIT | 195,402,532 ticks | 122,758,625 ticks | 330,030,966 ticks | 57,577,577 ticks | 1,412,896,601 ticks |

### Notes
Suppressing the generation of static unwind tables for exception handling with GCC using `-fno-asynchronous-unwind-tables` leads to better performance in the recursive Fibonacci test: 84,983,484 ticks. All other tests remain unaffected.
Expand Down

0 comments on commit c3de339

Please sign in to comment.