mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	object: speed up type verification by not relying on strcmp()
Instead of using string contents for type identification use the address of a constant string array. This should speed up type verifications a little sind we only need to compare one machine word instead of a full string. Also, this saves a few strings. To make clear that types must be compared via address and not string contents 'type_name' is now called 'type_id'. This also simplifies the macros for declaring and defining public and private subclasses.
This commit is contained in:
		
							parent
							
								
									5317e35543
								
							
						
					
					
						commit
						9abc010c93
					
				
					 19 changed files with 73 additions and 65 deletions
				
			
		|  | @ -235,7 +235,7 @@ struct pa_sink_input { | |||
|     void *userdata; | ||||
| }; | ||||
| 
 | ||||
| PA_DECLARE_CLASS(pa_sink_input); | ||||
| PA_DECLARE_PUBLIC_CLASS(pa_sink_input); | ||||
| #define PA_SINK_INPUT(o) pa_sink_input_cast(o) | ||||
| 
 | ||||
| enum { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lennart Poettering
						Lennart Poettering