This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242059 - use tokens window for big files
Summary: use tokens window for big files
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 14:35 UTC by Vladimir Voskresensky
Modified: 2014-02-18 14:36 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
impl with tokens on demand (4.09 KB, patch)
2014-02-18 14:36 UTC, Vladimir Voskresensky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-02-18 14:35:09 UTC
to reduce memory usage when parse big files it's worth to use tokens generated on demand and discarded when not needed (as originally was in antlr)
Comment 1 Vladimir Voskresensky 2014-02-18 14:36:11 UTC
Created attachment 145365 [details]
impl with tokens on demand