2012/10/8 Daniel Holbert <dholb...@mozilla.com>: > jgilbert points out that > - NS_ALWAYS_INLINE is broken in other ways as well (does absolutely > nothing on windows, even when paired with "inline").
Yes, see https://bugzilla.mozilla.org/show_bug.cgi?id=697810 We had been working around these problems by having our own FORCE_INLINE macro in some WebGL code: http://hg.mozilla.org/mozilla-central/file/aa5e3b445810/content/canvas/src/WebGLTexelConversions.h#l38 > > - there exists MOZ_ALWAYS_INLINE which does this right. Ah, I didn't know about that. We should use it then. Benoit _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform