Closed
Bug 883571
Opened 10 years ago
Closed 10 years ago
Reduce redundant spewage from bind
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: sunfish, Unassigned)
Details
Attachments
(1 file)
1.83 KB,
patch
|
mjrosenb
:
review+
|
Details | Diff | Splinter Review |
When patching all uses of a label, call masm.label() once instead of once for each use, since it produces spew output.
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #763158 -
Flags: review?(mrosenberg)
Updated•10 years ago
|
Attachment #763158 -
Flags: review?(mrosenberg) → review+
Reporter | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/95d757b44adc
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/95d757b44adc
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•