mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
report_manager: store report -> program mapping
This commit is contained in:
committed by
Matthew Barr
parent
fd7f30a5b5
commit
f40aa6bd40
@@ -3771,6 +3771,7 @@ u32 buildReportPrograms(RoseBuildImpl &build, build_context &bc) {
|
||||
program = flattenProgram({program});
|
||||
applyFinalSpecialisation(program);
|
||||
programs[id] = writeProgram(bc, program);
|
||||
build.rm.setProgramOffset(id, programs[id]);
|
||||
DEBUG_PRINTF("program for report %u @ %u (%zu instructions)\n", id,
|
||||
programs.back(), program.size());
|
||||
}
|
||||
|
Reference in New Issue
Block a user