1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/src
Nicholas Nethercote 17170af3c7 Avoid allocating return object in EvaluatorPreprocessor_read().
This function can be called 100s of 1000s or even millions of times, and the
allocated return object accounts for 10% of all GC thing allocations for some
documents. It's easy to avoid, which reduces stress on the garbage collector,
and this patch does that.
2014-06-18 16:41:29 -07:00
..
core Avoid allocating return object in EvaluatorPreprocessor_read(). 2014-06-18 16:41:29 -07:00
display Merge pull request #4946 from Snuffleupagus/issue-3862 2014-06-17 13:27:01 -05:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Merge pull request #4955 from timvandermeij/rename-concatenate 2014-06-17 08:21:47 -05:00
doc_helper.js Creates make.js code to build jsdoc. 2014-04-13 15:54:24 -05:00
pdf.js Updated to current latest stable version of jshint. 2014-03-01 13:31:25 -08:00
worker_loader.js Moves shared/function.js to core/ 2014-05-23 14:11:47 -05:00