This is the mail archive of the java-patches@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: Patch: 4.0: Always use new verifier by default


Mike Stump wrote:

On Oct 12, 2005, at 7:06 PM, Bryce McKinlay wrote:

 /* True if the new bytecode verifier should be used.  */
-int flag_new_verifier = 0;
+int flag_new_verifier = 1;


new is a horrible name. :-(


It was an interim name while the two verifiers existed in parallel. In HEAD its the only verifier, and there is no longer a -fnew-verifier option.

Bryce


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