Closed
Bug 421361
Opened 18 years ago
Closed 18 years ago
Grab bag of minor fixes and changes from Adobe's Flash Player
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stejohns, Assigned: stejohns)
Details
Attachments
(2 files)
|
462.09 KB,
patch
|
wsharp
:
review+
|
Details | Diff | Splinter Review |
|
1.87 KB,
patch
|
wsharp
:
review+
|
Details | Diff | Splinter Review |
Grab bag of minor fixes and changes from Adobe's Flash Player team:
-- MIR: improve int/uint compares in AMD64 mode by using a 64-bit register directly
-- Vector: add missing DWB macro to m_array member
-- various fixes for compilation on ARM CPU
-- fixes for various compiler warnings (e.g., "uint >=0")
-- renamed the VS2008 project/solution files from "_9" to "2008", as this was the nomenclature the Flash team is using, and AFAIK no one else is using the VS2008 projects at this time. Also tweaked some settings in the VS2008 files themselves.
Note that diff has lots of "changes" that are non-changes, apparently due to line-ending weirdness. Anyone know how to get hg to ignore line-ending changes when doing diffs?
Attachment #307800 -
Flags: review?(wsharp)
Updated•18 years ago
|
Attachment #307800 -
Flags: review?(wsharp) → review+
| Assignee | ||
Comment 1•18 years ago
|
||
pushed as 427:98cc5ff40b30
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•18 years ago
|
||
Two fixes that got lost in the patch from yesterday:
GC has a new assert conflicting with 64-bit multiple inherited
pointer fix.
Sampler fixes were lost with recent merge
Attachment #307979 -
Flags: review?(wsharp)
Updated•18 years ago
|
Attachment #307979 -
Flags: review?(wsharp) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
pushed as 430:c1451efa226b
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•