Project

General

Profile

« Previous | Next » 

Revision 4640c4ea

Added by nobu (Nobuyoshi Nakada) about 5 years ago

Removed more unnecessary ID caches

find . -name \*.o -exec nm {} + |& grep -e 'InitVM_.*\.rbimpl_id' -e 'Init_.*\.rbimpl_id' | sed 's/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' | uniq 

should be empty.