Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8845fbbc authored by Shih-wei Liao's avatar Shih-wei Liao
Browse files

For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.

Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46
parent 3ba2bf42
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -437,7 +437,7 @@ void ScriptCState::runCompiler(Context *rsc,
        }
        }
#endif
#endif


        if (bccCompileBC(s->mBccScript) != 0) {
        if (bccPrepareExecutable(s->mBccScript) != 0) {
            LOGE("bcc: FAILS to prepare executable");
            LOGE("bcc: FAILS to prepare executable");
            // Handle Fatal Error
            // Handle Fatal Error
        }
        }