Changeset View
Changeset View
Standalone View
Standalone View
llvm/docs/ReleaseNotes.rst
Show All 36 Lines | |||||
================================================= | ================================================= | ||||
.. NOTE | .. NOTE | ||||
For small 1-3 sentence descriptions, just add an entry at the end of | For small 1-3 sentence descriptions, just add an entry at the end of | ||||
this list. If your description won't fit comfortably in one bullet | this list. If your description won't fit comfortably in one bullet | ||||
point (e.g. maybe you would like to give an example of the | point (e.g. maybe you would like to give an example of the | ||||
functionality, or simply have a lot to talk about), see the `NOTE` below | functionality, or simply have a lot to talk about), see the `NOTE` below | ||||
for adding a new subsection. | for adding a new subsection. | ||||
* The ``readnone`` calls which are crossing suspend points in coroutines will | |||||
not be merged. Since ``readnone`` calls may access thread id and thread id | |||||
is not a constant in coroutines. This decision may cause unnecessary | |||||
performance regressions and we plan to fix it in later versions. | |||||
* ... | * ... | ||||
Update on required toolchains to build LLVM | Update on required toolchains to build LLVM | ||||
------------------------------------------- | ------------------------------------------- | ||||
LLVM is now built with C++17 by default. This means C++17 can be used in | LLVM is now built with C++17 by default. This means C++17 can be used in | ||||
the code base. | the code base. | ||||
▲ Show 20 Lines • Show All 149 Lines • Show Last 20 Lines |