- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
#3650: Is use of -no-specialization transitive?
Thu, 2010-07-08, 17:31
Considering that "use -no-specialization" is proffered as a workaround
for existing or higherto undiscovered bugs with specialization, bug
#3650 warrants a look. In a nutshell, it means the by using
-no-specialization, all upstream code may have to use the same option.
Failure to do so would be punished with a AbstractMethodError at
runtime.
-jason