Commit 4b0a2d6
committed
goto_check: do not unnecessarily build size-of expressions
Before, the member offset would be computed even when no (pointer) checks were
enabled. This is unnecessary overhead; skipping over this reduces execution time
on compiled Linux kernel binaries from 15 minutes to 6 minutes.1 parent 40ecff8 commit 4b0a2d6
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1383 | 1383 | | |
1384 | 1384 | | |
1385 | 1385 | | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
1386 | 1391 | | |
1387 | 1392 | | |
1388 | 1393 | | |
| |||
0 commit comments