search for: add_symbols

Displaying 3 results from an estimated 3 matches for "add_symbols".

2011 Jul 26
1
[LLVMdev] Fix crash in gold LTO plugin
...gt;syms[0]. We're not completely sure if this is the best patch or if it is a symptom of a larger problem, but it worked for us. When we found this, all of the input bitcode files had at least one symbol before running passes. The attached patch for 2.9 places a guard around the calls to the add_symbols plugin callback to only report symbols when the vector of symbols in the claimed_file is nonempty. Full credit for discovery and the patch goes to Jeffrey Bosboom. Cheers, Todd Jackson -------------- next part -------------- A non-text attachment was scrubbed... Name: gold-plugin.patch Type: app...
2003 Jan 07
1
klibc-0.72 released
This adds [f]getc() and fgets() for parsing config files. Probably hard to avoid. Still trying to decide if I actually want to add system() or not. -hpa
2016 Apr 06
13
RFC [ThinLTO]: Promoting more aggressively in order to reduce incremental link time and allow sharing between linkage units
Hi all, I'd like to propose changes to how we do promotion of global values in ThinLTO. The goal here is to make it possible to pre-compile parts of the translation unit to native code at compile time. For example, if we know that: 1) A function is a leaf function, so it will never import any other functions, and 2) The function's instruction count falls above a threshold specified at