Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
elnv committed May 13, 2021
1 parent de19747 commit 1cc68c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 633 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,18 @@ This table shows the results for the **static-unboxer** program for different op

| Optimization<br>level | Executed<br>instructions | Binary size | space x time<br>factor<sup>$</sup> |
|-----------------|----------------------|-------------|---------------|
| -O3 | **15716 millions** | 1473 KB | 23 |
| -Os | 17251 millions | **1283 KB** | **22** |
| -O2 (default) | 16275 millions |1375 KB | **22** |
| -O0 | 45355 millions | 1704 KB | 77 |
| -O3 | **14408 millions** | 1466 KB | 22 |
| -Os | 16036 millions | **1279 KB** | 21 |
| -O2 (default) | 14968 millions | 1369 KB | **20** |
| -O0 | 45171 millions | 1700 KB | 77 |

<sup> $</sup><small>executed_instructions (millions) * size (KB)/1e6</small>

For this example, next table summarized the time required to assembly the resulting code and simulate it using the fast simulator (yet_another_ivm_emulator repository):

| Optimization<br>level | assembly time<br>(ivm as) | simulation time<br>(fast ivm_emu)|
|--------------------|--------------------------|-------------|
| -O2 (default) | ~10s. | 40s. |
| -O2 (default) | ~10s. | 35s. |
| -Os | ~10s. | 45s. |


Expand Down
Loading

0 comments on commit 1cc68c3

Please sign in to comment.