Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3245 days ago
My understanding is that WebRender doesn't support everything yet, so right now it's mostly about validating correctness.
2 comments
infogulch
3244 days ago
Ah I see, so it basically enables a parallel run of webrender to gather compatibility/correctness stats.
link
k__
3244 days ago
So it renders it two times and compares the results?
link
Manishearth
3244 days ago
It renders it in series -- stuff goes through webrender
first
, and then whatever webrender couldn't handle gets dealt with with the regular renderer.
link