DescriptionMove Smi::kZero definition to the header
Since we don't pass references to this constant to the DCHECKs any more
(see http://crrev.com/2524093002), the constant can now be initialized
in the header, reducing code size and increasing performance.
Before the mentioned change in CHECK/DCHECK, this caused link errors.
R=ishell@chromium.org
CC=jgruber@chromium.org
BUG=v8:5684
Committed: https://crrev.com/34342f312c39374068fbe82e42ca2579e7077710
Cr-Commit-Position: refs/heads/master@{#41450}
Patch Set 1 #Patch Set 2 : Change "constexpr static" to "static constexpr" for consistency #
Depends on Patchset: Messages
Total messages: 18 (13 generated)
|