SkipLabs / skdb

SKDB is an embedded SQL database that stays in sync.
https://skdb.io
MIT License
141 stars 9 forks source link

Suspect compiler CSEs calls to aliases of native functions #253

Open jberdine opened 1 month ago

jberdine commented 1 month ago

See https://github.com/SkipLabs/skdb/pull/191 for a change needed to avoid the compiler omitting function calls.

beauby commented 1 month ago

Related: #132