Closed
Bug 1495118
Opened 7 years ago
Closed 7 years ago
vixl_stats.csv gets created on invocation of ARM64 SpiderMonkey shell
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla66
People
(Reporter: gkw, Assigned: sstangl)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fuzzblocker])
Attachments
(1 file, 1 obsolete file)
|
1.71 KB,
patch
|
nbp
:
review+
gkw
:
feedback+
|
Details | Diff | Splinter Review |
Compile a js shell with --enable-simulator=arm64, run it then quit. vixl_stats.csv gets created in the current working directory.
This file should not be created.
Flags: needinfo?(sstangl)
| Assignee | ||
Comment 1•7 years ago
|
||
Passing `nullptr` causes counter information to be redirected to stdout, which should be acceptable for simulator use cases.
@Gary -- you can apply this patch locally if you'd like.
Updated•7 years ago
|
Attachment #9013011 -
Flags: review?(jitbugs) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 2•7 years ago
|
||
Gary requested a new patch that doesn't print to stdout either, so they can do differential testing on output.
Flags: needinfo?(sstangl)
Keywords: checkin-needed
| Assignee | ||
Comment 3•7 years ago
|
||
Here's a better patch. It won't generate any output unless you specifically asked for it by setting the environment variable VIXL_STATS.
Attachment #9013011 -
Attachment is obsolete: true
Flags: needinfo?(sstangl)
Attachment #9032039 -
Flags: review?(nicolas.b.pierron)
| Reporter | ||
Comment 4•7 years ago
|
||
Comment on attachment 9032039 [details] [diff] [review]
0001-Bug-1495118-Disable-vixl_stats.csv-unless-env-contai.patch
This works great. Thanks!
Attachment #9032039 -
Flags: feedback+
| Reporter | ||
Comment 5•7 years ago
|
||
Setting [fuzzblocker] because this blocks efficient fuzzing.
Whiteboard: [fuzzblocker]
Updated•7 years ago
|
Attachment #9032039 -
Flags: review?(nicolas.b.pierron) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/09a00e5dad4f
Disable vixl_stats.csv unless env contains VIXL_STATS. r=nbp
Keywords: checkin-needed
Comment 7•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•7 years ago
|
status-firefox65:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•