Browse thread
Scripting in ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-12-24 (03:30) |
From: | skaller <skaller@u...> |
Subject: | Re: [Caml-list] Scripting in ocaml |
On Sat, 2006-12-23 at 18:50 +0000, Jon Harrop wrote: > What do you mean by "run-time static analysis"? Surely if something is > analysed at run-time then it cannot be static by definition? Run time control flow analysis analysing invariant code blocks, so you could say it is 'run time static analysis' because it is done at run time, but analysing stuff which is 'static' :) A JIT interpreter might do such stuff. I guess this what was intended? -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net