[PATCH] D20217: Add direct control of whether or not a symbol is preemtable at runtime

John McCall via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 22:53:54 PDT 2017


On Mon, Jun 12, 2017 at 10:09 PM, Hiroshi Inoue via Phabricator <
reviews at reviews.llvm.org> wrote:

> inouehrs added a comment.
>
> Which word is more common, `preemptable` or `preemptible`?
> This patch uses `preemptable`, and the discussion here uses both. `man
> elf` on Linux uses `preemptible`.
>

"preemptible" is more common in the literature, although not overwhelmingly
so.  It's also the only one that appears in the OED.  I'm not sure I'd say
"preemptable" is actively *wrong*, because "-able" is a productive suffix
and can just be used with arbitrary verbs, but we should probably prefer
"preemptible".

John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170612/f561edf5/attachment.html>


More information about the llvm-commits mailing list