Patch: 4.0: Always use new verifier by default

Bryce McKinlay mckinlay@redhat.com
Thu Oct 13 19:16:00 GMT 2005


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



More information about the Gcc-patches mailing list