Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: third_party/libxml/src/optim/TOTRY

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove suppressions, have landed in blink now Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 XML:
2 ====
3 - I/O avoid copies when parsing mmap'ed files, need to use
4 unmutable buffers except for the last 4K to make it 0 terminated
5 (or get rid of 0 termination check in the whole parser, hard !)
6 - recheck > 4Gb instances for parsing, and RNG validation.
7
8
9 XSLT:
10 =====
11 - global variable access
12 for each expr in stylesheet : allocate index
13 for each transformation context
14 create an index table
15 cache values in the transformation
16 - context evaluation
17 - cache
18 - constants at the XPAth level
19 - provide more info on compiled expressions
20 - dependances w.r.t. variables (which ones)
21 - dependancy on the current node
22 - dependancy on the current document
23 - do not use _private but other fields in the node structures.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698