Closed
Bug 1579990
Opened 6 years ago
Closed 6 years ago
Pretty printer worker should be created on demand
Categories
(DevTools :: Debugger, task, P3)
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: mozilla-bugzilla, Assigned: mozilla-bugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Opened debugger.
Actual results:
The pretty printing worker was started as part of the bootstrap.
Expected results:
Given that probably a small minority of users that open the debugger use the pretty printing functionality, the worker should not be created up-front in order to reduce memory usage and the overhead of starting a thread.
Comment 1•6 years ago
|
||
Good idea
| Assignee | ||
Comment 2•6 years ago
|
||
Start pretty print worker only when pretty printing for the first time.
Updated•6 years ago
|
Type: enhancement → task
Priority: -- → P3
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abbb105e77f6
Start pretty print worker lazily. r=jlast,Honza
Updated•6 years ago
|
Assignee: nobody → sorin.davidoi
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•