History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-141
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Cedric Vivier
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

OPTIMIZATION: cache external type information in Steps.InitializeNameResolutionService

Created: 08/Oct/04 08:16 AM   Updated: 14/Jan/08 05:58 AM
Component/s: Compiler
Affects Version/s: None
Fix Version/s: 0.8.1

Time Tracking:
Not Specified


 Description  « Hide
This will have a very good impact on booish's performance.

Another optimization strategy might be to just process external types on demand (as a request for name resolution reachs the global namespace).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Cedric Vivier - 14/Jan/08 05:58 AM
The cache is implemented since some time, and memory/lookup-time is improved in r. 2806 .