Closed
Bug 749300
Opened 13 years ago
Closed 7 years ago
MS Visual Studio 2011 updates
Categories
(Tamarin Graveyard :: Build Config, defect)
Tamarin Graveyard
Build Config
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pnkfelix, Unassigned)
Details
There are various changes necessary to support MS Visual Studio 2011.
We may need a new project file for it.
In addition, there may be necessary changes to the source code to support it. At the very least, turo has identified (CL 1054550):
* In MMgc/GCGlobalNew.h
// msvc treats char and (u)int8_t as the same but gcc and armcc don't. however, msvc 2011 treats them different as well.
* In MMgc/GCMember-inlines.h
IsAddressOnStack(void *address) is not sufficiently reliable when inlined via VS 2011. (We already have a NO_INLINE directive, maybe we should just be using that with IsAddressOnStack.)
* In win32-platform.h, it may be necessary to start using an #include of <stdint.h> rather than typedef'ing our own C99 stdint types.
Comment 1•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•