Open Bug 1885394 Opened 7 months ago Updated 7 months ago

Use standard formalization of yacc grammar for webidl parsing

Categories

(Core :: DOM: Bindings (WebIDL), task)

task

Tracking

()

People

(Reporter: sergesanspaille, Assigned: sergesanspaille)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

No description provided.

This turns all rules agglomeration from O(n^2) to O(n), which shows
slightly in the benchmark (saving ~200ms) and makes the code much easier
to read.

Depends on D204669

Attachment #9391312 - Attachment description: Bug 1885394 - Express webidl grammar in correct recursive form r=ahochheiden → Bug 1885394 - Express webidl grammar in correct recursive form r=ahochheiden!
Component: General → DOM: Bindings (WebIDL)
Product: Firefox Build System → Core
Attachment #9391312 - Attachment description: Bug 1885394 - Express webidl grammar in correct recursive form r=ahochheiden! → Bug 1885394 - Express webidl grammar in left recursive form r=ahochheiden!
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: