search for: develelopment

Displaying 1 result from an estimated 1 matches for "develelopment".

2013 Apr 24
3
[LLVMdev] [PROPOSAL] per-function optimization level control
...uld be either clang or bugpoint or opt etc.) according to both the OptLevel and the SizeLevel. In order to support per-function optimizations, we should modify the existing SimpleInliner to allow adapting the Threshold dynamically based on changes in the effective optimization level. As a future develelopment, we might allow setting the inlining threshold using the optimize pragma. 3.5 Backend changes ------------------- Code generator passes would benefit from the same changes described in Section 3. A MachineFunctionPass is also a FunctionPass, which means that it should always be possible to speci...