Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] [Bug 505832] Add ICPPVariable.isConstexpr() method

Chained method calls like the ones in https://bugs.eclipse.org/bugs/show_bug.cgi?id=505606 worry me a lot. Serialization of the _expression_ is exponential in memory and running time due to the fact that 'this' evaluation is serialized twice per method call.

-sergey


Back to the top