Ellery Newcomer wrote:
On 03/11/2010 08:42 PM, Walter Bright wrote:

2. Trying to analyze the static constructors to see what the
dependencies actually are is fraught with unsolvable problems.


could you elucidate on this point? Is it definitely impossible to get a hold of a complete dag, even if at runtime?


Suppose the static constructor calls foo(), the implementation of which is hidden to the compiler.

Reply via email to