I'm planning to land a few patches over in bug 784739 I'm planning to land
a few patches which will switch over parts of the JS engine from using NULL
to C++11 nullptr (thanks to the awesome work of Birunthan Mohanathas).  I
expect Birunthan to write more patches to switch over the rest of this code
as well at some point, but the patches are prone to bitrot and I don't want
to hold them off for too long.

This works makes the JS engine more consistent with Gecko, and it also
provides the niceties of nullptr (which is a pointer type, not an integer
type.)

Luke has already given his blessing on this, is there any reason why I
should not proceed?

Thanks!
--
Ehsan
<http://ehsanakhgari.org/>
_______________________________________________
dev-tech-js-engine-internals mailing list
dev-tech-js-engine-internals@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to