|
@ -77,8 +77,8 @@ async function compile(srcFile, options) { |
|
|
|
|
|
|
|
|
classifySignals(ctx); |
|
|
classifySignals(ctx); |
|
|
|
|
|
|
|
|
|
|
|
reduceConstants(ctx); |
|
|
if (options.reduceConstraints) { |
|
|
if (options.reduceConstraints) { |
|
|
reduceConstants(ctx); |
|
|
|
|
|
|
|
|
|
|
|
// Repeat while reductions are performed
|
|
|
// Repeat while reductions are performed
|
|
|
let oldNConstrains = -1; |
|
|
let oldNConstrains = -1; |
|
|