Closed
Bug 87215
Opened 24 years ago
Closed 24 years ago
make jprof work with statically linked build
Categories
(Core :: General, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla0.9.3
People
(Reporter: waterson, Assigned: waterson)
References
Details
Attachments
(2 files)
|
1.02 KB,
text/plain
|
Details | |
|
2.32 KB,
patch
|
Details | Diff | Splinter Review |
We need to make some minor changes to get jprof working with the static build.
Since the jprof Makefile is a bit tangled, I think it's probably just easiest to
separate it into two parts: one that builds the stub that's linked into the main
executable, and one that builds the tool.
I propose that we create a subdirectory of mozilla/tools/jprof called ``stub'',
copy the following files in the repository, and then apply some changes to the
build system (which I'll attach momentarily)...
cd mozilla/tools/jprof
mkdir stub
cp libmalloc.h,v stub
cp libmalloc.cpp,v stub
cp jprof.h,v stub
cp config.h,v stub
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
jim, does this look okay to you?
Comment 6•24 years ago
|
||
file copying loving done.
and hey, why not sr=leaf while i'm at it?
sr=leaf for the new Makefile.in and build changes.
| Assignee | ||
Updated•24 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•24 years ago
|
||
Checked in.
Can we remove some of these files from their old locations?
| Assignee | ||
Comment 9•24 years ago
|
||
Oops, sorry. Done.
You need to log in
before you can comment on or make changes to this bug.
Description
•