fixed shared memory parallelization, moved messages to single file
This commit is contained in:
@@ -1776,11 +1776,8 @@ static bool inliner(const string& fileName_in, const string& funcName, const int
|
||||
point.currCall = func->funcName;
|
||||
|
||||
__spf_print(1, " INLINE %s - ", func->funcName.c_str());
|
||||
#ifdef _WIN32
|
||||
sendMessage_2lvl(wstring(L"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '") + wstring(func->funcName.begin(), func->funcName.end()) + L"'");
|
||||
#else
|
||||
sendMessage_2lvl(wstring(L"inlinig of function '") + wstring(func->funcName.begin(), func->funcName.end()) + L"'");
|
||||
#endif
|
||||
sendMessage_2lvl(6, func->funcName);
|
||||
|
||||
//1 level
|
||||
bool isInlined = run_inliner(funcMap, toInsert, SPF_messages, fileName, func, newSymbsToDeclare, point, commonBlocks);
|
||||
__spf_print(1, "%s\n", isInlined ? "done" : "fault");
|
||||
|
||||
Reference in New Issue
Block a user