Closed
Bug 466726
Opened 16 years ago
Closed 16 years ago
[redux] Make namespaces optional in VM and MMgc codebase
Categories
(Tamarin Graveyard :: Virtual Machine, enhancement)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: rishah, Assigned: lhansen)
References
Details
Attachments
(1 file, 2 obsolete files)
232.76 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier:
Replace namespace declarations with macros so that they can be disabled for compilers (like ADS 1.2) that do not support them.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•16 years ago
|
||
Attachment #350068 -
Flags: review?(treilly)
Reporter | ||
Comment 2•16 years ago
|
||
Attachment #350069 -
Flags: review?(lhansen)
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 350069 [details] [diff] [review]
Patch for changes in files under VM core and shell folders [v1]
I get a few thousand compilation errors (under Xcode), it looks like many of these are caused by 'uint32' etc not being available all of a sudden. This is after applying only this patch in isolation, not the patch for MMgc.
Attachment #350069 -
Flags: review?(lhansen) → review-
Assignee | ||
Comment 4•16 years ago
|
||
Compiles on Mac and Windows, runs test suite on Mac at least. I'm seeing some sampling crashes in debug builds but I doubt very much that this patch is the cause of that.
Assignee: nobody → lhansen
Attachment #350068 -
Attachment is obsolete: true
Attachment #350069 -
Attachment is obsolete: true
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #351365 -
Flags: review?(rishah)
Attachment #350068 -
Flags: review?(treilly)
Assignee | ||
Updated•16 years ago
|
Attachment #351365 -
Flags: review?(rishah)
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•