Review Board 2.0.15


x86: mark instructions for being function call/return

Review Request #1869 - Created May 11, 2013 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9687:bb1451fe594b
---------------------------
x86: mark instructions for being function call/return
Currently call and return instructions are marked as IsCall and IsReturn. Thus, the
branch predictor does not use RAS for these instructions. Similarly, the number of
function calls that took place is recorded as 0. This patch marks these instructions
as they should be.

   
Review request changed
Updated (May 21, 2013, 2:52 a.m.)

Status: Closed (submitted)