Closed
Bug 903223
Opened 12 years ago
Closed 11 years ago
PJS: V8 RayTrace benchmark
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dbonetta, Unassigned)
References
Details
Attachments
(3 files)
The attached file(s) is a modified version of the V8/Octane raytrace benchmark. The benchmark can be started as usual with
./run.sh [--par||--seq] path/to/js v8-raytrace.js
The benchmark assumes the following setup:
./parjs-benchmarks/v8-raytrace.js
./parjs-benchmarks/V8/base.js
./parjs-benchmarks/V8/raytrace.pjs.js
and can be changed by modifying the file v8-raytrace.js
The benchmark does not currently run using PJS, as makes use of (at least) three unsupported operations: CreateThisWithTemplate and Get/SetPropertyCache.
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Attachment #787887 -
Flags: review?(shu)
Reporter | ||
Updated•12 years ago
|
Attachment #787889 -
Flags: review?(shu)
Reporter | ||
Updated•12 years ago
|
Attachment #787890 -
Flags: review?(shu)
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•11 years ago
|
Attachment #787887 -
Flags: review?(shu)
Updated•11 years ago
|
Attachment #787889 -
Flags: review?(shu)
Updated•11 years ago
|
Attachment #787890 -
Flags: review?(shu)
You need to log in
before you can comment on or make changes to this bug.
Description
•