This is the mail archive of the kawa@sourceware.org mailing list for the Kawa 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: Speed issue?


Per Bothner wrote:
Comments?  How many people use --warn-undefined-variable
--warn-invoke-unknown-method?  For those of you who don't,
perhaps some of you could try it, and see how difficult it is
to make your code conformant?  (I also compile with --warn-as-error
to force clean builds.)  Did you catch any errors (e.g. typos)?
Did you get a noticeable speedup?

Note if you have multiple source files, it might be easier to clean up one at a time, by putting this in it:

(module-compile-options warn-undefined-variable: #t
                        warn-invoke-unknown-method: #t)
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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