Closed
Bug 1584224
Opened 6 years ago
Closed 1 year ago
Touching the bindings recompiles the entire world
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nical, Unassigned)
Details
The generated webrender bindings end up included everywere, we shouldn't need to rebuild all of dom, toolkit, accessible, and a bunch of other things.
Let's make this better.
Comment 1•6 years ago
|
||
I've thought a bit about this. The reason the bindings end up being included in lots of places is because the generated webrender types are used in widely included places. One way to help with this would be to somehow have separate headers for the types and the bindings. I recall having a bit of a discussion about how to do this in cbindgen but can't find any reference to it anywhere.
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•