//
checkForErrors(logger, goldenCuds, false);
PerfLogger.start("Build AST");
CorrelationFactory correlator = options.isSoycExtra()
? new RealCorrelationFactory() : new DummyCorrelationFactory();
JProgram jprogram = new JProgram(correlator);
JsProgram jsProgram = new JsProgram(correlator);
try {
/*