Differences between version 2 and previous revision of DeCompiler.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Saturday, August 16, 2003 7:22:00 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Saturday, August 16, 2003 5:52:19 pm | by StuartYeates | Revert |
@@ -1,3 +1,3 @@
A [DeCompiler] transforms a low level langauge to a higher one.
-In languages such as [Java], where class files are relatively close to the source code decompilers
and where (currently) the compilers do relatively little in the way optimisation, decompilation is a reasonably option. Compilation
of machine code to [C] is also possible, but because source and target languages are much further apart much more is lost and the more aggressive the optimisations the more is lost.
+In languages such as [Java], where class files are relatively close to the source code and where (currently) the compilers do relatively little in the way optimisation, decompilation is a reasonably option. Decompilation
of machine code to [C] is also possible, but because source and target languages are much further apart much more is lost and the more aggressive the compile-time
optimisations,
the more is lost.