jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

Question about Instruction Constructor #33

Closed CapdinCrando closed 3 months ago

CapdinCrando commented 3 months ago

@jhunterh , in api.h from PR #31 , in the Instruction struct, is there a reason for the explicit Instruction constructor? I'm guessing you ran into an issue with copying?

I meant to add this as a comment, but I merged before I noticed it.

jhunterh commented 3 months ago

Updated the struct to remove the constructor.