Closed
Bug 656017
Opened 14 years ago
Closed 13 years ago
Re-remove WinCE ifdef from js/src/vprof/vprof.cpp (was incorrectly added by bug 644900)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: emorley, Assigned: emorley)
References
Details
(Whiteboard: fixed-in-nanojit)
Attachments
(1 file)
902 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
It would appear bug 644900, when it landed, changed js/src/vprof/vprof.cpp even though this wasn't in the original patch. This re-added a WinCE (UNDER_CE) reference that was removed in bug 647389.
http://hg.mozilla.org/tracemonkey/rev/70dc21f4187f
http://hg.mozilla.org/mozilla-central/annotate/70dc21f4187f/js/src/vprof/vprof.cpp#l96
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #531332 -
Flags: review?(jorendorff)
Assignee | ||
Comment 2•14 years ago
|
||
jorendorff, ping for review please (1 line patch).
Thanks :-)
Comment 3•14 years ago
|
||
Comment on attachment 531332 [details] [diff] [review]
Re-remove WinCE ifdef
Sure.
Attachment #531332 -
Flags: review?(jorendorff) → review+
Comment 5•14 years ago
|
||
Oh, I can explain. vprof/* are also imported from nanojit, so they must be merged in the same way that nanojit/* are merged. That explains why vprof.cpp got changed. (Sorry, that's very non-obvious. I updated https://developer.mozilla.org/en/NanojitMerge to mention this.)
So I landed this on nanojit-central:
http://hg.mozilla.org/projects/nanojit-central/rev/b6b89f27651a
It'll get pulled into TM in the next NJ-to-TM merge.
Keywords: checkin-needed
Whiteboard: fixed-in-nanojit
Assignee | ||
Comment 6•14 years ago
|
||
Ah wasn't aware vprof fell under nanojit - thanks :-)
Assignee | ||
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•