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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/libxml/src/optim/TOTRY
diff --git a/third_party/libxml/src/optim/TOTRY b/third_party/libxml/src/optim/TOTRY
new file mode 100644
index 0000000000000000000000000000000000000000..6e11f7e4dc2907141ff780f557eb90d71a89c6c3
--- /dev/null
+++ b/third_party/libxml/src/optim/TOTRY
@@ -0,0 +1,23 @@
+XML:
+====
+ - I/O avoid copies when parsing mmap'ed files, need to use
+ unmutable buffers except for the last 4K to make it 0 terminated
+ (or get rid of 0 termination check in the whole parser, hard !)
+ - recheck > 4Gb instances for parsing, and RNG validation.
+
+
+XSLT:
+=====
+ - global variable access
+ for each expr in stylesheet : allocate index
+ for each transformation context
+ create an index table
+ cache values in the transformation
+ - context evaluation
+ - cache
+ - constants at the XPAth level
+ - provide more info on compiled expressions
+ - dependances w.r.t. variables (which ones)
+ - dependancy on the current node
+ - dependancy on the current document
+ - do not use _private but other fields in the node structures.

Powered by Google App Engine
This is Rietveld 408576698