Closed Bug 599931 Opened 14 years ago Closed 6 years ago

_to_method_handler is problematic

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: treilly, Unassigned)

Details

a) static initializers have been verboten in the past on some environments
b) the approach the AOT code takes works everywhere except windows
c) the static tables are bigger than they need to be
d) its silly that this actually results in code that has to run at load time

One possible solution is to not use a union but have an array of members and an array of functions
(In reply to comment #0)
> a) static initializers have been verboten in the past on some environments

true, but AFAIK only Symbian has ever had this issue, and it's not a top priority at the moment. (ie, not worth changing solely for that.)
Assignee: nobody → treilly
Flags: flashplayer-qrb+
Assignee: treilly → nobody
Target Milestone: --- → Future
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.