Closed Bug 534333 Opened 15 years ago Closed 5 months ago

valgrind --tool=lackey branch to count "useless" 64-bit FP operations

Categories

(Core :: JavaScript Engine, defect, P5)

x86
Linux
defect

Tracking

()

RESOLVED INACTIVE

People

(Reporter: jseward, Unassigned)

References

Details

Attachments

(1 file)

Attached patch patch for lackeySplinter Review
A patch for Valgrind's Lackey tool, to count "useless" 64-bit FP
operations.  A "useless" operation is one whose arguments and
result could be represented as signed 31-bit ints and so could
have been done on the integer ALUs rather than the FPU.  Known to
apply to valgrind trunk svn rev 10966.  How to use:

 svn co svn://svn.valgrind.org/valgrind/trunk
 cd trunk
 patch -p1 < valgrind_count_useless_fp.diff
 ./autogen.sh
 ./configure --prefix=`pwd`/Inst
 make -j 2
 make install
 ./Inst/bin/valgrind --tool=lackey <prog and args>
Assignee: general → nobody
Severity: normal → S3
Blocks: sm-meta
Status: NEW → RESOLVED
Closed: 5 months ago
Priority: -- → P5
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: