Skip to content

Commit ef9e821

Browse files
committed
note in settings.js
1 parent 0376ac8 commit ef9e821

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/settings.js

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// mode. See apply_opt_level in tools/shared.py for how -O1,2,3 affect these
1212
// flags.
1313
//
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+
//
1418

1519
// Tuning
1620
var QUANTUM_SIZE = 4; // This is the size of an individual field in a structure. 1 would

0 commit comments

Comments
 (0)