canmove, Confirmed users
1,577
edits
(add note about baseline compiler) |
|||
| Line 5: | Line 5: | ||
<th>Compiler + Options</th> | <th>Compiler + Options</th> | ||
<th>Notes</th> | <th>Notes</th> | ||
</tr> | |||
<tr> | |||
<td>gcc 4.1.2 (-Os -freorder-blocks -fno-reorder-functions)</td> | |||
<td> | |||
Baseline for testing. Very similar to our reference platform, which uses gcc 4.1.1. Those options above are the default options that we use for compiling. | |||
This compiler version apparently does not inline even trivial functions.[https://bugzilla.mozilla.org/show_bug.cgi?id=409803#c0] | |||
</td> | |||
</tr> | </tr> | ||
</table> | </table> | ||