We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0376ac8 commit ef9e821Copy full SHA for ef9e821
src/settings.js
@@ -11,6 +11,10 @@
11
// mode. See apply_opt_level in tools/shared.py for how -O1,2,3 affect these
12
// flags.
13
//
14
+// These flags should only have an effect when compiling to JS, so there
15
+// should not be a need to have them when just compiling source to
16
+// bitcode. However, there will also be no harm either, so it is ok to.
17
+//
18
19
// Tuning
20
var QUANTUM_SIZE = 4; // This is the size of an individual field in a structure. 1 would
0 commit comments