util  Ticket Change Details

Overview

Artifact ID: 60a35adf576949d61e4b38942b7788161c30a42a4d5080716bfa36f7c93b3682
Ticket: bccc3874206e2c77e6a378e62345b92ae99d1e3e
nkvd optimisation bug
User & Date: lexi on 2019-07-26 06:08:06
Changes

  1. icomment:
    nkvd works fine when compiled with optimization off. however, at any -O level (NOT with individual optimization flags) gcc and clang both optimize out the parameters for nearly every exported function. likely a linker problem; currently hacked around with a <code>#pragma GCC optimize 0</code> blast shield over the affected functions but needs a real fix
    
  2. login: "lexi"
  3. mimetype: "text/x-fossil-wiki"
  4. private_contact changed to: "0f3681e6d63b39eaeb6e5108149442d46de7f3ff"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "nkvd optimisation bug"
  8. type changed to: "Code_Defect"