This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -fnew-verifier


>> First, -findirect-dispatch actually already requires this, and
>> second, that way we don't have to document it (and then keep it
>> around for years even after it is useless).

Andrew> Why not nuke the old verifier?

Oh, also, the new verifier is not set up to do eager checking.  It
always does lazy checking and emits type assertions.  So this would be
a loss of functionality.  (I don't know whether we care, but I think
we ought to make these decisions on purpose, not as a side effect of
some other thing.)

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]