Opened 10 years ago
Closed 10 years ago
#49 closed enhancement (fixed)
refactoring of SSE2 string handling subprograms
Reported by: | vadim.godunko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 0.0.6 |
Component: | Matreshka - League | Version: | |
Keywords: | Cc: |
Description
There are two copy of the same code for SSE2 string handling subprograms now: one in X86_SSE2_String_Handler and one in X86_64_String_Handler. It is reasonable to refactor such code to avoid code duplication. For example, it can be declared in generic package.
Change History (4)
comment:1 by , 10 years ago
Priority: | minor → trivial |
---|
comment:4 by , 10 years ago
Milestone: | → 0.1 |
---|---|
Priority: | trivial → major |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Generic package can be used for code reuse, but GNAT halt on compilation of this code.