No Bug - Fix an out-of-date comment in Ion about JM compilation; r=bhackett

--HG--
extra : rebase_source : 62d580d82808312c12444cb2c9163b1b569bd945
This commit is contained in:
Terrence Cole 2013-06-13 15:14:59 -07:00
parent fa77ae873c
commit edd11a2477

View File

@ -1266,8 +1266,7 @@ AttachFinishedCompilations(JSContext *cx)
OffThreadCompilationVector &compilations = ion->finishedOffThreadCompilations();
// Incorporate any off thread compilations which have finished, failed or
// have been cancelled, and destroy JM jitcode for any compilations which
// succeeded, to allow entering the Ion code from the interpreter.
// have been cancelled.
while (!compilations.empty()) {
IonBuilder *builder = compilations.popCopy();