rose: group final ids by fragment

This commit is contained in:
Justin Viiret
2016-12-12 17:08:06 +11:00
committed by Matthew Barr
parent 07a6b6510c
commit eb14792a63
15 changed files with 354 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2016, Intel Corporation
* Copyright (c) 2015-2017, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -361,6 +361,17 @@ struct RoseEngine {
*/
u32 reportProgramCount;
/**
* \brief Offset of u32 array of program offsets for delayed replay of
* literals.
*/
u32 delayProgramOffset;
/**
* \brief Offset of u32 array of program offsets for anchored literals.
*/
u32 anchoredProgramOffset;
/**
* \brief Number of entries in the arrays pointed to by litProgramOffset,
* litDelayRebuildProgramOffset.