зеркало из https://github.com/mozilla/gecko-dev.git
08293afb21
This parses BigInt property names as if they were computed, which means we don't end up neeeding to atomize them. This does mean that BigInt property names take a slower path on construction, meaning that it is possible to measure a slowdown on executing the construction of a huge literal with thousands of BigInt properties. This patch adds one bit to ParseNode.h, but does not change the overall size of parse nodes, as it fits into padding around pre-existing bitfields. Differential Revision: https://phabricator.services.mozilla.com/D87627 |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
public | ||
rust | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |