Closed
Bug 1344198
Opened 8 years ago
Closed 8 years ago
Inline various Shape search functions
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Functions like ShapeTable::search are very hot. This patch moves them to Shape-inl.h and makes them MOZ_ALWAYS_INLINE.
Spinning this off from bug 1328140. It improves my patches for that bug a lot.
Attachment #8843279 -
Flags: review?(bhackett1024)
Updated•8 years ago
|
Attachment #8843279 -
Flags: review?(bhackett1024) → review+
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a8d5f142c025
Inline various Shape search functions. r=bhackett
Comment 2•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•