[Scummvm-cvs-logs] SF.net SVN: scummvm:[52019] tools/branches/gsoc2010-decompiler/decompiler/ doc/cfg.tex
pidgeot at users.sourceforge.net
pidgeot at users.sourceforge.net
Thu Aug 12 02:11:20 CEST 2010
Revision: 52019
http://scummvm.svn.sourceforge.net/scummvm/?rev=52019&view=rev
Author: pidgeot
Date: 2010-08-12 00:11:20 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
DECOMPILER: Fix typo in documentation
Modified Paths:
--------------
tools/branches/gsoc2010-decompiler/decompiler/doc/cfg.tex
Modified: tools/branches/gsoc2010-decompiler/decompiler/doc/cfg.tex
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/doc/cfg.tex 2010-08-12 00:04:30 UTC (rev 52018)
+++ tools/branches/gsoc2010-decompiler/decompiler/doc/cfg.tex 2010-08-12 00:11:20 UTC (rev 52019)
@@ -93,4 +93,4 @@
\subsection{Limitations}
Currently, only unconditional jumps are supported for \code{break} and \code{continue}; however, for code of the form \code{if (...) break;} or \code{if (...) continue;}, it is a pretty straight-forward optimization to use the \code{break}/\code{continue} jump as the conditional jump for the \code{if} condition check. Since \code{if}s are found last, it should be possible to simply check unmarked conditional jumps as well and see if they meet the other criteria for a \code{break}/\code{continue}, although there might be some false positives for an if that stretches to the end of the loop it is placed in.
-t is currently assumed that all conditional jumps in \code{if} condition checks go to a later place in the code. If optimized continue statements are used in a while (as described above), this will cause the analysis to be incorrect.
+It is currently assumed that all conditional jumps in \code{if} condition checks go to a later place in the code. If optimized continue statements are used in a while (as described above), this will cause the analysis to be incorrect.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list