byte compile international/mule-conf.el

View: New views
1 Messages — Rating Filter:   Alert me  

byte compile international/mule-conf.el

by Dan Nicolaescu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


loadup.el loads the .el version of international/mule-conf.el

Here are printouts for GC stats before and after loading the file.

The current version:

after gc mark_object delta=27565 conses=2927 free_conses=1859 symbols=3534 free_symbols=0 markers=581 free_markers=1 string_ssize=2231 vectors=187 vector_size=16817 floats=21 free_floats=9 interv=0 free_interv=0 strings=102 free_strings=1095 pure-bytes-nonlisp=78501 pure-bytes=192101
Loading international/mule-conf.el (source)...
gc_sweep free cons delta -14880
after gc mark_object delta=37815 conses=7539 free_conses=16739 symbols=3858 free_symbols=0 markers=581 free_markers=1 string_ssize=4306 vectors=698 vector_size=26297 floats=21 free_floats=9 interv=0 free_interv=0 strings=227 free_strings=2230 pure-bytes-nonlisp=94930 pure-bytes=224218


when loading the .elc file:

after gc mark_object delta=27565 conses=2927 free_conses=1859 symbols=3534 free_symbols=0 markers=581 free_markers=1 string_ssize=2231 vectors=187 vector_size=16817 floats=21 free_floats=9 interv=0 free_interv=0 strings=102 free_strings=1095 pure-bytes-nonlisp=78501 pure-bytes=192101
Loading international/mule-conf...
gc_sweep free cons delta -10173
after gc mark_object delta=37850 conses=7577 free_conses=12032 symbols=3858 free_symbols=0 markers=581 free_markers=1 string_ssize=4306 vectors=700 vector_size=26301 floats=21 free_floats=9 interv=0 free_interv=0 strings=227 free_strings=1033 pure-bytes-nonlisp=94993 pure-bytes=223649

Loading the .el generates a lot more garbage:  >4000 extra
free conses and >1000 extra free strings.  
This is not good idea when dumping.

Any objection to allow international/mule-conf.el to be byte compiled?