This is an automated email from the ASF dual-hosted git repository.

damjan pushed a change to branch windows-amd64
in repository https://gitbox.apache.org/repos/asf/openoffice.git


    from 9bbb3c7f6b NSS/NSPR fixes for Windows/amd64.
     new 91a82f51b9 Fix the __type_info layout. It should be the same on Win32 
and Win64. Also add some documentation.
     new 8c844c0e02 Increase the snippet size to 48.
     new 5e9afe66c2 Use the proper epilog from privateSnippetExecutor.
     new ad7f763788 Fix the bad machine code opcodes. The assembly language was 
reassembled and hexdumped, revealing wrong opcodes, which this patch fixes.
     new 75ceab48e6 Clean up and simplify callVirtualMethod.
     new 4e415bad08 We copy 8 bytes at a time, not 1.
     new 2bd09336b8 Remove an incorrect extra layer of indirection.
     new 04f6eeb545 Multiply the offset by 8, because we are deducting 8 on 
each loop.
     new ff15b20cbe Try another way of assigning that stack slot.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../source/cpp_uno/msvc_win64_x86-64/call.asm      | 34 +++++------
 .../source/cpp_uno/msvc_win64_x86-64/cpp2uno.cxx   | 13 ++--
 .../source/cpp_uno/msvc_win64_x86-64/except.cxx    | 69 ++++++++++++++++++++--
 .../source/cpp_uno/msvc_win64_x86-64/uno2cpp.cxx   | 12 ++--
 4 files changed, 94 insertions(+), 34 deletions(-)

Reply via email to