mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
rose: move roseRunProgram into its own unit
The roseRunProgram function had gotten very large for the number of sites it was being inlined into, with negative effects on performance in large cases. This change moves it into its own translation unit.
This commit is contained in:
committed by
Matthew Barr
parent
f166bc5658
commit
76d96809f8
@@ -500,6 +500,7 @@ set (hs_exec_SRCS
|
||||
src/rose/match.h
|
||||
src/rose/match.c
|
||||
src/rose/miracle.h
|
||||
src/rose/program_runtime.c
|
||||
src/rose/program_runtime.h
|
||||
src/rose/runtime.h
|
||||
src/rose/rose.h
|
||||
|
Reference in New Issue
Block a user