Chromium Code Reviews
DescriptionProof of concept: API for doing only one parsing pass instead of first preparsing and then parsing.
It will read the data only once, and produce the same data preparsing used to
produce. The data can be saved in the cache if the upper layer wants so.
When Blink calls the preparsing API, it will always call the parsing API right
after. There's no reason why Parser couldn't produce it during the actual
parsing pass.
BUG=
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #Patch Set 4 : fix: don't produce too much data #Patch Set 5 : rebased -- this applies to r19832 #
Messages
Total messages: 1 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||