== Progress == * Libc probes support for Aarch64 (2/10). Wrote a small patch for setjmp and longjmp LIBC probe. Requested "will newton" to test them .
* Investigate "PGO" for Aarch64 (3/10). Bootstap testing GCC with PGO for GCC. Stage 2, feedback profile in progress.
Ran coremark on foundation model with PGO. The benchmark builds with profile-generate and runs. "gcda" files are generated and uses them to profile. Profile generated runs does not run cleanly. Cross checking if the generated profile is valid.
* Resubmmited libssp machine description support in GCC (2/10).
* Cbuild2 discussed with rob, ryan on SYSROOT installation while building (1/10) cross compiler for aarch64. "SYSROOT" is expected to be in /opt/linaro, but cbuild2 does not do this by default.
Misc (1/10) ------------- AMD internal meetings and did some investigations
== Plan == - Run EMBCC benchmarks with -PGO enabled. - Follow up upstream libssp GCC discussions.