Closed
Bug 594802
Opened 15 years ago
Closed 7 years ago
Object graph copy primitive
Categories
(Tamarin Graveyard :: Virtual Machine, enhancement)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kpalacz, Assigned: kpalacz)
Details
Attachments
(1 file)
|
173.64 KB,
patch
|
Details | Diff | Splinter Review |
Various approaches to communication between disjoint address spaces of ActionScript objects (such as isolates or security sandboxes) require deep copy of object graphs. The possible semantics of such copy may be equivalent to that of AMF, but not necessarily so. It would be convenient to have a single API and potentially multiple implementations inside the VM, together with a tamarin shell AS API to allow separate unit testing and performance tuning.
| Assignee | ||
Comment 1•15 years ago
|
||
A snapshot of current work, creates a copy of the object graph in the same address space. Only open objects handled (no slots), html5 copy semantics (not a proper graph copy), other problems.
Assignee: nobody → kpalacz
Status: NEW → ASSIGNED
Krzysztof, is this required for the concurrency MVP?
Flags: flashplayer-qrb+
Comment 3•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•