Closed
Bug 438007
Opened 17 years ago
Closed 17 years ago
Add AS3 typed SunSpider tests
Categories
(Tamarin Graveyard :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brbaker, Assigned: brbaker)
Details
(Keywords: flashplayer)
Attachments
(1 file, 3 obsolete files)
364.38 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
The current typed sunspider tests do not use classes or vectors. We should add a version that is AS3 typed with classes and another set that also uses vectors. Once tamarin-tracing has vector support we can merge the "as3typed" and "as3typedvector" together.
Assignee | ||
Comment 1•17 years ago
|
||
There is probably a little more work that can be done in the as3typed/s3d-raytracer (moving to a custom vector class for transformation calculations). There is still more work that can be done in the as3typedvector. Mainly trying to get as3typedvector/s3d-cube working with vectors.
Attachment #324295 -
Flags: review?(dschaffe)
Assignee | ||
Comment 2•17 years ago
|
||
This also adds in the vector versions of the typed tests but they will not run until vector support is added to TT. The typedvector tests are marked to be skipped.
Attachment #324295 -
Attachment is obsolete: true
Attachment #324295 -
Flags: review?(dschaffe)
Assignee | ||
Comment 3•17 years ago
|
||
Patch is zipped.
Attachment #326291 -
Attachment is obsolete: true
Attachment #326742 -
Flags: review?(dschaffe)
Comment 4•17 years ago
|
||
Comment on attachment 326742 [details]
Updated to wrap top level functions in a package
adding a new patch. it's the same with updates to s3d-cube.
Attachment #326742 -
Attachment is obsolete: true
Attachment #326742 -
Flags: review?(dschaffe) → review-
Comment 5•17 years ago
|
||
Attachment #326910 -
Flags: review?(brbaker)
Assignee | ||
Updated•17 years ago
|
Attachment #326910 -
Flags: review?(brbaker) → review+
Comment 6•17 years ago
|
||
We may want to add an additional comment to the source files (below the licensing comment) pointing out that this is the optimized-for-AS3 version of the Sunspider test.
Updated•17 years ago
|
Assignee: nobody → brbaker
Flags: flashplayer-qrb+
Updated•17 years ago
|
Flags: in-testsuite?
Assignee | ||
Comment 7•17 years ago
|
||
changeset: 594:7062ea2d004f
user: Dan Schaffer <dschaffe@adobe.com>
date: Thu Jun 26 11:43:16 2008 -0400
summary: update sunspider/typed performance tests to use classes and vectors.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite? → in-testsuite+
Keywords: flashplayer
Resolution: --- → FIXED
Assignee | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•