[Libreoffice-commits] core.git: Changes to 'feature/saxparser'

Matúš Kukan matus.kukan at gmail.com
Thu Oct 10 03:08:23 PDT 2013


New branch 'feature/saxparser' available with the following commits:
commit 89c2a5ce5fed6d94336d0e7a772b68c4e6ac7367
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Oct 8 23:28:32 2013 +0200

    FastSaxParser: implementation using two threads
    
    Change-Id: I963e6ba2781c92895e6737198c95a275368303f7

commit d26a9f9d5b9f3ae2143f5323ba4e548bae9fdc94
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Oct 8 15:17:01 2013 +0200

    FastSaxParser: isolate calls to XFastContextHandler in Entity's methods
    
    Unfortunately, we have to store maNamespace in two stacks.
    One for future parser thread to compute tokens and one for
    main thread calling XFastContextHandler.
    
    Now we are prepared to implement multithreading.
    
    Change-Id: I421b55afa2e9ea80142e6068c7a515d31913ba69

commit a29ca3cc5664210e2c3ecaf99a36382805fb0b8f
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Oct 8 12:42:21 2013 +0200

    FastSaxParser: store mnNamespaceCount in another stack
    
    This is preparation work for multithreading.
    mnNamespaceCount will be handled in parser thread and the rest in main
    thread.
    
    Change-Id: I571026ea499f6876b8dafb4e1bdc56d1add649e5



More information about the Libreoffice-commits mailing list