Changes between Initial Version and Version 1 of Ticket #5107, comment 16


Ignore:
Timestamp:
09/09/2022 05:55:46 AM (20 months ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5107, comment 16

    initial v1  
    22> It's weird: clang can use PCH files too, and clang is pie on the system with default-pie. Potential bug?
    33
    4 The implementation is different.  AFAIK GCC implementation is just mmap() the PCH file into a pre-determined virtual address.  And Clang cannot use the PCH files created by GCC, neither vice versa.
     4The implementation is different.  AFAIK GCC implementation is just mmap() the PCH file into a pre-determined virtual address.  And Clang cannot use the PCH files created by GCC (at all, with or without PIE), neither vice versa.