Hi, a back-breaker question,

 

Is it possible under these circumstances to have the input file read in
blocks (say, 8kb) instead of reading the whole file into memory?

 

I'll be writing actions for every rule (not using Antlr's AST). Once the
actions are processed the input history is not used.

 

Reason: Some source files are 800mb - 1.4gb in size and reading the entire
thing into 32 bit address space doesn't leave much leftover.

 

If it's possible to limit the input buffer size, can you point me in the
right direction?

 

Thanks,

Bob

 


List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-inter...@googlegroups.com.
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to