Differences between version 4 and previous revision of HotSpotCompiler.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Thursday, September 16, 2004 1:52:15 pm | by AristotlePagaltzis | Revert |
Older page: | version 3 | Last edited on Thursday, September 16, 2004 2:30:39 am | by StuartYeates | Revert |
@@ -1,3 +1,3 @@
A particular kind of JustInTime [Compiler] whose defining property is that it will dynamically recompile hot spots, ie sections of a program which take up most of its execution time in, to optimise them better. Hot spots are identified by monitoring [Profiling] information as the program executes. This way, a HotSpotCompiler can potentially optimise much more purposively than a traditional [Compiler] which builds an unchanging BinaryExecutable.
-The concept is commonly associated with [Java], but is applicable to any VirtualMachine-based language, or indeed any language with an
[IDE
] which maintains links between source and binary code
.
+The concept is commonly associated with [Java], but is applicable to any environment employing a JustInTime
[Compiler
] (
which usually implies a VirtualMachine, but doesn't have to)
.