This patch provides more staging for tail calls in XRay Arm32 . When the logging part of XRay is ready for tail calls, its support in the core part of XRay Arm32 may be as easy as changing the number passed to the handler from 1 to 2.
Coupled patch:
Details
Details
- Reviewers
dberris rengolin - Commits
- rGc4540b371de3: [XRay][Arm32] Reduce the portion of the stub and implement more staging for…
rCRT293186: [XRay][Arm32] Reduce the portion of the stub and implement more staging for…
rL293186: [XRay][Arm32] Reduce the portion of the stub and implement more staging for…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Removed the patch piece which enables back testing of XRay on Arm32 , because it goes in a separate patch ( https://reviews.llvm.org/D28623 )