-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: releases: Build system: Introduction of LTO #68542
Conversation
566f47f
to
e063edf
Compare
Related PR for context: #66392 |
doc/releases/release-notes-3.6.rst
Outdated
* Added functionality for Link Time Optimisation. | ||
This change includes interrupt script generator rebuilding and adding following options: | ||
|
||
- :kconfig:option:`CONFIG_ISR_TABLES_LOCAL_DECLARATION` Kconfig option: | ||
LTO compatible interrupt tables parser, | ||
- :kconfig:option:`CONFIG_LTO` Kconfig option: Enable Link Time Optimisation. | ||
|
||
Currently the LTO compatible interrupt tables parser is only supported by ARM architectures and | ||
GCC compiler/linker. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably worth adding a mention of the PR number here for anyone interested in the details (#66392)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
e063edf
to
31bc170
Compare
doc/releases/release-notes-3.6.rst
Outdated
|
||
Currently the LTO compatible interrupt tables parser is only supported by ARM architectures and | ||
GCC compiler/linker. | ||
See `pull request 66392 <https://github.com/zephyrproject-rtos/zephyr/pull/66392>`_ for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hardcoding links in the documentation should be avoided.
See `pull request 66392 <https://github.com/zephyrproject-rtos/zephyr/pull/66392>`_ for details. | |
See pull request :github:`66392` for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
doc/releases/release-notes-3.6.rst
Outdated
* Added functionality for Link Time Optimisation. | ||
This change includes interrupt script generator rebuilding and adding following options: | ||
|
||
- :kconfig:option:`CONFIG_ISR_TABLES_LOCAL_DECLARATION` Kconfig option: | ||
LTO compatible interrupt tables parser, | ||
- :kconfig:option:`CONFIG_LTO` Kconfig option: Enable Link Time Optimisation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: American English form (but we don't have a strict rule here --maybe we should-- so feel free to ignore :))
* Added functionality for Link Time Optimisation. | |
This change includes interrupt script generator rebuilding and adding following options: | |
- :kconfig:option:`CONFIG_ISR_TABLES_LOCAL_DECLARATION` Kconfig option: | |
LTO compatible interrupt tables parser, | |
- :kconfig:option:`CONFIG_LTO` Kconfig option: Enable Link Time Optimisation. | |
* Added functionality for Link Time Optimization. | |
This change includes interrupt script generator rebuilding and adding following options: | |
- :kconfig:option:`CONFIG_ISR_TABLES_LOCAL_DECLARATION` Kconfig option: | |
LTO compatible interrupt tables parser, | |
- :kconfig:option:`CONFIG_LTO` Kconfig option: Enable Link Time Optimization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
This commit adds documentation about added functionality for now interrupt tables parser and Link Time Optimisation. Signed-off-by: Radosław Koppel <radoslaw.koppel@nordicsemi.no>
ce056b1
31bc170
to
ce056b1
Compare
This commit adds documentation about added functionality for now interrupt tables parser and Link Time Optimisation.