Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Heads up for CDT-1.2 branch

> > think you read 
> > in the first 1k buffer (or so) ahead of time and go to the different 

Yes, It is a good idea to explore, we could extend the Binary Parser
extension point interface and limit the number of open().

> > the file. I'm betting that 9 of 10 can figure it out from the 
> > first buffer  which reduces the time from O(num_exes * num_types) to just 
> 

Dave, who came out with the same idea, was also proposing the Binary Parser interface
to have a method returning a hint of the value of the buffer length need.  Then simply the biggest
bucket is use for all.

The infrastructure to put multiple binary parsers for a project is in place.
A few things are missing in the Core Model but it should be ready(in theory)
for CDT-2.0.

To come back to the ToolChain, Tool Providers, Target Model etc ...
When its mature, we'll use it.




Back to the top