:optimize-constants

compiler optionsince v0.0-1877Edit

Build a constant table to prevent duplicate allocation of keywords and symbols. Defaults to true for advanced :optimizations, otherwise false.

:optimize-constants true

Details:

Constants are stored as cljs.core.cst$... variables under the cljs.core.constants namespace.