Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • third_party
  • subzero
  • src
  • IceELFObjectWriter.cpp
Find file
BlameHistoryPermalink
  • Nicolas Capens's avatar
    Eliminate support for the PNaCl ABI · 97e0693e
    Nicolas Capens authored Jul 05, 2021
    PNaCl uses the ILP32 data model, even on x86-64 (cf. the x32 ABI).
    Reactor instead always uses LP64 on 64-bit.
    
    The main technical difference is the ILP32 on x86-64 used the address-
    size override prefix (0x67) for every instruction that accesses
    memory, which makes it look at only the lower 32-bit part of base and
    index registers. Note this only works in a sandbox-like environment,
    where memory is allocated in the lower 4 GiB range, such as PNaCl.
    
    Bug: b/179832693
    Change-Id: I068ddd12b1827e3babc49a06ddf26b932d2082c5
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/55468
    Kokoro-Result: kokoro <noreply+kokoro@google.com>
    Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
    97e0693e
IceELFObjectWriter.cpp 26.7 KB
EditWeb IDE
×

Replace IceELFObjectWriter.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.