Commit c620ff9
committed
Enable strict mode in js
This will make some types of bugs easier to detect
and supposedly some js engines can take advantage of
more optimised paths with strict mode enabled improving
performance.
Some very crude test show no significant differnce
exceeding run-to-run variance.1 parent 18a53fd commit c620ff9
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments