Closed
Bug 1494389
Opened 7 years ago
Closed 7 years ago
tweak TraceLogging's no-op rdtsc function for non-x86 MSVC
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
729 bytes,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
GCC/clang are happy with the current formulation, but MSVC would like
something slightly different, closer to what we use for the x86-ish
version.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9012286 -
Flags: review?(sphink)
| Assignee | ||
Updated•7 years ago
|
Blocks: aarch64-windows
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2a668be15af5
tweak TraceLogging's no-op rdtsc function for non-x86 MSVC; r=sfink
Updated•7 years ago
|
Attachment #9012286 -
Flags: review?(sphink) → review+
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•