util  View Ticket

2019-08-16
02:35 Ticket [bccc387420] nkvd optimisation bug status still Open with 5 other changes artifact: f0f3f39645 user: lexi
2019-07-26
06:08 New ticket [bccc387420]. artifact: 60a35adf57 user: lexi

Ticket UUID: bccc3874206e2c77e6a378e62345b92ae99d1e3e
Title: nkvd optimisation bug
Status: Open Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2019-08-16 02:35:50
Version Found In: Assigned: pending
User Comments:
lexi added on 2019-07-26 06:08:06:

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 #pragma GCC optimize 0 blast shield over the affected functions but needs a real fix