Closed
Bug 650108
Opened 14 years ago
Closed 6 years ago
Stress-testing the asymmGC + VM-thread-safety + ExecutorService + XMLAsync patch stack
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q3 12 - Dolores
People
(Reporter: siwilkin, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
24.15 KB,
patch
|
Details | Diff | Splinter Review |
This patches adds a new avmshell cmdline option, '-xmlFile [/path/to/xml/file]'.
When passed with the path to an XML document, the document with be parsed into an XML object tree on a background thread, while the main thread executes the given application. For example:
bash$ ./avmshell -xmlFile /Users/siwilkin/xml.dat -- helloworld.abc
Note that the resulting XML object tree is not handed off to the main thread, it is simply discarded when the parse is complete.
It's useful to generate some large random XML files for use with this. This can be done via the XML Benchmark Project's data generation tool, xmlgen. See http://www.xml-benchmark.org/downloads.html.
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Created attachment 526103 [details] [diff] [review]
> Latest. TR rev 6090. Patch queue rev 280
This patch isn't pretty or clever!
Clearly it's never meant to land.
Reporter | ||
Comment 3•14 years ago
|
||
Attachment #526103 -
Attachment is obsolete: true
Comment 4•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 5•6 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
•